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)

2021-08-13T07:01:52.394Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-wf25q with PID 14 (/app/app.jar started by so in /app)
2021-08-13T07:01:52.411Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-13T07:01:52.412Z||main|||||INFO|500||The following profiles are active: basic
2021-08-13T07:02:07.688Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-13T07:02:07.689Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-13T07:02:07.848Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-13T07:02:11.989Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-13T07:02:12.518Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-13T07:02:13.231Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-13T07:02:13.237Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-13T07:02:13.632Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-13T07:02:14.402Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-13T07:02:16.129Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-13T07:02:22.780Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-13T07:02:25.106Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-13T07:02:25.164Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-13T07:02:25.809Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-13T07:02:26.044Z||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.
2021-08-13T07:02:27.514Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-13T07:02:28.488Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-08-13T07:02:28.506Z||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$$e21e573c.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)
2021-08-13T07:02:28.507Z||main|||||WARN|500||The sdc end point is not alive
2021-08-13T07:02:30.841Z||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
2021-08-13T07:02:33.238Z||main|||||WARN|500||---
2021-08-13T07:02:33.239Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-13T07:02:33.239Z||main|||||WARN|500||---
2021-08-13T07:02:33.565Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-13T07:02:36.606Z||main|||||INFO|500||Started Application in 47.099 seconds (JVM running for 52.967)
2021-08-13T07:02:36.610Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T07:02:36.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T07:02:36.634Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T07:02:36.660Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T07:02:36.701Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b86db88c-c84f-497c-9a39-1aacef2a0841 url= /sdc/v1/artifactTypes
2021-08-13T07:02:36.702Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T07:02:37.266Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T07:02:37.284Z||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
2021-08-13T07:02:37.305Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T07:02:37.311Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T07:02:37.356Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:02:37.372Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d2ad11c9-45cf-4fcb-8764-368e09d501d6 url= /sdc/v1/registerForDistribution
2021-08-13T07:02:37.646Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d2ad11c9-45cf-4fcb-8764-368e09d501d6 url= /sdc/v1/registerForDistribution
2021-08-13T07:02:37.647Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-13T07:02:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:02:37.658Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:02:37.668Z||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.
2021-08-13T07:02:37.668Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-13T07:02:37.669Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:02:37.669Z||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.
2021-08-13T07:02:37.669Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:02:48.003Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:02:48.037Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:03:37.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:03:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:03:37.658Z||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.
2021-08-13T07:03:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:03:37.659Z||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.
2021-08-13T07:03:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:03:47.210Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:03:47.225Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:04:37.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:04:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:04:37.659Z||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.
2021-08-13T07:04:37.659Z||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.
2021-08-13T07:04:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:04:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:04:47.226Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:04:47.305Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:05:37.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:05:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:05:37.659Z||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.
2021-08-13T07:05:37.660Z||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.
2021-08-13T07:05:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:05:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:05:47.246Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:05:47.246Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:06:37.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:06:37.658Z||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.
2021-08-13T07:06:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:06:37.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:06:37.666Z||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.
2021-08-13T07:06:37.667Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:06:47.250Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:06:47.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:07:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:07:37.656Z||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.
2021-08-13T07:07:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:07:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:07:37.658Z||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.
2021-08-13T07:07:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:07:47.242Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:07:47.242Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:08:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:08:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:08:37.657Z||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.
2021-08-13T07:08:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:08:37.658Z||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.
2021-08-13T07:08:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:08:47.223Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:08:47.226Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:09:37.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:09:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:09:37.658Z||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.
2021-08-13T07:09:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:09:37.661Z||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.
2021-08-13T07:09:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:09:47.222Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:09:47.240Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:10:37.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:10:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:10:37.658Z||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.
2021-08-13T07:10:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:10:37.659Z||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.
2021-08-13T07:10:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:10:47.210Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:10:47.227Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:11:37.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:11:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:11:37.660Z||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.
2021-08-13T07:11:37.660Z||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.
2021-08-13T07:11:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:11:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:11:47.215Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:11:47.231Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:12:25.048Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-13T07:12:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:12:37.656Z||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.
2021-08-13T07:12:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:12:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:12:37.658Z||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.
2021-08-13T07:12:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:12:47.251Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:12:47.252Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:13:37.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:13:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:13:37.660Z||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.
2021-08-13T07:13:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:13:37.660Z||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.
2021-08-13T07:13:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:13:47.235Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:13:47.235Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:14:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:14:37.655Z||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.
2021-08-13T07:14:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:14:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:14:37.657Z||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.
2021-08-13T07:14:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:14:47.234Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:14:47.237Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:15:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:15:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:15:37.657Z||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.
2021-08-13T07:15:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:15:37.658Z||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.
2021-08-13T07:15:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:15:47.215Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:15:47.215Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:16:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:16:37.656Z||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.
2021-08-13T07:16:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:16:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:16:37.658Z||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.
2021-08-13T07:16:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:16:47.211Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:16:47.246Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:17:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:17:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:17:37.657Z||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.
2021-08-13T07:17:37.657Z||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.
2021-08-13T07:17:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:17:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:17:47.205Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:17:47.218Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:18:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:18:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:18:37.657Z||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.
2021-08-13T07:18:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:18:37.658Z||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.
2021-08-13T07:18:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:18:47.263Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:18:47.265Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:19:37.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:19:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:19:37.660Z||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.
2021-08-13T07:19:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:19:37.660Z||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.
2021-08-13T07:19:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:19:47.217Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:19:47.234Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:20:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:20:37.655Z||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.
2021-08-13T07:20:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:20:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:20:37.658Z||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.
2021-08-13T07:20:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:20:47.232Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:20:47.236Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:21:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:21:37.657Z||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.
2021-08-13T07:21:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:21:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:21:37.658Z||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.
2021-08-13T07:21:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:21:47.230Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:21:47.237Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:22:37.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:22:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:22:37.658Z||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.
2021-08-13T07:22:37.658Z||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.
2021-08-13T07:22:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:22:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:22:47.204Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:22:47.241Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:23:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:23:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:23:37.657Z||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.
2021-08-13T07:23:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:23:37.658Z||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.
2021-08-13T07:23:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:23:47.241Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:23:47.254Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:24:37.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:24:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:24:37.660Z||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.
2021-08-13T07:24:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:24:37.660Z||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.
2021-08-13T07:24:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:24:47.253Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:24:47.253Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:25:37.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:25:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:25:37.659Z||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.
2021-08-13T07:25:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:25:37.659Z||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.
2021-08-13T07:25:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:25:47.227Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:25:47.235Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:26:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:26:37.655Z||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.
2021-08-13T07:26:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:26:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:26:37.657Z||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.
2021-08-13T07:26:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:26:47.232Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:26:47.232Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:27:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:27:37.656Z||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.
2021-08-13T07:27:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:27:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:27:37.657Z||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.
2021-08-13T07:27:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:27:47.225Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:27:47.225Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:28:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:28:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:28:37.658Z||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.
2021-08-13T07:28:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:28:37.658Z||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.
2021-08-13T07:28:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:28:47.213Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:28:47.249Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:29:37.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:29:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:29:37.661Z||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.
2021-08-13T07:29:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:29:37.661Z||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.
2021-08-13T07:29:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:29:47.222Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:29:47.222Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:30:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:30:37.655Z||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.
2021-08-13T07:30:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:30:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:30:37.657Z||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.
2021-08-13T07:30:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:30:47.215Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:30:47.215Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:31:37.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:31:37.657Z||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.
2021-08-13T07:31:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:31:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:31:37.657Z||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.
2021-08-13T07:31:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:31:47.216Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:31:47.217Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:32:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:32:37.657Z||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.
2021-08-13T07:32:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:32:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:32:37.658Z||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.
2021-08-13T07:32:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:32:47.236Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:32:47.238Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:33:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:33:37.657Z||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.
2021-08-13T07:33:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:33:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:33:37.658Z||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.
2021-08-13T07:33:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:33:47.225Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:33:47.226Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:34:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:34:37.657Z||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.
2021-08-13T07:34:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:34:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:34:37.657Z||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.
2021-08-13T07:34:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:34:47.213Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:34:47.213Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:35:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:35:37.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:35:37.660Z||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.
2021-08-13T07:35:37.661Z||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.
2021-08-13T07:35:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:35:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:35:47.232Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:35:47.232Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:36:37.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:36:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:36:37.660Z||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.
2021-08-13T07:36:37.661Z||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.
2021-08-13T07:36:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:36:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:36:47.213Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:36:47.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:37:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:37:37.655Z||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.
2021-08-13T07:37:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:37:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:37:37.657Z||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.
2021-08-13T07:37:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:37:47.204Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:37:47.242Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:38:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:38:37.656Z||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.
2021-08-13T07:38:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:38:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:38:37.657Z||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.
2021-08-13T07:38:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:38:47.227Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:38:47.229Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:39:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:39:37.656Z||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.
2021-08-13T07:39:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:39:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:39:37.658Z||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.
2021-08-13T07:39:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:39:47.220Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:39:47.243Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:40:37.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:40:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:40:37.659Z||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.
2021-08-13T07:40:37.659Z||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.
2021-08-13T07:40:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:40:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:40:47.227Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:40:47.227Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:41:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:41:37.655Z||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.
2021-08-13T07:41:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:41:37.658Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:41:37.659Z||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.
2021-08-13T07:41:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:41:47.235Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:41:47.236Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:42:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:42:37.655Z||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.
2021-08-13T07:42:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:42:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:42:37.657Z||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.
2021-08-13T07:42:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:42:47.291Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:42:47.294Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:43:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:43:37.657Z||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.
2021-08-13T07:43:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:43:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:43:37.658Z||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.
2021-08-13T07:43:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:43:47.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:43:47.227Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:44:37.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:44:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:44:37.660Z||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.
2021-08-13T07:44:37.660Z||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.
2021-08-13T07:44:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:44:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:44:47.230Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:44:47.234Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:45:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:45:37.655Z||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.
2021-08-13T07:45:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:45:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:45:37.658Z||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.
2021-08-13T07:45:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:45:47.210Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:45:47.214Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:46:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:46:37.656Z||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.
2021-08-13T07:46:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:46:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:46:37.657Z||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.
2021-08-13T07:46:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:46:47.210Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:46:47.220Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:47:37.654Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:47:37.656Z||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.
2021-08-13T07:47:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:47:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:47:37.659Z||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.
2021-08-13T07:47:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:47:47.220Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:47:47.220Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:48:37.654Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:48:37.657Z||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.
2021-08-13T07:48:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:48:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:48:37.658Z||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.
2021-08-13T07:48:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:48:47.249Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:48:47.252Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:49:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:49:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:49:37.657Z||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.
2021-08-13T07:49:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:49:37.658Z||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.
2021-08-13T07:49:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:49:47.270Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:49:47.277Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:50:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:50:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:50:37.659Z||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.
2021-08-13T07:50:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:50:37.659Z||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.
2021-08-13T07:50:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:50:47.214Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:50:47.241Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:51:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:51:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:51:37.663Z||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.
2021-08-13T07:51:37.663Z||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.
2021-08-13T07:51:37.663Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:51:37.663Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:51:47.231Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:51:47.232Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:52:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:52:37.655Z||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.
2021-08-13T07:52:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:52:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:52:37.658Z||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.
2021-08-13T07:52:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:52:47.208Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:52:47.233Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:53:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:53:37.656Z||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.
2021-08-13T07:53:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:53:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:53:37.658Z||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.
2021-08-13T07:53:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:53:47.226Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:53:47.240Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:54:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:54:37.656Z||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.
2021-08-13T07:54:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:54:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:54:37.658Z||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.
2021-08-13T07:54:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:54:47.216Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:54:47.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:55:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:55:37.656Z||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.
2021-08-13T07:55:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:55:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:55:37.657Z||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.
2021-08-13T07:55:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:55:47.299Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:55:47.298Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:56:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:56:37.657Z||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.
2021-08-13T07:56:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:56:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:56:37.657Z||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.
2021-08-13T07:56:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:56:47.206Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:56:47.214Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:57:37.658Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:57:37.658Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:57:37.663Z||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.
2021-08-13T07:57:37.663Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:57:37.663Z||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.
2021-08-13T07:57:37.664Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:57:47.240Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:57:47.241Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:58:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:58:37.655Z||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.
2021-08-13T07:58:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:58:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:58:37.658Z||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.
2021-08-13T07:58:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:58:47.205Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:58:47.209Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:59:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:59:37.656Z||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.
2021-08-13T07:59:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:59:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:59:37.659Z||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.
2021-08-13T07:59:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:59:47.220Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T07:59:47.221Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:00:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:00:37.656Z||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.
2021-08-13T08:00:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:00:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:00:37.658Z||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.
2021-08-13T08:00:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:00:47.240Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:00:47.244Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:01:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:01:37.656Z||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.
2021-08-13T08:01:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:01:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:01:37.658Z||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.
2021-08-13T08:01:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:01:47.203Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:01:47.218Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:02:37.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:02:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:02:37.660Z||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.
2021-08-13T08:02:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:02:37.660Z||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.
2021-08-13T08:02:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:02:47.218Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:02:47.218Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:03:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:03:37.655Z||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.
2021-08-13T08:03:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:03:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:03:37.658Z||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.
2021-08-13T08:03:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:03:47.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:03:47.224Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:04:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:04:37.656Z||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.
2021-08-13T08:04:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:04:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:04:37.657Z||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.
2021-08-13T08:04:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:04:47.227Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:04:47.238Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:05:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:05:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:05:37.657Z||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.
2021-08-13T08:05:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:05:37.658Z||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.
2021-08-13T08:05:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:05:47.215Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:05:47.217Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:06:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:06:37.656Z||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.
2021-08-13T08:06:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:06:37.658Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:06:37.659Z||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.
2021-08-13T08:06:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:06:47.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:06:47.222Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:07:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:07:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:07:37.658Z||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.
2021-08-13T08:07:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:07:37.658Z||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.
2021-08-13T08:07:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:07:47.244Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:07:47.245Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:08:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:08:37.655Z||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.
2021-08-13T08:08:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:08:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:08:37.658Z||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.
2021-08-13T08:08:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:08:47.217Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:08:47.216Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:09:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:09:37.656Z||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.
2021-08-13T08:09:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:09:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:09:37.657Z||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.
2021-08-13T08:09:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:09:47.204Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:09:47.222Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:10:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:10:37.656Z||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.
2021-08-13T08:10:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:10:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:10:37.658Z||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.
2021-08-13T08:10:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:10:47.220Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:10:47.220Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:11:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:11:37.659Z||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.
2021-08-13T08:11:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:11:37.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:11:37.663Z||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.
2021-08-13T08:11:37.663Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:11:47.230Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:11:47.234Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:12:37.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:12:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:12:37.661Z||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.
2021-08-13T08:12:37.661Z||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.
2021-08-13T08:12:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:12:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:12:47.218Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:12:47.242Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:13:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:13:37.655Z||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.
2021-08-13T08:13:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:13:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:13:37.658Z||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.
2021-08-13T08:13:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:13:47.216Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:13:47.222Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:14:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:14:37.656Z||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.
2021-08-13T08:14:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:14:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:14:37.658Z||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.
2021-08-13T08:14:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:14:47.206Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:14:47.230Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:15:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:15:37.657Z||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.
2021-08-13T08:15:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:15:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:15:37.658Z||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.
2021-08-13T08:15:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:15:47.291Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:15:47.291Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:16:37.658Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:16:37.658Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:16:37.662Z||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.
2021-08-13T08:16:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:16:37.662Z||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.
2021-08-13T08:16:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:16:47.221Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:16:47.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:17:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:17:37.656Z||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.
2021-08-13T08:17:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:17:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:17:37.657Z||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.
2021-08-13T08:17:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:17:47.221Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:17:47.228Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:18:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:18:37.655Z||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.
2021-08-13T08:18:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:18:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:18:37.657Z||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.
2021-08-13T08:18:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:18:47.214Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:18:47.214Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:19:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:19:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:19:37.657Z||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.
2021-08-13T08:19:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:19:37.657Z||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.
2021-08-13T08:19:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:19:47.226Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:19:47.226Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:20:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:20:37.657Z||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.
2021-08-13T08:20:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:20:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:20:37.657Z||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.
2021-08-13T08:20:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:20:47.240Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:20:47.309Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:21:37.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:21:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:21:37.662Z||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.
2021-08-13T08:21:37.662Z||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.
2021-08-13T08:21:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:21:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:21:47.291Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:21:47.292Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:22:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:22:37.655Z||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.
2021-08-13T08:22:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:22:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:22:37.657Z||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.
2021-08-13T08:22:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:22:47.222Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:22:47.248Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:23:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:23:37.657Z||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.
2021-08-13T08:23:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:23:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:23:37.658Z||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.
2021-08-13T08:23:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:23:47.226Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:23:47.231Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:24:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:24:37.656Z||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.
2021-08-13T08:24:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:24:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:24:37.657Z||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.
2021-08-13T08:24:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:24:47.220Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:24:47.231Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:25:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:25:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:25:37.658Z||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.
2021-08-13T08:25:37.658Z||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.
2021-08-13T08:25:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:25:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:25:47.218Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:25:47.222Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:26:37.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:26:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:26:37.660Z||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.
2021-08-13T08:26:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:26:37.660Z||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.
2021-08-13T08:26:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:26:47.223Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:26:47.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:27:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:27:37.655Z||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.
2021-08-13T08:27:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:27:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:27:37.657Z||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.
2021-08-13T08:27:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:27:47.219Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:27:47.216Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:28:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:28:37.655Z||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.
2021-08-13T08:28:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:28:37.661Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:28:37.661Z||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.
2021-08-13T08:28:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:28:47.271Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:28:47.273Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:29:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:29:37.656Z||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.
2021-08-13T08:29:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:29:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:29:37.658Z||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.
2021-08-13T08:29:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:29:47.252Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:29:47.253Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:30:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:30:37.656Z||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.
2021-08-13T08:30:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:30:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:30:37.658Z||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.
2021-08-13T08:30:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:30:47.205Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:30:47.208Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:31:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:31:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:31:37.658Z||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.
2021-08-13T08:31:37.658Z||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.
2021-08-13T08:31:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:31:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:31:47.216Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:31:47.216Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:32:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:32:37.656Z||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.
2021-08-13T08:32:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:32:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:32:37.658Z||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.
2021-08-13T08:32:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:32:47.233Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:32:47.233Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:33:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:33:37.655Z||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.
2021-08-13T08:33:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:33:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:33:37.658Z||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.
2021-08-13T08:33:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:33:47.209Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:33:47.211Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:34:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:34:37.656Z||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.
2021-08-13T08:34:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:34:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:34:37.657Z||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.
2021-08-13T08:34:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:34:47.218Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:34:47.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:35:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:35:37.656Z||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.
2021-08-13T08:35:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:35:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:35:37.657Z||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.
2021-08-13T08:35:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:35:47.225Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:35:47.231Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:36:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:36:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:36:37.657Z||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.
2021-08-13T08:36:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:36:37.657Z||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.
2021-08-13T08:36:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:36:47.224Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:36:47.231Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:37:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:37:37.657Z||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.
2021-08-13T08:37:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:37:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:37:37.657Z||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.
2021-08-13T08:37:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:37:47.240Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:37:47.241Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:38:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:38:37.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:38:37.660Z||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.
2021-08-13T08:38:37.660Z||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.
2021-08-13T08:38:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:38:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:38:47.244Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:38:47.248Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:39:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:39:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:39:37.657Z||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.
2021-08-13T08:39:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:39:37.658Z||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.
2021-08-13T08:39:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:39:47.238Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:39:47.247Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:40:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:40:37.656Z||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.
2021-08-13T08:40:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:40:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:40:37.657Z||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.
2021-08-13T08:40:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:40:47.232Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:40:47.247Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:41:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:41:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:41:37.659Z||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.
2021-08-13T08:41:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:41:37.659Z||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.
2021-08-13T08:41:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:41:47.223Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:41:47.224Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:42:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:42:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:42:37.658Z||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.
2021-08-13T08:42:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:42:37.658Z||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.
2021-08-13T08:42:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:42:47.223Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:42:47.223Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:43:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:43:37.658Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:43:37.664Z||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.
2021-08-13T08:43:37.664Z||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.
2021-08-13T08:43:37.664Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:43:37.664Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:43:47.225Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:43:47.265Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:44:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:44:37.656Z||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.
2021-08-13T08:44:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:44:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:44:37.657Z||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.
2021-08-13T08:44:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:44:47.224Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:44:47.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:45:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:45:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:45:37.657Z||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.
2021-08-13T08:45:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:45:37.657Z||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.
2021-08-13T08:45:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:45:47.222Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:45:47.290Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:46:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:46:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:46:37.657Z||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.
2021-08-13T08:46:37.657Z||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.
2021-08-13T08:46:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:46:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:46:47.240Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:46:47.250Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:47:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:47:37.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:47:37.661Z||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.
2021-08-13T08:47:37.661Z||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.
2021-08-13T08:47:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:47:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:47:47.214Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:47:47.225Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:48:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:48:37.656Z||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.
2021-08-13T08:48:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:48:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:48:37.657Z||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.
2021-08-13T08:48:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:48:47.233Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:48:47.233Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:49:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:49:37.656Z||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.
2021-08-13T08:49:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:49:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:49:37.657Z||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.
2021-08-13T08:49:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:49:47.217Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:49:47.217Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:50:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:50:37.656Z||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.
2021-08-13T08:50:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:50:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:50:37.657Z||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.
2021-08-13T08:50:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:50:47.228Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:50:47.229Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:51:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:51:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:51:37.657Z||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.
2021-08-13T08:51:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:51:37.657Z||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.
2021-08-13T08:51:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:51:47.210Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:51:47.210Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:52:37.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:52:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:52:37.660Z||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.
2021-08-13T08:52:37.660Z||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.
2021-08-13T08:52:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:52:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:52:47.247Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:52:47.288Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:53:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:53:37.656Z||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.
2021-08-13T08:53:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:53:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:53:37.658Z||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.
2021-08-13T08:53:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:53:47.229Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:53:47.230Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:54:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:54:37.655Z||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.
2021-08-13T08:54:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:54:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:54:37.657Z||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.
2021-08-13T08:54:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:54:47.204Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:54:47.209Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:55:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:55:37.656Z||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.
2021-08-13T08:55:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:55:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:55:37.658Z||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.
2021-08-13T08:55:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:55:47.206Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:55:47.237Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:56:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:56:37.657Z||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.
2021-08-13T08:56:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:56:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:56:37.659Z||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.
2021-08-13T08:56:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:56:47.218Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:56:47.220Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:57:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:57:37.657Z||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.
2021-08-13T08:57:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:57:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:57:37.658Z||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.
2021-08-13T08:57:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:57:47.216Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:57:47.226Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:58:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:58:37.657Z||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.
2021-08-13T08:58:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:58:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:58:37.658Z||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.
2021-08-13T08:58:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:58:47.230Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:58:47.234Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:59:37.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:59:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:59:37.661Z||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.
2021-08-13T08:59:37.661Z||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.
2021-08-13T08:59:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:59:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:59:47.221Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T08:59:47.242Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:00:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:00:37.655Z||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.
2021-08-13T09:00:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:00:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:00:37.657Z||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.
2021-08-13T09:00:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:00:47.221Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:00:47.221Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:01:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:01:37.656Z||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.
2021-08-13T09:01:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:01:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:01:37.658Z||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.
2021-08-13T09:01:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:01:47.223Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:01:47.229Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:02:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:02:37.656Z||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.
2021-08-13T09:02:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:02:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:02:37.657Z||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.
2021-08-13T09:02:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:02:47.224Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:02:47.230Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:03:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:03:37.656Z||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.
2021-08-13T09:03:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:03:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:03:37.657Z||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.
2021-08-13T09:03:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:03:47.226Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:03:47.227Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:04:37.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:04:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:04:37.662Z||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.
2021-08-13T09:04:37.662Z||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.
2021-08-13T09:04:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:04:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:04:47.228Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:04:47.228Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:05:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:05:37.656Z||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.
2021-08-13T09:05:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:05:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:05:37.657Z||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.
2021-08-13T09:05:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:05:47.219Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:05:47.288Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:06:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:06:37.657Z||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.
2021-08-13T09:06:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:06:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:06:37.659Z||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.
2021-08-13T09:06:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:06:47.238Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:06:47.238Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:07:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:07:37.656Z||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.
2021-08-13T09:07:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:07:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:07:37.657Z||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.
2021-08-13T09:07:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:07:47.220Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:07:47.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:08:37.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:08:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:08:37.658Z||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.
2021-08-13T09:08:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:08:37.658Z||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.
2021-08-13T09:08:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:08:47.233Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:08:47.258Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:09:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:09:37.656Z||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.
2021-08-13T09:09:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:09:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:09:37.657Z||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.
2021-08-13T09:09:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:09:47.229Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:09:47.229Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:10:37.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:10:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:10:37.662Z||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.
2021-08-13T09:10:37.662Z||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.
2021-08-13T09:10:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:10:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:10:47.211Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:10:47.232Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:11:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:11:37.655Z||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.
2021-08-13T09:11:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:11:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:11:37.657Z||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.
2021-08-13T09:11:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:11:47.209Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:11:47.211Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:12:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:12:37.655Z||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.
2021-08-13T09:12:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:12:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:12:37.658Z||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.
2021-08-13T09:12:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:12:47.221Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:12:47.222Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:13:37.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:13:37.657Z||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.
2021-08-13T09:13:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:13:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:13:37.657Z||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.
2021-08-13T09:13:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:13:47.214Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:13:47.220Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:14:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:14:37.656Z||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.
2021-08-13T09:14:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:14:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:14:37.657Z||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.
2021-08-13T09:14:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:14:47.214Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:14:47.273Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:15:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:15:37.656Z||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.
2021-08-13T09:15:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:15:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:15:37.658Z||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.
2021-08-13T09:15:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:15:47.217Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:15:47.220Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:16:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:16:37.655Z||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.
2021-08-13T09:16:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:16:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:16:37.658Z||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.
2021-08-13T09:16:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:16:47.214Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:16:47.217Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:17:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:17:37.655Z||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.
2021-08-13T09:17:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:17:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:17:37.658Z||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.
2021-08-13T09:17:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:17:47.210Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:17:47.213Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:18:37.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:18:37.658Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:18:37.659Z||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.
2021-08-13T09:18:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:18:37.659Z||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.
2021-08-13T09:18:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:18:47.233Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:18:47.233Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:19:37.654Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:19:37.655Z||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.
2021-08-13T09:19:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:19:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:19:37.657Z||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.
2021-08-13T09:19:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:19:47.226Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:19:47.226Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:20:37.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:20:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:20:37.660Z||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.
2021-08-13T09:20:37.660Z||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.
2021-08-13T09:20:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:20:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:20:47.228Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:20:47.228Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:21:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:21:37.655Z||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.
2021-08-13T09:21:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:21:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:21:37.657Z||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.
2021-08-13T09:21:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:21:47.204Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:21:47.209Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:22:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:22:37.656Z||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.
2021-08-13T09:22:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:22:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:22:37.657Z||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.
2021-08-13T09:22:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:22:47.213Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:22:47.213Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:23:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:23:37.655Z||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.
2021-08-13T09:23:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:23:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:23:37.657Z||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.
2021-08-13T09:23:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:23:47.208Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:23:47.208Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:24:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:24:37.656Z||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.
2021-08-13T09:24:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:24:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:24:37.657Z||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.
2021-08-13T09:24:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:24:47.235Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:24:47.235Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:25:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:25:37.655Z||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.
2021-08-13T09:25:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:25:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:25:37.657Z||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.
2021-08-13T09:25:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:25:47.227Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:25:47.237Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:26:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:26:37.657Z||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.
2021-08-13T09:26:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:26:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:26:37.657Z||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.
2021-08-13T09:26:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:26:47.212Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:26:47.214Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:27:37.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:27:37.656Z||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.
2021-08-13T09:27:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:27:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:27:37.658Z||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.
2021-08-13T09:27:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:27:47.218Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:27:47.224Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:28:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:28:37.656Z||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.
2021-08-13T09:28:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:28:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:28:37.657Z||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.
2021-08-13T09:28:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:28:47.226Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:28:47.226Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:29:37.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:29:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:29:37.657Z||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.
2021-08-13T09:29:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:29:37.657Z||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.
2021-08-13T09:29:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:29:47.223Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:29:47.228Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:30:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:30:37.656Z||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.
2021-08-13T09:30:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:30:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:30:37.658Z||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.
2021-08-13T09:30:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:30:47.212Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:30:47.216Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:31:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:31:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:31:37.660Z||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.
2021-08-13T09:31:37.660Z||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.
2021-08-13T09:31:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:31:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:31:47.211Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:31:47.212Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:32:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:32:37.655Z||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.
2021-08-13T09:32:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:32:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:32:37.657Z||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.
2021-08-13T09:32:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:32:47.236Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:32:47.236Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:33:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:33:37.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:33:37.660Z||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.
2021-08-13T09:33:37.660Z||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.
2021-08-13T09:33:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:33:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:33:47.244Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:33:47.244Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:34:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:34:37.654Z||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.
2021-08-13T09:34:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:34:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:34:37.658Z||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.
2021-08-13T09:34:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:34:47.235Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:34:47.235Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:35:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:35:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:35:37.660Z||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.
2021-08-13T09:35:37.660Z||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.
2021-08-13T09:35:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:35:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:35:47.239Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:35:47.239Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:36:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:36:37.655Z||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.
2021-08-13T09:36:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:36:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:36:37.657Z||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.
2021-08-13T09:36:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:36:47.217Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:36:47.220Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:37:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:37:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:37:37.657Z||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.
2021-08-13T09:37:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:37:37.657Z||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.
2021-08-13T09:37:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:37:47.216Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:37:47.266Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:38:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:38:37.655Z||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.
2021-08-13T09:38:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:38:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:38:37.657Z||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.
2021-08-13T09:38:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:38:47.211Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:38:47.213Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:39:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:39:37.656Z||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.
2021-08-13T09:39:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:39:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:39:37.657Z||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.
2021-08-13T09:39:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:39:47.215Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:39:47.217Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:40:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:40:37.655Z||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.
2021-08-13T09:40:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:40:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:40:37.657Z||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.
2021-08-13T09:40:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:40:47.204Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:40:47.204Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:41:37.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:41:37.656Z||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.
2021-08-13T09:41:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:41:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:41:37.657Z||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.
2021-08-13T09:41:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:41:47.223Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:41:47.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:42:37.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:42:37.656Z||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.
2021-08-13T09:42:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:42:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:42:37.657Z||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.
2021-08-13T09:42:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:42:47.207Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:42:47.255Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:43:37.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:43:37.656Z||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.
2021-08-13T09:43:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:43:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:43:37.657Z||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.
2021-08-13T09:43:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:43:47.212Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:43:47.214Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:44:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:44:37.655Z||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.
2021-08-13T09:44:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:44:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:44:37.657Z||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.
2021-08-13T09:44:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:44:47.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:44:47.222Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:45:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:45:37.656Z||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.
2021-08-13T09:45:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:45:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:45:37.657Z||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.
2021-08-13T09:45:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:45:47.223Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:45:47.234Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:46:37.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:46:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:46:37.657Z||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.
2021-08-13T09:46:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:46:37.658Z||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.
2021-08-13T09:46:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:46:47.211Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:46:47.211Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:47:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:47:37.655Z||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.
2021-08-13T09:47:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:47:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:47:37.657Z||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.
2021-08-13T09:47:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:47:47.204Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:47:47.204Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:48:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:48:37.656Z||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.
2021-08-13T09:48:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:48:37.657Z||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.
2021-08-13T09:48:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:38.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:48:38.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "cds",
  "timestamp": 1628848106889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "cds",
  "timestamp": 1628848106889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "policy-id",
  "timestamp": 1628848108658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "cds",
  "timestamp": 1628848106889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628848109474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "policy-id",
  "timestamp": 1628848108658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "cds",
  "timestamp": 1628848106889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628848109474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "policy-id",
  "timestamp": 1628848108658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-13T09:48:38.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "cds",
  "timestamp": 1628848106889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628848109474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "policy-id",
  "timestamp": 1628848108658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "cds",
  "timestamp": 1628848106889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628848109474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "policy-id",
  "timestamp": 1628848108658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "clamp",
  "timestamp": 1628848112757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "cds",
  "timestamp": 1628848106889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:48:38.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628848109474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848113549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "policy-id",
  "timestamp": 1628848108658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "clamp",
  "timestamp": 1628848112757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T09:48:38.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628848109474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848113549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T09:48:38.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "policy-id",
  "timestamp": 1628848108658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:48:38.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "clamp",
  "timestamp": 1628848112757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628848109474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848113549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-13T09:48:38.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "clamp",
  "timestamp": 1628848112757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "dcae-sch",
  "timestamp": 1628848116382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848113549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "clamp",
  "timestamp": 1628848112757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:48:38.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "cds",
  "timestamp": 1628848117549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:48:38.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:48:38.280Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:48:38.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"723b8eaf-6a3b-492d-945e-6d7116d719eb","serviceName":"vFW 2021-08-13 09-45-14","serviceVersion":"1.0","serviceUUID":"ba5744df-28c3-4152-a101-ec7e7c58d500","serviceDescription":"catalog service description","serviceInvariantUUID":"5c4ff8f0-27d9-4447-adbd-9abb6031d8ac","resources":[{"resourceInstanceName":"vFW 7040c3c9-5676 0","resourceName":"vFW 7040c3c9-5676","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"37d4f9c2-189a-4062-bc82-beb4c3f66013","resourceInvariantUUID":"debd6df4-b1de-4f2e-a125-4cebf9b4f701","resourceCustomizationUUID":"8566cd84-fe07-42a0-9d53-4a15e91d6743","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml","artifactChecksum":"OTFmNTI2NDhhYzQ3N2JhZDRjOTMzNDE1YjU5NmRlOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"935fba99-db7f-4549-9d0b-79834126e522","artifactVersion":"1"},{"artifactName":"vfw7040c3c956760_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json","artifactChecksum":"Yjk5NmQxYWUxYWI5YTI5NjljMDZmODFlNWI3MDNjZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9ace44a3-697e-444d-aaf1-b2b21b2450b4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b52df8d-a7fd-459c-9aac-79165fe3f3b4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml","artifactChecksum":"OTNiNGNkZjliZjI0ZTIyYzU5MjBkMWQwMTdmZjY3ODE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"080b3d90-20b0-4b66-8b33-3dc45075a29e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d2ed57b7-c113-41d1-8455-854ff3bb5d24","artifactVersion":"2","generatedFromUUID":"4b52df8d-a7fd-459c-9aac-79165fe3f3b4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210813094514-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml","artifactChecksum":"ZTE4ZWRhOGY3MTZmOGYzNjgyYTEwNWEwNmM5MjRhMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"82b44c32-16f7-4168-96e9-0c3307700549","artifactVersion":"1"},{"artifactName":"service-Vfw20210813094514-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar","artifactChecksum":"ZmIwMTZkMTgyOWViZDcyODMxNTZiNDFjY2VhMWNlNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f589cbb5-0688-481b-8c4a-5576848f4a50","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T09:48:38.290Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:48:38.303Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:38.316Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:38.317Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848117654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.412Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-08-13T09:48:38.416Z||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.
2021-08-13T09:48:38.416Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:38.427Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:48:38.428Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:39.323Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:48:39.324Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:39.326Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:39.326Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848117654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T09:48:39.426Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:48:39.427Z||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.
2021-08-13T09:48:39.427Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:39.435Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:48:39.436Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:40.327Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:48:40.329Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:40.331Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:40.332Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848117654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-13T09:48:40.432Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:48:40.433Z||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.
2021-08-13T09:48:40.433Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:40.442Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:48:40.443Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:41.332Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:48:41.333Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:41.335Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:41.335Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848117654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:41.435Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:48:41.436Z||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.
2021-08-13T09:48:41.436Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:41.459Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:48:41.459Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:42.337Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:48:42.339Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:42.342Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:42.342Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848117654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-13T09:48:42.443Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T09:48:42.444Z||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.
2021-08-13T09:48:42.444Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:42.456Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:48:42.457Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:43.345Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:48:43.348Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:43.352Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:43.352Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848117654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:48:43.452Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:48:43.454Z||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.
2021-08-13T09:48:43.454Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:43.488Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:48:43.489Z||pool-8-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:44.353Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:48:44.354Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:44.356Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:44.356Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848117654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:48:44.457Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:48:44.458Z||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.
2021-08-13T09:48:44.458Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:44.467Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:48:44.468Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:45.360Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "serviceName": "vFW 2021-08-13 09-45-14",
  "serviceVersion": "1.0",
  "serviceUUID": "ba5744df-28c3-4152-a101-ec7e7c58d500",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5c4ff8f0-27d9-4447-adbd-9abb6031d8ac",
  "resources": [
    {
      "resourceInstanceName": "vFW 7040c3c9-5676 0",
      "resourceCustomizationUUID": "8566cd84-fe07-42a0-9d53-4a15e91d6743",
      "resourceName": "vFW 7040c3c9-5676",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "37d4f9c2-189a-4062-bc82-beb4c3f66013",
      "resourceInvariantUUID": "debd6df4-b1de-4f2e-a125-4cebf9b4f701",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7040c3c956760_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
          "artifactChecksum": "Yjk5NmQxYWUxYWI5YTI5NjljMDZmODFlNWI3MDNjZDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9ace44a3-697e-444d-aaf1-b2b21b2450b4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b52df8d-a7fd-459c-9aac-79165fe3f3b4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d2ed57b7-c113-41d1-8455-854ff3bb5d24",
            "generatedFromUUID": "4b52df8d-a7fd-459c-9aac-79165fe3f3b4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d2ed57b7-c113-41d1-8455-854ff3bb5d24",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210813094514-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
      "artifactChecksum": "ZmIwMTZkMTgyOWViZDcyODMxNTZiNDFjY2VhMWNlNDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f589cbb5-0688-481b-8c4a-5576848f4a50"
    }
  ],
  "workloadContext": "Production"
}
2021-08-13T09:48:45.362Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T09:48:45.371Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ba5744df-28c3-4152-a101-ec7e7c58d500 ASDC
2021-08-13T09:48:45.480Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:723b8eaf-6a3b-492d-945e-6d7116d719eb
ServiceName:vFW 2021-08-13 09-45-14
ServiceVersion:1.0
ServiceUUID:ba5744df-28c3-4152-a101-ec7e7c58d500
ServiceInvariantUUID:5c4ff8f0-27d9-4447-adbd-9abb6031d8ac
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210813094514-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar
ArtifactUUID:f589cbb5-0688-481b-8c4a-5576848f4a50
ArtifactChecksum:ZmIwMTZkMTgyOWViZDcyODMxNTZiNDFjY2VhMWNlNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7040c3c9-5676 0
ResourceCustomizationUUID:8566cd84-fe07-42a0-9d53-4a15e91d6743
ResourceInvariantUUID:debd6df4-b1de-4f2e-a125-4cebf9b4f701
ResourceName:vFW 7040c3c9-5676
ResourceType:VF
ResourceUUID:37d4f9c2-189a-4062-bc82-beb4c3f66013
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7040c3c956760_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json
ArtifactUUID:9ace44a3-697e-444d-aaf1-b2b21b2450b4
ArtifactChecksum:Yjk5NmQxYWUxYWI5YTI5NjljMDZmODFlNWI3MDNjZDI=
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/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml
ArtifactUUID:4b52df8d-a7fd-459c-9aac-79165fe3f3b4
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/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env
ArtifactUUID:d2ed57b7-c113-41d1-8455-854ff3bb5d24
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/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env
ArtifactUUID:d2ed57b7-c113-41d1-8455-854ff3bb5d24
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-13T09:48:45.481Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba5744df-28c3-4152-a101-ec7e7c58d500 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 (?, ?, ?, ?, ?)
2021-08-13T09:48:45.726Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T09:48:45.727Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-13T09:48:45.728Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-13T09:48:45.728Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f589cbb5-0688-481b-8c4a-5576848f4a50 from URL: /sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:45.728Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-13T09:48:45.729Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:46.343Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-13T09:48:46.362Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar f589cbb5-0688-481b-8c4a-5576848f4a50 98760
2021-08-13T09:48:46.365Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar ASDC sendASDCNotification
2021-08-13T09:48:46.365Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:46.367Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:48:46.368Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:46.370Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:46.370Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848126363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:48:46.470Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T09:48:46.472Z||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.
2021-08-13T09:48:46.473Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:46.489Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:48:46.490Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-08-13T09:48:47.371Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T09:48:47.373Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-13T09:48:47.373Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f589cbb5-0688-481b-8c4a-5576848f4a50, URL: /sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar to file: /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:47.374Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210813094514-csar.csar
2021-08-13T09:48:47.497Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:47.497Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:48.054Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12003511298085732347/Definitions/service-Vfw20210813094514-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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_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
2021-08-13T09:48:50.492Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T09:48:50.497Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-13T09:48:50.497Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.498Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-13T09:48:50.498Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.498Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.498Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.498Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.499Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7040c3c9-5676 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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.499Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.499Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.499Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.499Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.500Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.500Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.500Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.500Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.501Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-13T09:48:50.507Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:50.508Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:50.512Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:50.513Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-13T09:48:50.515Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T09:48:50.516Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:50.517Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:50.517Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:50.517Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-13T09:48:50.517Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T09:48:50.518Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:50.518Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:50.521Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:50.521Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is not matching search criteria
2021-08-13T09:48:50.522Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T09:48:50.522Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T09:48:50.522Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T09:48:50.522Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.523Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.523Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T09:48:50.523Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.524Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T09:48:50.524Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T09:48:50.524Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.525Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.525Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T09:48:50.525Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.525Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T09:48:50.525Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.526Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T09:48:50.526Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:50.526Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T09:48:50.528Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:50.529Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:50.529Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:50.530Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:50.530Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:50.530Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:50.531Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:50.531Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:50.531Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:50.532Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:50.532Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is not matching search criteria
2021-08-13T09:48:50.533Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T09:48:50.533Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T09:48:50.533Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-13T09:48:50.534Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T09:48:50.534Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T09:48:50.534Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.534Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.535Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T09:48:50.535Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.535Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T09:48:50.536Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.536Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cb7225de-1d5c-43a6-9adf-cd4767ca3c04
2021-08-13T09:48:50.536Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:50.537Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is not matching search criteria
2021-08-13T09:48:50.537Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T09:48:50.537Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T09:48:50.538Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T09:48:50.538Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.538Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.539Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T09:48:50.539Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.539Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-13T09:48:50.540Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T09:48:50.540Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.540Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T09:48:50.541Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.541Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ccbf8827-8bce-469b-bca3-b3ddec6b1801
2021-08-13T09:48:50.542Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:50.542Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is not matching search criteria
2021-08-13T09:48:50.542Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T09:48:50.542Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T09:48:50.543Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T09:48:50.543Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.543Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.543Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T09:48:50.544Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.544Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T09:48:50.544Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T09:48:50.544Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.544Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.545Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-13T09:48:50.545Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bf812443-ba22-4e86-a515-8c65d7e110b5
2021-08-13T09:48:50.545Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:50.545Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:50.546Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:50.546Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:50.546Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:50.546Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:50.547Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:50.547Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:50.547Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-08-13 09-45-14
Description:catalog service description
Model UUID:ba5744df-28c3-4152-a101-ec7e7c58d500
Model Version:NULL
Model InvariantUuid:5c4ff8f0-27d9-4447-adbd-9abb6031d8ac
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7040c3c9-5676
Model UUID:e7cb9727-9674-47e1-bc37-127264a23441
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:debd6df4-b1de-4f2e-a125-4cebf9b4f701
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8566cd84-fe07-42a0-9d53-4a15e91d6743
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:794941e6-37d1-4cde-8af7-f1eeef13581e
ModelName:Vfw7040c3c95676..base_vfw..module-0
ModelUuid:edfa4728-7e0e-4bb5-a423-132b4ee5f935
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cb7225de-1d5c-43a6-9adf-cd4767ca3c04
ModelInvariantUuid:b980ad67-0d7d-471d-b95c-a4536d3001a2
ModelName:vFW 7040c3c9-5676-nodes.vfwCvfc
ModelUuid:986ead13-2d03-45e9-9798-faad03d8b67b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5865f593-35cc-4f23-9d9f-67b664feab5a
ModelInvariantUuid:0b82e4e8-26b8-413f-ae7e-f73422ed0239
ModelName:Vfw7040c3c95676.compute.nodes.heat.vfw
ModelUuid:92d069eb-98ce-466b-95f8-168a6e948bef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ccbf8827-8bce-469b-bca3-b3ddec6b1801
ModelInvariantUuid:933c8462-4502-41f0-b155-7a471a6d1ec3
ModelName:vFW 7040c3c9-5676-nodes.vsnCvfc
ModelUuid:483d24e2-230c-4cc2-91aa-4238dba43f89
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:aa7e9b17-0375-4969-bded-d237723717ac
ModelInvariantUuid:fe21722f-2f72-4c33-8759-f6f5a6a2ed8a
ModelName:Vfw7040c3c95676.compute.nodes.heat.vsn
ModelUuid:e985f2bb-5a1d-4d1b-a2a0-e19a7fd5e38b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bf812443-ba22-4e86-a515-8c65d7e110b5
ModelInvariantUuid:35753f44-779b-4aed-8b87-2f6444b452a2
ModelName:vFW 7040c3c9-5676-nodes.vpgCvfc
ModelUuid:d3624eb4-88bf-42fa-8e40-6f8872bbcd27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d64deda9-a60f-4e57-8040-8b864af75201
ModelInvariantUuid:89c6b395-8155-4f87-b58c-b2d7acc8d0ad
ModelName:Vfw7040c3c95676.compute.nodes.heat.vpg
ModelUuid:1ccaf109-b04a-4309-984c-8fddb90588bd
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-13T09:48:50.570Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 37d4f9c2-189a-4062-bc82-beb4c3f66013
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T09:48:50.665Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||vFW 7040c3c9-5676 0
2021-08-13T09:48:50.671Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 37d4f9c2-189a-4062-bc82-beb4c3f66013
2021-08-13T09:48:50.671Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9ace44a3-697e-444d-aaf1-b2b21b2450b4 from URL: /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json
2021-08-13T09:48:50.671Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-13T09:48:50.672Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json
2021-08-13T09:48:51.525Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-13T09:48:51.525Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json 9ace44a3-697e-444d-aaf1-b2b21b2450b4 785
2021-08-13T09:48:51.526Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json ASDC sendASDCNotification
2021-08-13T09:48:51.526Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json
2021-08-13T09:48:51.526Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:48:51.526Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:51.530Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:51.530Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848131526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:48:51.630Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:48:51.631Z||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.
2021-08-13T09:48:51.631Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:51.639Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:48:51.640Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-13T09:48:52.531Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7040c3c95676..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "794941e6-37d1-4cde-8af7-f1eeef13581e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "edfa4728-7e0e-4bb5-a423-132b4ee5f935",
    "vfModuleModelCustomizationUUID": "6ae91bcc-d7f4-49fa-8114-176d20106a6d",
    "isBase": true,
    "artifacts": [
      "4b52df8d-a7fd-459c-9aac-79165fe3f3b4",
      "d2ed57b7-c113-41d1-8455-854ff3bb5d24"
    ],
    "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": ""
    }
  }
]
2021-08-13T09:48:52.557Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7040c3c95676..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:edfa4728-7e0e-4bb5-a423-132b4ee5f935
VfModuleModelInvariantUUID:794941e6-37d1-4cde-8af7-f1eeef13581e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b52df8d-a7fd-459c-9aac-79165fe3f3b4
,
d2ed57b7-c113-41d1-8455-854ff3bb5d24

}
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


}

2021-08-13T09:48:52.561Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7040c3c95676..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "794941e6-37d1-4cde-8af7-f1eeef13581e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "edfa4728-7e0e-4bb5-a423-132b4ee5f935",
    "vfModuleModelCustomizationUUID": "6ae91bcc-d7f4-49fa-8114-176d20106a6d",
    "isBase": true,
    "artifacts": [
      "4b52df8d-a7fd-459c-9aac-79165fe3f3b4",
      "d2ed57b7-c113-41d1-8455-854ff3bb5d24"
    ],
    "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": ""
    }
  }
]
2021-08-13T09:48:52.562Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7040c3c95676..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:edfa4728-7e0e-4bb5-a423-132b4ee5f935
VfModuleModelInvariantUUID:794941e6-37d1-4cde-8af7-f1eeef13581e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b52df8d-a7fd-459c-9aac-79165fe3f3b4
,
d2ed57b7-c113-41d1-8455-854ff3bb5d24

}
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


}

2021-08-13T09:48:52.562Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b52df8d-a7fd-459c-9aac-79165fe3f3b4 from URL: /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml
2021-08-13T09:48:52.562Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-13T09:48:52.562Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml
2021-08-13T09:48:54.371Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-13T09:48:54.372Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml 4b52df8d-a7fd-459c-9aac-79165fe3f3b4 20368
2021-08-13T09:48:54.373Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-13T09:48:54.373Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml
2021-08-13T09:48:54.373Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:48:54.373Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:54.375Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:54.375Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848134373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:48:54.476Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T09:48:54.478Z||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.
2021-08-13T09:48:54.478Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:54.487Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:48:54.487Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-13T09:48:55.377Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d2ed57b7-c113-41d1-8455-854ff3bb5d24 from URL: /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env
2021-08-13T09:48:55.378Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-13T09:48:55.378Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env
2021-08-13T09:48:58.343Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-13T09:48:58.344Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env d2ed57b7-c113-41d1-8455-854ff3bb5d24 2098
2021-08-13T09:48:58.345Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-13T09:48:58.345Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env
2021-08-13T09:48:58.345Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:48:58.345Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:58.352Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:58.354Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848138344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:48:58.449Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-08-13T09:48:58.450Z||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.
2021-08-13T09:48:58.450Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:58.469Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:48:58.470Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:59.355Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ba5744df-28c3-4152-a101-ec7e7c58d500
2021-08-13T09:48:59.356Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7040c3c9-5676 0 37d4f9c2-189a-4062-bc82-beb4c3f66013 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T09:48:59.403Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.403Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.403Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-08-13T09:48:59.404Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8566cd84-fe07-42a0-9d53-4a15e91d6743
2021-08-13T09:48:59.404Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8566cd84-fe07-42a0-9d53-4a15e91d6743 matches Tosca VF Customization UUID: 8566cd84-fe07-42a0-9d53-4a15e91d6743
2021-08-13T09:48:59.404Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8566cd84-fe07-42a0-9d53-4a15e91d6743  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-13T09:48:59.411Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.412Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.413Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8566cd84-fe07-42a0-9d53-4a15e91d6743: {\"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\"}
2021-08-13T09:48:59.413Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50d158e7
2021-08-13T09:48:59.413Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.414Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T09:48:59.414Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ae91bcc-d7f4-49fa-8114-176d20106a6d
2021-08-13T09:48:59.415Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ae91bcc-d7f4-49fa-8114-176d20106a6d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-13T09:48:59.421Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.421Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:59.421Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:59.422Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.422Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:59.422Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:59.422Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.423Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is not matching search criteria
2021-08-13T09:48:59.423Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T09:48:59.423Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T09:48:59.423Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-13T09:48:59.423Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T09:48:59.424Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T09:48:59.424Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.424Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:59.424Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T09:48:59.425Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:59.425Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T09:48:59.425Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.425Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cb7225de-1d5c-43a6-9adf-cd4767ca3c04
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-13T09:48:59.434Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.434Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:59.435Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:59.435Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.435Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is not matching search criteria
2021-08-13T09:48:59.435Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T09:48:59.435Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T09:48:59.436Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T09:48:59.436Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.436Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:59.436Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T09:48:59.437Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.437Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-13T09:48:59.437Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T09:48:59.437Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:59.437Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T09:48:59.438Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.438Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ccbf8827-8bce-469b-bca3-b3ddec6b1801
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-13T09:48:59.440Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.440Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:59.441Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:59.443Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.443Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is not matching search criteria
2021-08-13T09:48:59.444Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T09:48:59.444Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T09:48:59.444Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T09:48:59.444Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.444Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:59.445Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T09:48:59.445Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.445Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T09:48:59.445Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T09:48:59.445Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.446Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:59.446Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-13T09:48:59.446Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bf812443-ba22-4e86-a515-8c65d7e110b5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-13T09:48:59.448Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.448Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:59.449Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:59.449Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.449Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:59.449Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=8566cd84-fe07-42a0-9d53-4a15e91d6743
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T09:48:59.451Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.451Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.452Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ba5744df-28c3-4152-a101-ec7e7c58d500: vFW 7040c3c9-5676
2021-08-13T09:48:59.452Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.452Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.452Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.452Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.453Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.453Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.453Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.453Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.454Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:48:59.454Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.454Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-08-13 09-45-14 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-08-13T09:48:59.731Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7040c3c9-5676 37d4f9c2-189a-4062-bc82-beb4c3f66013 1 ASDC deployResourceStructure
2021-08-13T09:48:59.731Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json ASDC sendASDCNotification
2021-08-13T09:48:59.731Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json
2021-08-13T09:48:59.731Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:48:59.732Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:59.733Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:59.733Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848139731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T09:48:59.834Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:48:59.834Z||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.
2021-08-13T09:48:59.834Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:59.856Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:48:59.856Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:49:00.734Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-13T09:49:00.735Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml
2021-08-13T09:49:00.735Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:49:00.735Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:49:00.737Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:49:00.737Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848140734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T09:49:00.837Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:49:00.838Z||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.
2021-08-13T09:49:00.838Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:49:00.853Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:49:00.853Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:49:01.738Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-13T09:49:01.739Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env
2021-08-13T09:49:01.739Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:49:01.739Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:49:01.741Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:49:01.741Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848141738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-13T09:49:01.842Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T09:49:01.843Z||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.
2021-08-13T09:49:01.843Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:49:01.857Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:49:01.858Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:49:02.742Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar ASDC sendASDCNotification
2021-08-13T09:49:02.743Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar
2021-08-13T09:49:02.743Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:49:02.748Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:49:02.753Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:49:02.753Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848142742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T09:49:02.850Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-08-13T09:49:02.851Z||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.
2021-08-13T09:49:02.851Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:49:02.863Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:49:02.864Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-13T09:49:03.754Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T09:49:03.781Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T09:49:03.783Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:49:03.783Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:49:03.783Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:49:33.784Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T09:49:33.796Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T09:49:33.799Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:49:33.799Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:49:33.799Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:49:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:49:37.658Z||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.
2021-08-13T09:49:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:49:37.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:49:37.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:49:37.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "dcae-sch",
  "timestamp": 1628848116382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:49:37.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:50:03.799Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T09:50:03.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T09:50:03.811Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:50:03.811Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:50:03.811Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:50:33.813Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T09:50:33.842Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T09:50:33.844Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:50:33.845Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:50:33.845Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:50:37.658Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:50:37.660Z||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.
2021-08-13T09:50:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:50:37.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:50:37.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:50:37.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848113549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-13T09:50:37.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:03.845Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T09:51:03.876Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T09:51:03.878Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:51:03.878Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:51:03.878Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:51:33.878Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T09:51:33.893Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T09:51:33.896Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:51:33.896Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:51:33.896Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:51:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:51:37.658Z||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.
2021-08-13T09:51:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:51:38.196Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:51:38.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848117654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "clamp",
  "timestamp": 1628848112757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "cds",
  "timestamp": 1628848118611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-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=?
2021-08-13T09:51:38.211Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 723b8eaf-6a3b-492d-945e-6d7116d719eb
2021-08-13T09:51:38.212Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 723b8eaf-6a3b-492d-945e-6d7116d719eb 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 (?, ?, ?, ?, ?)
2021-08-13T09:51:38.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "policy-id",
  "timestamp": 1628848118585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "dcae-sch",
  "timestamp": 1628848116382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848113549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848117654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "clamp",
  "timestamp": 1628848112757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "policy-id",
  "timestamp": 1628848119595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "dcae-sch",
  "timestamp": 1628848116382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848113549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:51:38.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848117654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-13T09:51:38.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "policy-id",
  "timestamp": 1628848120599,
  "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=?
2021-08-13T09:51:38.230Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 723b8eaf-6a3b-492d-945e-6d7116d719eb
2021-08-13T09:51:38.231Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 723b8eaf-6a3b-492d-945e-6d7116d719eb 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 (?, ?, ?, ?, ?)
2021-08-13T09:51:38.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "dcae-sch",
  "timestamp": 1628848116382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848117654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "aai-ml",
  "timestamp": 1628848120660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "dcae-sch",
  "timestamp": 1628848116382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848117654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-13T09:51:38.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "aai-ml",
  "timestamp": 1628848120660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "dcae-sch",
  "timestamp": 1628848116382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848123171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848117654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "aai-ml",
  "timestamp": 1628848120660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848117654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "aai-ml",
  "timestamp": 1628848120660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848125219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "aai-ml",
  "timestamp": 1628848120660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848124909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848126363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "aai-ml",
  "timestamp": 1628848120660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848124909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848126955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "clamp",
  "timestamp": 1628848127082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "aai-ml",
  "timestamp": 1628848120660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848124909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "clamp",
  "timestamp": 1628848128520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T09:51:38.246Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848128575,
  "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=?
2021-08-13T09:51:38.252Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 723b8eaf-6a3b-492d-945e-6d7116d719eb
2021-08-13T09:51:38.253Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 723b8eaf-6a3b-492d-945e-6d7116d719eb 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=?
2021-08-13T09:51:38.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848124909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "aai-ml",
  "timestamp": 1628848128744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "clamp",
  "timestamp": 1628848129531,
  "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=?
2021-08-13T09:51:38.264Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 723b8eaf-6a3b-492d-945e-6d7116d719eb
2021-08-13T09:51:38.265Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 723b8eaf-6a3b-492d-945e-6d7116d719eb 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 (?, ?, ?, ?, ?)
2021-08-13T09:51:38.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848129580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848124909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848124909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848131526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848124909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848134373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848134653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848138344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848139731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848140612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848140734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T09:51:38.275Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848141617,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T09:51:38.279Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 723b8eaf-6a3b-492d-945e-6d7116d719eb
2021-08-13T09:51:38.279Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 723b8eaf-6a3b-492d-945e-6d7116d719eb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T09:51:38.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848141738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-13T09:51:38.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848142742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T09:51:38.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "aai-ml",
  "timestamp": 1628848147032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T09:51:38.288Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "aai-ml",
  "timestamp": 1628848148046,
  "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=?
2021-08-13T09:51:38.292Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 723b8eaf-6a3b-492d-945e-6d7116d719eb
2021-08-13T09:51:38.292Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 723b8eaf-6a3b-492d-945e-6d7116d719eb 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 (?, ?, ?, ?, ?)
2021-08-13T09:52:03.898Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T09:52:03.919Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T09:52:03.922Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T09:52:03.924Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T09:52:03.932Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T09:52:33.934Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb 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=?
2021-08-13T09:52:33.952Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb and serviceModelVersionId: ba5744df-28c3-4152-a101-ec7e7c58d500
2021-08-13T09:52:33.953Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c4ff8f0-27d9-4447-adbd-9abb6031d8ac
2021-08-13T09:52:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:52:37.659Z||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.
2021-08-13T09:52:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:52:47.153Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0
2021-08-13T09:52:47.212Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:52:47.258Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T09:52:47.727Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0|INFO|500||Invoke
2021-08-13T09:52:47.734Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[723b8eaf-6a3b-492d-945e-6d7116d719eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[366920cd-790b-48fb-b031-ced1b9a01897], X-ECOMP-RequestID=[723b8eaf-6a3b-492d-945e-6d7116d719eb], X-TransactionId=[], X-ONAP-RequestID=[723b8eaf-6a3b-492d-945e-6d7116d719eb], Content-Type=[application/merge-patch+json]}
2021-08-13T09:52:47.856Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-13T09:52:48.156Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210813-09:52:47:869-1701], vertex-id=[262192], Content-Length=[0], Date=[Fri, 13 Aug 2021 09:52:47 GMT], Content-Type=[application/json]}
2021-08-13T09:52:48.158Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-13T09:52:48.159Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0|INFO|500||InvokeReturn
2021-08-13T09:52:48.166Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T09:52:48.166Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T09:52:48.172Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-13T09:52:48.173Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 723b8eaf-6a3b-492d-945e-6d7116d719eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T09:52:48.174Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T09:52:48.174Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:52:48.176Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:52:48.176Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848368173,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T09:52:48.277Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T09:52:48.278Z||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.
2021-08-13T09:52:48.278Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:52:48.287Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:52:48.288Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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=?
2021-08-13T09:52:49.191Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:52:49.192Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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.
2021-08-13T09:52:49.192Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:52:59.470Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:52:59.472Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:52:59.473Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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.
2021-08-13T09:52:59.473Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:09.032Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:09.033Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:53:09.033Z||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.
2021-08-13T09:53:09.033Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:18.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:18.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:53:18.583Z||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.
2021-08-13T09:53:18.583Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:26.060Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:26.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T09:53:26.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fd72da32-4739-4793-b1a2-89c47fb9adc6","serviceName":"basic_onboard_lsGUFD","serviceVersion":"1.0","serviceUUID":"947c5ee1-3bfb-4891-b00e-c9385ae0145d","serviceDescription":"service","serviceInvariantUUID":"edaae47c-7464-4099-9eb2-3574ea748cc7","resources":[{"resourceInstanceName":"basic_onboard_lsGUFD 0","resourceName":"basic_onboard_lsGUFD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"032e3712-cf51-467f-8df7-8e738bf179fd","resourceInvariantUUID":"75b2a2cd-f113-4d00-a6ed-98be7f8b04b9","resourceCustomizationUUID":"91fbb14e-79fe-4521-b81d-80d1dffb6e14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml","artifactChecksum":"ZDc3YzdiOTgyMmU5YmUwNDhkZmRmZmQ3NWY4YWMzZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"984422d6-4e1d-43e0-a58b-b86d66428f42","artifactVersion":"1"},{"artifactName":"basic_onboard_lsgufd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json","artifactChecksum":"NWVhNGFjYzU2NzcwODg4OGE2YWQ3YzJhOTQ3NGExNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"edba6ea2-9ea9-402e-9541-9c367d7c6094","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da66f9c0-3fc3-434f-a1a8-1d136726a157","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c4367cf-5ade-4f9a-8318-7287164d49fa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a2dcdb98-f5fb-4021-a701-b7e7600601ff","artifactVersion":"2","generatedFromUUID":"da66f9c0-3fc3-434f-a1a8-1d136726a157"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLsgufd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml","artifactChecksum":"MDVlYTA5MDhjNWI2YzQ3MDIyYjFkZTVlMzAzZGNmODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6bceedab-a325-47ad-84ef-2cc0049419ce","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLsgufd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar","artifactChecksum":"N2M1NjFiMmQ2NGY2NWQxMzliY2E0OGU2OTMzODQzYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc6e80fa-1f3f-4813-80ef-b62398827c6a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T09:53:26.064Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:53:26.065Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:26.067Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:26.067Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848398582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:26.167Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:26.168Z||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.
2021-08-13T09:53:26.168Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:26.177Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:26.178Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:27.068Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:53:27.069Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:27.071Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:27.071Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848398582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T09:53:27.171Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:27.173Z||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.
2021-08-13T09:53:27.173Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:27.199Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:27.200Z||pool-20-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:28.072Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:53:28.072Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:28.074Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:28.074Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848398582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T09:53:28.175Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:28.176Z||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.
2021-08-13T09:53:28.176Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:28.186Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:28.187Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:29.075Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:53:29.076Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:29.078Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:29.078Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848398582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:29.180Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-13T09:53:29.181Z||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.
2021-08-13T09:53:29.181Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:29.189Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:29.189Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:30.079Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:53:30.079Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:30.081Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:30.082Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848398582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-13T09:53:30.182Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:30.183Z||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.
2021-08-13T09:53:30.183Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:30.192Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:30.194Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:31.082Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:53:31.083Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:31.085Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:31.085Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848398582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:31.185Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T09:53:31.186Z||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.
2021-08-13T09:53:31.186Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:31.195Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:31.196Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:32.086Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:53:32.087Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:32.089Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:32.089Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848398582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:53:32.189Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:32.190Z||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.
2021-08-13T09:53:32.190Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:32.204Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:32.205Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1}
2021-08-13T09:53:33.092Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "serviceName": "basic_onboard_lsGUFD",
  "serviceVersion": "1.0",
  "serviceUUID": "947c5ee1-3bfb-4891-b00e-c9385ae0145d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "edaae47c-7464-4099-9eb2-3574ea748cc7",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_lsGUFD 0",
      "resourceCustomizationUUID": "91fbb14e-79fe-4521-b81d-80d1dffb6e14",
      "resourceName": "basic_onboard_lsGUFD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "032e3712-cf51-467f-8df7-8e738bf179fd",
      "resourceInvariantUUID": "75b2a2cd-f113-4d00-a6ed-98be7f8b04b9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_lsgufd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
          "artifactChecksum": "NWVhNGFjYzU2NzcwODg4OGE2YWQ3YzJhOTQ3NGExNjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "edba6ea2-9ea9-402e-9541-9c367d7c6094",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "da66f9c0-3fc3-434f-a1a8-1d136726a157",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a2dcdb98-f5fb-4021-a701-b7e7600601ff",
            "generatedFromUUID": "da66f9c0-3fc3-434f-a1a8-1d136726a157"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a2dcdb98-f5fb-4021-a701-b7e7600601ff",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardLsgufd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
      "artifactChecksum": "N2M1NjFiMmQ2NGY2NWQxMzliY2E0OGU2OTMzODQzYjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dc6e80fa-1f3f-4813-80ef-b62398827c6a"
    }
  ],
  "workloadContext": "Production"
}
2021-08-13T09:53:33.093Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T09:53:33.093Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 947c5ee1-3bfb-4891-b00e-c9385ae0145d ASDC
2021-08-13T09:53:33.094Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fd72da32-4739-4793-b1a2-89c47fb9adc6
ServiceName:basic_onboard_lsGUFD
ServiceVersion:1.0
ServiceUUID:947c5ee1-3bfb-4891-b00e-c9385ae0145d
ServiceInvariantUUID:edaae47c-7464-4099-9eb2-3574ea748cc7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLsgufd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar
ArtifactUUID:dc6e80fa-1f3f-4813-80ef-b62398827c6a
ArtifactChecksum:N2M1NjFiMmQ2NGY2NWQxMzliY2E0OGU2OTMzODQzYjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lsGUFD 0
ResourceCustomizationUUID:91fbb14e-79fe-4521-b81d-80d1dffb6e14
ResourceInvariantUUID:75b2a2cd-f113-4d00-a6ed-98be7f8b04b9
ResourceName:basic_onboard_lsGUFD
ResourceType:VF
ResourceUUID:032e3712-cf51-467f-8df7-8e738bf179fd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lsgufd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json
ArtifactUUID:edba6ea2-9ea9-402e-9541-9c367d7c6094
ArtifactChecksum:NWVhNGFjYzU2NzcwODg4OGE2YWQ3YzJhOTQ3NGExNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:da66f9c0-3fc3-434f-a1a8-1d136726a157
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env
ArtifactUUID:a2dcdb98-f5fb-4021-a701-b7e7600601ff
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env
ArtifactUUID:a2dcdb98-f5fb-4021-a701-b7e7600601ff
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-13T09:53:33.094Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 947c5ee1-3bfb-4891-b00e-c9385ae0145d 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 (?, ?, ?, ?, ?)
2021-08-13T09:53:33.130Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T09:53:33.131Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-13T09:53:33.131Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-13T09:53:33.132Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dc6e80fa-1f3f-4813-80ef-b62398827c6a from URL: /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:33.132Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T09:53:33.132Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:34.473Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T09:53:34.476Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar dc6e80fa-1f3f-4813-80ef-b62398827c6a 71380
2021-08-13T09:53:34.477Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar ASDC sendASDCNotification
2021-08-13T09:53:34.477Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:34.478Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:53:34.478Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:34.481Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:34.481Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848414477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:53:34.582Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T09:53:34.583Z||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.
2021-08-13T09:53:34.584Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:34.592Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:34.593Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-13T09:53:35.481Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T09:53:35.483Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-13T09:53:35.483Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: dc6e80fa-1f3f-4813-80ef-b62398827c6a, URL: /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar to file: /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:35.484Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:35.484Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:35.486Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:35.705Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16390328365751723807/Definitions/service-BasicOnboardLsgufd-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-08-13T09:53:36.843Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T09:53:36.844Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-13T09:53:36.845Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.845Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-13T09:53:36.845Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.845Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lsGUFD 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.846Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.846Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.846Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.846Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.846Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.847Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.847Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.847Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-13T09:53:36.847Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:36.848Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:36.848Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:36.849Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-13T09:53:36.849Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T09:53:36.850Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:36.850Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:36.850Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:36.850Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-13T09:53:36.851Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T09:53:36.851Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:36.851Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:36.852Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:36.852Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is not matching search criteria
2021-08-13T09:53:36.852Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-13T09:53:36.852Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-13T09:53:36.853Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-13T09:53:36.853Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T09:53:36.853Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T09:53:36.853Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:36.853Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T09:53:36.854Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:36.854Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:36.854Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:53:36.855Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:36.855Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:36.855Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:53:36.855Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:36.856Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:36.856Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:53:36.856Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:36.856Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is not matching search criteria
2021-08-13T09:53:36.857Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-13T09:53:36.857Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T09:53:36.857Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f9041606-6d69-45b6-8912-15b2262832f5
2021-08-13T09:53:36.857Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:36.858Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:36.858Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:36.858Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:36.858Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:36.859Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:36.859Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:36.859Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:36.859Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_lsGUFD
Description:service
Model UUID:947c5ee1-3bfb-4891-b00e-c9385ae0145d
Model Version:NULL
Model InvariantUuid:edaae47c-7464-4099-9eb2-3574ea748cc7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_lsGUFD
Model UUID:8f3b02cd-304a-4072-b19c-2ad02c73fbc7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:75b2a2cd-f113-4d00-a6ed-98be7f8b04b9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:91fbb14e-79fe-4521-b81d-80d1dffb6e14
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1470c4e2-24ec-4f6f-969c-b2fce67f8bd8
ModelName:BasicOnboardLsgufd..base_ubuntu18..module-0
ModelUuid:2ff8acc8-7c77-4b7f-8b1e-5a7bf4a0dfb8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f9041606-6d69-45b6-8912-15b2262832f5
ModelInvariantUuid:0898050d-dd0b-4907-ba5c-85a1a6209583
ModelName:basic_onboard_lsGUFD-nodes.ubuntu18Cvfc
ModelUuid:6a9ff362-c478-4bb5-8514-6613e281d4da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e1ad908a-2fdc-4be3-91e8-9e1f0f0c4ab4
ModelInvariantUuid:78206d2e-8268-40e5-a4ce-541406972d0f
ModelName:BasicOnboardLsgufd.compute.nodes.heat.ubuntu18
ModelUuid:69eca864-1a80-4ae0-82f6-050562f63f82
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-13T09:53:36.875Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 032e3712-cf51-467f-8df7-8e738bf179fd
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T09:53:36.879Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||basic_onboard_lsGUFD 0
2021-08-13T09:53:36.879Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 032e3712-cf51-467f-8df7-8e738bf179fd
2021-08-13T09:53:36.880Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: edba6ea2-9ea9-402e-9541-9c367d7c6094 from URL: /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json
2021-08-13T09:53:36.880Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T09:53:36.881Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json
2021-08-13T09:53:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:53:37.658Z||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.
2021-08-13T09:53:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:38.177Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T09:53:38.178Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json edba6ea2-9ea9-402e-9541-9c367d7c6094 798
2021-08-13T09:53:38.179Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json ASDC sendASDCNotification
2021-08-13T09:53:38.179Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json
2021-08-13T09:53:38.179Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:53:38.179Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:38.182Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:38.182Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848418178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:53:38.282Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:38.283Z||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.
2021-08-13T09:53:38.283Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:38.291Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:38.292Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:38.292Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:38.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848368173,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T09:53:38.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:53:38.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848398582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "dcae-sch",
  "timestamp": 1628848396382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848398582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T09:53:38.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "dcae-sch",
  "timestamp": 1628848396382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "cds",
  "timestamp": 1628848406890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848398582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T09:53:38.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "dcae-sch",
  "timestamp": 1628848396382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "cds",
  "timestamp": 1628848406890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848398582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "dcae-sch",
  "timestamp": 1628848396382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "policy-id",
  "timestamp": 1628848408658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "cds",
  "timestamp": 1628848406890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848398582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-13T09:53:38.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "dcae-sch",
  "timestamp": 1628848396382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628848409473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "policy-id",
  "timestamp": 1628848408658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "cds",
  "timestamp": 1628848406890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848398582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "dcae-sch",
  "timestamp": 1628848396382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628848409473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "policy-id",
  "timestamp": 1628848408658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T09:53:38.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "cds",
  "timestamp": 1628848406890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848398582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:53:38.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "dcae-sch",
  "timestamp": 1628848396382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628848409473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "policy-id",
  "timestamp": 1628848408658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "cds",
  "timestamp": 1628848406890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628848409473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "policy-id",
  "timestamp": 1628848408658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "clamp",
  "timestamp": 1628848412757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "cds",
  "timestamp": 1628848406890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:53:38.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628848409473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848413549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "policy-id",
  "timestamp": 1628848408658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "clamp",
  "timestamp": 1628848412757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T09:53:38.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848414477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:53:38.319Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:53:38.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628848409473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848413549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T09:53:38.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "policy-id",
  "timestamp": 1628848408658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:53:38.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "clamp",
  "timestamp": 1628848412757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628848409473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848413549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T09:53:38.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "clamp",
  "timestamp": 1628848412757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848413549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:38.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "cds",
  "timestamp": 1628848417383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:53:38.325Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:53:38.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "clamp",
  "timestamp": 1628848412757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:53:39.182Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLsgufd..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1470c4e2-24ec-4f6f-969c-b2fce67f8bd8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2ff8acc8-7c77-4b7f-8b1e-5a7bf4a0dfb8",
    "vfModuleModelCustomizationUUID": "915ddc5d-5a6b-4132-91a9-36f01840dcb0",
    "isBase": true,
    "artifacts": [
      "da66f9c0-3fc3-434f-a1a8-1d136726a157",
      "a2dcdb98-f5fb-4021-a701-b7e7600601ff"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-13T09:53:39.190Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLsgufd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ff8acc8-7c77-4b7f-8b1e-5a7bf4a0dfb8
VfModuleModelInvariantUUID:1470c4e2-24ec-4f6f-969c-b2fce67f8bd8
VfModuleModelDescription:NULL
Artifacts UUID List:{
da66f9c0-3fc3-434f-a1a8-1d136726a157
,
a2dcdb98-f5fb-4021-a701-b7e7600601ff

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

isBase:true


}

2021-08-13T09:53:39.192Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLsgufd..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1470c4e2-24ec-4f6f-969c-b2fce67f8bd8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2ff8acc8-7c77-4b7f-8b1e-5a7bf4a0dfb8",
    "vfModuleModelCustomizationUUID": "915ddc5d-5a6b-4132-91a9-36f01840dcb0",
    "isBase": true,
    "artifacts": [
      "da66f9c0-3fc3-434f-a1a8-1d136726a157",
      "a2dcdb98-f5fb-4021-a701-b7e7600601ff"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-13T09:53:39.193Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLsgufd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ff8acc8-7c77-4b7f-8b1e-5a7bf4a0dfb8
VfModuleModelInvariantUUID:1470c4e2-24ec-4f6f-969c-b2fce67f8bd8
VfModuleModelDescription:NULL
Artifacts UUID List:{
da66f9c0-3fc3-434f-a1a8-1d136726a157
,
a2dcdb98-f5fb-4021-a701-b7e7600601ff

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

isBase:true


}

2021-08-13T09:53:39.193Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: da66f9c0-3fc3-434f-a1a8-1d136726a157 from URL: /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml
2021-08-13T09:53:39.193Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T09:53:39.194Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml
2021-08-13T09:53:40.748Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T09:53:40.748Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml da66f9c0-3fc3-434f-a1a8-1d136726a157 5033
2021-08-13T09:53:40.749Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-13T09:53:40.749Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml
2021-08-13T09:53:40.749Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:53:40.750Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:40.752Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:40.752Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848420749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:53:40.852Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:40.854Z||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.
2021-08-13T09:53:40.854Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:40.865Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:40.866Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:41.753Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a2dcdb98-f5fb-4021-a701-b7e7600601ff from URL: /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env
2021-08-13T09:53:41.754Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T09:53:41.755Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env
2021-08-13T09:53:43.243Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T09:53:43.245Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env a2dcdb98-f5fb-4021-a701-b7e7600601ff 909
2021-08-13T09:53:43.246Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-13T09:53:43.247Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env
2021-08-13T09:53:43.247Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:53:43.248Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:43.251Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:43.251Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848423246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:53:43.351Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:43.353Z||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.
2021-08-13T09:53:43.353Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:43.362Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:43.363Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:44.253Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 947c5ee1-3bfb-4891-b00e-c9385ae0145d
2021-08-13T09:53:44.256Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lsGUFD 0 032e3712-cf51-467f-8df7-8e738bf179fd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T09:53:44.279Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:44.280Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.280Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-08-13T09:53:44.281Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 91fbb14e-79fe-4521-b81d-80d1dffb6e14
2021-08-13T09:53:44.281Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 91fbb14e-79fe-4521-b81d-80d1dffb6e14 matches Tosca VF Customization UUID: 91fbb14e-79fe-4521-b81d-80d1dffb6e14
2021-08-13T09:53:44.281Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 91fbb14e-79fe-4521-b81d-80d1dffb6e14  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-13T09:53:44.285Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:44.285Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.286Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 91fbb14e-79fe-4521-b81d-80d1dffb6e14: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-08-13T09:53:44.286Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ad6c3f3
2021-08-13T09:53:44.287Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:44.288Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T09:53:44.288Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 915ddc5d-5a6b-4132-91a9-36f01840dcb0
2021-08-13T09:53:44.288Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 915ddc5d-5a6b-4132-91a9-36f01840dcb0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-13T09:53:44.292Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:44.292Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:44.293Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:53:44.293Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:44.293Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:44.294Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:53:44.294Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:44.294Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is not matching search criteria
2021-08-13T09:53:44.295Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-13T09:53:44.295Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T09:53:44.295Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f9041606-6d69-45b6-8912-15b2262832f5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-13T09:53:44.298Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:44.299Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:44.299Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:53:44.299Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:44.300Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:44.300Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0] matching following query criteria: sdcType=VF, customizationUUID=91fbb14e-79fe-4521-b81d-80d1dffb6e14
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T09:53:44.301Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:44.302Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.302Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 947c5ee1-3bfb-4891-b00e-c9385ae0145d: basic_onboard_lsGUFD
2021-08-13T09:53:44.302Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:44.302Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.303Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:44.303Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.303Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:44.304Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.304Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:44.304Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.304Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T09:53:44.305Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.305Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_lsGUFD 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-08-13T09:53:44.401Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lsGUFD 032e3712-cf51-467f-8df7-8e738bf179fd 1 ASDC deployResourceStructure
2021-08-13T09:53:44.402Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json ASDC sendASDCNotification
2021-08-13T09:53:44.402Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json
2021-08-13T09:53:44.402Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:53:44.403Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:44.405Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:44.405Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848424402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T09:53:44.507Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T09:53:44.508Z||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.
2021-08-13T09:53:44.508Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:44.516Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:44.517Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-13T09:53:45.406Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-13T09:53:45.407Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml
2021-08-13T09:53:45.407Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:53:45.407Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:45.410Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:45.410Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848425406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T09:53:45.510Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:45.512Z||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.
2021-08-13T09:53:45.512Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:45.521Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:45.522Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:46.411Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-13T09:53:46.412Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env
2021-08-13T09:53:46.412Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:53:46.413Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:46.415Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:46.415Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848426411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-13T09:53:46.515Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:46.516Z||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.
2021-08-13T09:53:46.516Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:46.525Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:46.525Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:47.416Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar ASDC sendASDCNotification
2021-08-13T09:53:47.417Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:47.417Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:53:47.417Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:47.419Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:47.419Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848427416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T09:53:47.520Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:47.520Z||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.
2021-08-13T09:53:47.521Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:47.530Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:53:47.530Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:48.420Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T09:53:48.430Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T09:53:48.433Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:53:48.433Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:53:48.433Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:54:18.433Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T09:54:18.444Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T09:54:18.447Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:54:18.447Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:54:18.447Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:54:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:54:37.659Z||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.
2021-08-13T09:54:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:54:37.787Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:54:37.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:54:37.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848418178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:54:37.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:54:48.448Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T09:54:48.458Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T09:54:48.460Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:54:48.460Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:54:48.460Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:55:18.460Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T09:55:18.470Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T09:55:18.477Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:55:18.477Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:55:18.477Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:55:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:55:37.658Z||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.
2021-08-13T09:55:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:55:38.192Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:55:38.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "policy-id",
  "timestamp": 1628848418183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848413549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-13T09:55:38.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "cds",
  "timestamp": 1628848418391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-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=?
2021-08-13T09:55:38.203Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fd72da32-4739-4793-b1a2-89c47fb9adc6
2021-08-13T09:55:38.203Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd72da32-4739-4793-b1a2-89c47fb9adc6 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 (?, ?, ?, ?, ?)
2021-08-13T09:55:38.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "clamp",
  "timestamp": 1628848412757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "policy-id",
  "timestamp": 1628848419188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T09:55:38.216Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848413549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "clamp",
  "timestamp": 1628848412757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:55:38.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "policy-id",
  "timestamp": 1628848420191,
  "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=?
2021-08-13T09:55:38.222Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd72da32-4739-4793-b1a2-89c47fb9adc6
2021-08-13T09:55:38.222Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd72da32-4739-4793-b1a2-89c47fb9adc6 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 (?, ?, ?, ?, ?)
2021-08-13T09:55:38.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848413549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:55:38.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848420749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "aai-ml",
  "timestamp": 1628848420659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "aai-ml",
  "timestamp": 1628848420659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848422659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848423246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "aai-ml",
  "timestamp": 1628848420659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "aai-ml",
  "timestamp": 1628848420659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848424402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T09:55:38.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848425118,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "aai-ml",
  "timestamp": 1628848420659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848425406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T09:55:38.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848424910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "aai-ml",
  "timestamp": 1628848420659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848426411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-13T09:55:38.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "clamp",
  "timestamp": 1628848426548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848424910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848426834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "aai-ml",
  "timestamp": 1628848420659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:55:38.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848427416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T09:55:38.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848424910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848427870,
  "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=?
2021-08-13T09:55:38.275Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd72da32-4739-4793-b1a2-89c47fb9adc6
2021-08-13T09:55:38.275Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd72da32-4739-4793-b1a2-89c47fb9adc6 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=?
2021-08-13T09:55:38.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "clamp",
  "timestamp": 1628848428552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T09:55:38.282Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848424910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "aai-ml",
  "timestamp": 1628848428735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628848428878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T09:55:38.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "clamp",
  "timestamp": 1628848429555,
  "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=?
2021-08-13T09:55:38.288Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fd72da32-4739-4793-b1a2-89c47fb9adc6
2021-08-13T09:55:38.288Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd72da32-4739-4793-b1a2-89c47fb9adc6 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 (?, ?, ?, ?, ?)
2021-08-13T09:55:38.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848424910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848424910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848424910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T09:55:38.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T09:55:38.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848434669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.297Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848437296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T09:55:38.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628848438302,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T09:55:38.302Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd72da32-4739-4793-b1a2-89c47fb9adc6
2021-08-13T09:55:38.302Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd72da32-4739-4793-b1a2-89c47fb9adc6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T09:55:38.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "aai-ml",
  "timestamp": 1628848439581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T09:55:38.311Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "aai-ml",
  "timestamp": 1628848440587,
  "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=?
2021-08-13T09:55:38.316Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd72da32-4739-4793-b1a2-89c47fb9adc6
2021-08-13T09:55:38.316Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd72da32-4739-4793-b1a2-89c47fb9adc6 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 (?, ?, ?, ?, ?)
2021-08-13T09:55:48.479Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T09:55:48.506Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T09:55:48.509Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:55:48.510Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T09:55:48.510Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T09:55:48.510Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T09:55:48.510Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T09:55:48.511Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T09:55:48.511Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T09:55:48.511Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T09:55:48.511Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T09:55:48.511Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T09:55:48.512Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T09:55:48.517Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T09:56:18.519Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6 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=?
2021-08-13T09:56:18.528Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd72da32-4739-4793-b1a2-89c47fb9adc6 and serviceModelVersionId: 947c5ee1-3bfb-4891-b00e-c9385ae0145d
2021-08-13T09:56:18.528Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : edaae47c-7464-4099-9eb2-3574ea748cc7
2021-08-13T09:56:18.530Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/edaae47c-7464-4099-9eb2-3574ea748cc7/model-vers/model-ver/947c5ee1-3bfb-4891-b00e-c9385ae0145d?depth=0
2021-08-13T09:56:18.538Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T09:56:18.612Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edaae47c-7464-4099-9eb2-3574ea748cc7/model-vers/model-ver/947c5ee1-3bfb-4891-b00e-c9385ae0145d?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]}
2021-08-13T09:56:18.614Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edaae47c-7464-4099-9eb2-3574ea748cc7/model-vers/model-ver/947c5ee1-3bfb-4891-b00e-c9385ae0145d?depth=0|INFO|500||Invoke
2021-08-13T09:56:18.648Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edaae47c-7464-4099-9eb2-3574ea748cc7/model-vers/model-ver/947c5ee1-3bfb-4891-b00e-c9385ae0145d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-13T09:56:18.946Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edaae47c-7464-4099-9eb2-3574ea748cc7/model-vers/model-ver/947c5ee1-3bfb-4891-b00e-c9385ae0145d?depth=0|INFO|500||InvokeReturn
2021-08-13T09:56:18.947Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edaae47c-7464-4099-9eb2-3574ea748cc7/model-vers/model-ver/947c5ee1-3bfb-4891-b00e-c9385ae0145d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210813-09:56:18:658-19229], vertex-id=[213032], Content-Length=[0], Date=[Fri, 13 Aug 2021 09:56:18 GMT], Content-Type=[application/json]}
2021-08-13T09:56:18.948Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-08-13T09:56:18.948Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T09:56:18.949Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T09:56:18.953Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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)
2021-08-13T09:56:18.953Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd72da32-4739-4793-b1a2-89c47fb9adc6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T09:56:18.954Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T09:56:18.956Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:56:18.959Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:56:18.959Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848578953,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T09:56:19.059Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:56:19.061Z||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.
2021-08-13T09:56:19.061Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:56:19.076Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:56:19.077Z||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=?
2021-08-13T09:56:19.972Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:56:19.972Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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.
2021-08-13T09:56:19.972Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:56:30.384Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:56:30.385Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:56:30.385Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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.
2021-08-13T09:56:30.386Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:56:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:56:37.658Z||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.
2021-08-13T09:56:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:56:38.295Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:56:38.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:56:38.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628848578953,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T09:56:38.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:56:39.939Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:56:39.940Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:56:39.940Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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.
2021-08-13T09:56:39.940Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:56:49.550Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:56:49.550Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:56:49.551Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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.
2021-08-13T09:56:49.551Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:56:59.135Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:57:37.654Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:57:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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.
2021-08-13T09:57:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:57:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:57:37.657Z||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.
2021-08-13T09:57:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:57:47.227Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:57:47.227Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:58:37.654Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:58:37.656Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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.
2021-08-13T09:58:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:58:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:58:37.657Z||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.
2021-08-13T09:58:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:58:47.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:58:47.227Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:59:37.655Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:59:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:59:37.660Z||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.
2021-08-13T09:59:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:59:37.661Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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.
2021-08-13T09:59:37.661Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:59:47.226Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T09:59:47.228Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:00:37.654Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:00:37.655Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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.
2021-08-13T10:00:37.655Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:00:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:00:37.657Z||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.
2021-08-13T10:00:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:00:47.221Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:00:47.226Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:01:37.655Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:01:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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.
2021-08-13T10:01:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:01:37.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:01:37.660Z||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.
2021-08-13T10:01:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:01:47.215Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:01:47.215Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:02:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:02:37.655Z||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.
2021-08-13T10:02:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:02:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:02:37.658Z||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.
2021-08-13T10:02:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:02:47.210Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:02:47.221Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:03:37.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:03:37.657Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:03:37.658Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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.
2021-08-13T10:03:37.658Z||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.
2021-08-13T10:03:37.658Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:03:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:03:47.222Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:03:47.222Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:04:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:04:37.655Z||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.
2021-08-13T10:04:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:04:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:04:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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.
2021-08-13T10:04:37.658Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:04:47.234Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:04:47.241Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:05:37.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:05:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:05:37.658Z||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.
2021-08-13T10:05:37.658Z||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.
2021-08-13T10:05:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:05:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:05:47.213Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:05:47.217Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:06:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:06:37.656Z||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.
2021-08-13T10:06:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:06:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:06:37.657Z||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.
2021-08-13T10:06:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:06:47.205Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:06:47.206Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:07:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:07:37.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:07:37.659Z||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.
2021-08-13T10:07:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:07:37.659Z||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.
2021-08-13T10:07:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:07:47.221Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:07:47.233Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:08:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:08:37.656Z||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.
2021-08-13T10:08:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:08:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:08:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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.
2021-08-13T10:08:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:08:47.221Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:08:47.235Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:09:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:09:37.656Z||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.
2021-08-13T10:09:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:09:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:09:37.657Z||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.
2021-08-13T10:09:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:09:47.231Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:09:47.233Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:10:37.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:10:37.655Z||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.
2021-08-13T10:10:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:10:37.658Z||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.
2021-08-13T10:10:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:42.218Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:10:42.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:10:42.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"aa7c5d57-d894-4f46-9b6f-9f5dac908816","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"02fa0244-8cb9-4f43-8315-583d1a23d6b6","serviceDescription":"service","serviceInvariantUUID":"00d566bb-1b58-4c09-a58e-e81f281b24fc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e03f1ef-6da5-467f-a62e-1da0420d8cd1","resourceInvariantUUID":"380270f3-f274-46bc-abf4-cae76c1f4f9b","resourceCustomizationUUID":"62cdff28-9bd8-4b1a-92d5-3ec47926c6f4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ2ZGZkYjE4ZjA0ZWI5ZjM4MjllNzVmNzhhMmZjYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84473d56-0e08-48de-ad4e-0a61f081ed4a","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MjQxNjYyZDcyMjYwZTM4YTU1YzU5MGNmYTFjMGM2MmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"344986a5-6d77-4463-9731-7d936e85fb1b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d3e84646-37ac-4cd5-9643-bc69fa17351d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"54290395-8dcd-47c4-9368-e3d3a7683bdc","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"363769de-6eb2-409e-8ba4-f8c6f4fea148","artifactVersion":"2","generatedFromUUID":"d3e84646-37ac-4cd5-9643-bc69fa17351d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTEwNWFmYzZhOTNhYjZjNTdmODkzNTIxOGRiMzliYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a4c77219-9dcf-4dec-8e3c-594acd4b6cea","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODg0N2Q2YjBjZDVjOWRmZTdiMGJjZTM0NjkyODkzMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"504d4b22-27df-43c3-92d7-671acb8df551","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T10:10:42.226Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:10:42.227Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:42.229Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:42.230Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849437654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:10:42.330Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:10:42.331Z||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.
2021-08-13T10:10:42.331Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:42.341Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:10:42.341Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:10:42.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:10:42.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:10:42.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "dcae-sch",
  "timestamp": 1628849436382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:10:42.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:10:42.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:10:42.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "clamp",
  "timestamp": 1628849432759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:10:42.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:10:42.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:10:42.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "aai-ml",
  "timestamp": 1628849440658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:10:42.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:10:43.230Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:10:43.231Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:43.234Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:43.234Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849437654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T10:10:43.334Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:10:43.335Z||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.
2021-08-13T10:10:43.335Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:43.343Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:10:43.343Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:10:44.234Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:10:44.235Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:44.237Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:44.237Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849437654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-13T10:10:44.338Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:10:44.339Z||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.
2021-08-13T10:10:44.339Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:44.365Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:10:44.365Z||pool-37-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:10:45.239Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:10:45.240Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:45.245Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:45.245Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849437654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:10:45.344Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T10:10:45.345Z||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.
2021-08-13T10:10:45.345Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:45.354Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:10:45.354Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:10:46.246Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:10:46.247Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:46.248Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:46.249Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849437654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-13T10:10:46.349Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:10:46.350Z||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.
2021-08-13T10:10:46.350Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:46.360Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:10:46.361Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:10:47.250Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:10:47.251Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:47.253Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:47.253Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849437654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:10:47.353Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:10:47.354Z||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.
2021-08-13T10:10:47.354Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:47.362Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:10:47.362Z||pool-40-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:10:48.254Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:10:48.255Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:48.258Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:48.258Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849437654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:10:48.358Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:10:48.359Z||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.
2021-08-13T10:10:48.359Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:48.376Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:10:48.376Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:10:49.260Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "02fa0244-8cb9-4f43-8315-583d1a23d6b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "00d566bb-1b58-4c09-a58e-e81f281b24fc",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "62cdff28-9bd8-4b1a-92d5-3ec47926c6f4",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8e03f1ef-6da5-467f-a62e-1da0420d8cd1",
      "resourceInvariantUUID": "380270f3-f274-46bc-abf4-cae76c1f4f9b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "MjQxNjYyZDcyMjYwZTM4YTU1YzU5MGNmYTFjMGM2MmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "344986a5-6d77-4463-9731-7d936e85fb1b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d3e84646-37ac-4cd5-9643-bc69fa17351d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "363769de-6eb2-409e-8ba4-f8c6f4fea148",
            "generatedFromUUID": "d3e84646-37ac-4cd5-9643-bc69fa17351d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "363769de-6eb2-409e-8ba4-f8c6f4fea148",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODg0N2Q2YjBjZDVjOWRmZTdiMGJjZTM0NjkyODkzMTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "504d4b22-27df-43c3-92d7-671acb8df551"
    }
  ],
  "workloadContext": "Production"
}
2021-08-13T10:10:49.262Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T10:10:49.262Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 02fa0244-8cb9-4f43-8315-583d1a23d6b6 ASDC
2021-08-13T10:10:49.263Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:aa7c5d57-d894-4f46-9b6f-9f5dac908816
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:02fa0244-8cb9-4f43-8315-583d1a23d6b6
ServiceInvariantUUID:00d566bb-1b58-4c09-a58e-e81f281b24fc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:504d4b22-27df-43c3-92d7-671acb8df551
ArtifactChecksum:ODg0N2Q2YjBjZDVjOWRmZTdiMGJjZTM0NjkyODkzMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:62cdff28-9bd8-4b1a-92d5-3ec47926c6f4
ResourceInvariantUUID:380270f3-f274-46bc-abf4-cae76c1f4f9b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8e03f1ef-6da5-467f-a62e-1da0420d8cd1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:344986a5-6d77-4463-9731-7d936e85fb1b
ArtifactChecksum:MjQxNjYyZDcyMjYwZTM4YTU1YzU5MGNmYTFjMGM2MmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:d3e84646-37ac-4cd5-9643-bc69fa17351d
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:363769de-6eb2-409e-8ba4-f8c6f4fea148
ArtifactChecksum:NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:363769de-6eb2-409e-8ba4-f8c6f4fea148
ArtifactChecksum:NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-13T10:10:49.264Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02fa0244-8cb9-4f43-8315-583d1a23d6b6 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 (?, ?, ?, ?, ?)
2021-08-13T10:10:49.315Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T10:10:49.316Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-13T10:10:49.316Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-13T10:10:49.316Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 504d4b22-27df-43c3-92d7-671acb8df551 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-13T10:10:49.317Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-13T10:10:49.317Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-13T10:10:49.699Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-13T10:10:49.702Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 504d4b22-27df-43c3-92d7-671acb8df551 70831
2021-08-13T10:10:49.702Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-13T10:10:49.702Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-13T10:10:49.702Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:10:49.703Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:49.705Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:49.705Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849449702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:10:49.806Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T10:10:49.807Z||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.
2021-08-13T10:10:49.808Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:49.814Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:10:49.815Z||pool-42-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:10:50.706Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T10:10:50.707Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-13T10:10:50.708Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 504d4b22-27df-43c3-92d7-671acb8df551, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:50.708Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-13T10:10:50.709Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:50.709Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:50.919Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11687616868056199627/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-08-13T10:10:52.099Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T10:10:52.100Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-13T10:10:52.100Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.100Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-13T10:10:52.101Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.101Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.101Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.101Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.101Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.101Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.101Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.102Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.102Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.102Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-13T10:10:52.102Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:10:52.102Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:10:52.103Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:10:52.103Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-13T10:10:52.103Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T10:10:52.103Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:10:52.103Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:10:52.104Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:10:52.104Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-13T10:10:52.104Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T10:10:52.104Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:10:52.104Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:10:52.104Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:10:52.105Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-13T10:10:52.105Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-13T10:10:52.105Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-13T10:10:52.105Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-13T10:10:52.105Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-13T10:10:52.106Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T10:10:52.106Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:10:52.106Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T10:10:52.106Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:10:52.106Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:10:52.106Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:10:52.107Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:10:52.107Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:10:52.107Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:10:52.107Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:10:52.108Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:10:52.108Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:10:52.108Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:10:52.108Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-13T10:10:52.108Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-13T10:10:52.108Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-13T10:10:52.109Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dc4960e3-6172-46a6-8823-8527d977e415
2021-08-13T10:10:52.109Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:10:52.109Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:10:52.109Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:10:52.109Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:10:52.110Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:10:52.110Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:10:52.110Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:10:52.110Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:10:52.110Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:02fa0244-8cb9-4f43-8315-583d1a23d6b6
Model Version:NULL
Model InvariantUuid:00d566bb-1b58-4c09-a58e-e81f281b24fc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ddb713c5-85d8-47c1-92e3-173242de6b6d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:380270f3-f274-46bc-abf4-cae76c1f4f9b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:62cdff28-9bd8-4b1a-92d5-3ec47926c6f4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:531cdb5d-738e-4916-9a66-b139eda9e0bd
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:95060aad-5b63-4d24-8796-57afb717ea7a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dc4960e3-6172-46a6-8823-8527d977e415
ModelInvariantUuid:2b761f65-0a27-419f-90ac-a8c3e2d53aac
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:ef1a6c4e-fea0-4ca5-8709-da765c54bb52
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:e71a9366-c711-44a7-9a97-9bc1c58e634d
ModelInvariantUuid:7adbc189-aa9b-4adc-8278-45aa7ca5b4b6
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:6ed1a04e-714a-49e0-8a49-57671fff6573
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-13T10:10:52.116Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e03f1ef-6da5-467f-a62e-1da0420d8cd1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T10:10:52.120Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||basic_vm 0
2021-08-13T10:10:52.120Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e03f1ef-6da5-467f-a62e-1da0420d8cd1
2021-08-13T10:10:52.121Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 344986a5-6d77-4463-9731-7d936e85fb1b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-13T10:10:52.121Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-13T10:10:52.121Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-13T10:10:54.076Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-13T10:10:54.078Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 344986a5-6d77-4463-9731-7d936e85fb1b 787
2021-08-13T10:10:54.079Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-13T10:10:54.080Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-13T10:10:54.080Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:10:54.081Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:54.085Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:54.085Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849454079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:10:54.185Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:10:54.187Z||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.
2021-08-13T10:10:54.187Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:54.196Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:10:54.197Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:10:55.087Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "531cdb5d-738e-4916-9a66-b139eda9e0bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95060aad-5b63-4d24-8796-57afb717ea7a",
    "vfModuleModelCustomizationUUID": "0f83d993-fc26-4260-8198-118e13f6356f",
    "isBase": true,
    "artifacts": [
      "d3e84646-37ac-4cd5-9643-bc69fa17351d",
      "363769de-6eb2-409e-8ba4-f8c6f4fea148"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-13T10:10:55.094Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95060aad-5b63-4d24-8796-57afb717ea7a
VfModuleModelInvariantUUID:531cdb5d-738e-4916-9a66-b139eda9e0bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
d3e84646-37ac-4cd5-9643-bc69fa17351d
,
363769de-6eb2-409e-8ba4-f8c6f4fea148

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

isBase:true


}

2021-08-13T10:10:55.096Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "531cdb5d-738e-4916-9a66-b139eda9e0bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95060aad-5b63-4d24-8796-57afb717ea7a",
    "vfModuleModelCustomizationUUID": "0f83d993-fc26-4260-8198-118e13f6356f",
    "isBase": true,
    "artifacts": [
      "d3e84646-37ac-4cd5-9643-bc69fa17351d",
      "363769de-6eb2-409e-8ba4-f8c6f4fea148"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-13T10:10:55.097Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95060aad-5b63-4d24-8796-57afb717ea7a
VfModuleModelInvariantUUID:531cdb5d-738e-4916-9a66-b139eda9e0bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
d3e84646-37ac-4cd5-9643-bc69fa17351d
,
363769de-6eb2-409e-8ba4-f8c6f4fea148

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

isBase:true


}

2021-08-13T10:10:55.097Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d3e84646-37ac-4cd5-9643-bc69fa17351d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-13T10:10:55.097Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-13T10:10:55.097Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-13T10:11:00.041Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-13T10:11:00.042Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d3e84646-37ac-4cd5-9643-bc69fa17351d 5033
2021-08-13T10:11:00.043Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-13T10:11:00.044Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-13T10:11:00.044Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:11:00.045Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:11:00.048Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:11:00.049Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849460043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:11:00.148Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T10:11:00.149Z||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.
2021-08-13T10:11:00.149Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:11:00.170Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:11:00.171Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:11:01.049Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 363769de-6eb2-409e-8ba4-f8c6f4fea148 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-13T10:11:01.050Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-13T10:11:01.050Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-13T10:11:04.225Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-13T10:11:04.226Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 363769de-6eb2-409e-8ba4-f8c6f4fea148 902
2021-08-13T10:11:04.227Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-13T10:11:04.227Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-13T10:11:04.227Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:11:04.227Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:11:04.229Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:11:04.230Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849464227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:11:04.331Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T10:11:04.332Z||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.
2021-08-13T10:11:04.332Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:11:04.345Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:11:04.346Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:11:05.230Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 02fa0244-8cb9-4f43-8315-583d1a23d6b6
2021-08-13T10:11:05.231Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8e03f1ef-6da5-467f-a62e-1da0420d8cd1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T10:11:05.255Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:11:05.255Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:11:05.256Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-08-13T10:11:05.256Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 62cdff28-9bd8-4b1a-92d5-3ec47926c6f4
2021-08-13T10:11:05.256Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 62cdff28-9bd8-4b1a-92d5-3ec47926c6f4 matches Tosca VF Customization UUID: 62cdff28-9bd8-4b1a-92d5-3ec47926c6f4
2021-08-13T10:11:05.256Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 62cdff28-9bd8-4b1a-92d5-3ec47926c6f4  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-13T10:11:05.258Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:11:05.259Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:11:05.259Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 62cdff28-9bd8-4b1a-92d5-3ec47926c6f4: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"Ubuntu_2004\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-08-13T10:11:05.260Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@624414e9
2021-08-13T10:11:05.260Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:11:05.260Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T10:11:05.261Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f83d993-fc26-4260-8198-118e13f6356f
2021-08-13T10:11:05.261Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f83d993-fc26-4260-8198-118e13f6356f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-13T10:11:05.263Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:11:05.264Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:11:05.264Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:11:05.264Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:11:05.265Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:11:05.265Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:11:05.265Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:11:05.266Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-13T10:11:05.266Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-13T10:11:05.266Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-13T10:11:05.266Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dc4960e3-6172-46a6-8823-8527d977e415
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-13T10:11:05.269Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:11:05.269Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:11:05.269Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:11:05.269Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:11:05.270Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:11:05.270Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=62cdff28-9bd8-4b1a-92d5-3ec47926c6f4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T10:11:05.272Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:11:05.272Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:11:05.273Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 02fa0244-8cb9-4f43-8315-583d1a23d6b6: basic_vm
2021-08-13T10:11:05.273Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:11:05.273Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:11:05.274Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:11:05.274Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:11:05.274Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:11:05.274Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:11:05.275Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:11:05.275Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:11:05.276Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:11:05.276Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:11:05.276Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-08-13T10:11:05.355Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8e03f1ef-6da5-467f-a62e-1da0420d8cd1 1 ASDC deployResourceStructure
2021-08-13T10:11:05.356Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-13T10:11:05.356Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-13T10:11:05.357Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T10:11:05.357Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:11:05.359Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:11:05.359Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849465356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T10:11:05.460Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:11:05.461Z||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.
2021-08-13T10:11:05.461Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:11:05.471Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:11:05.471Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:11:06.361Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-13T10:11:06.361Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-13T10:11:06.361Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T10:11:06.362Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:11:06.363Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:11:06.364Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849466361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T10:11:06.464Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:11:06.465Z||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.
2021-08-13T10:11:06.465Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:11:06.475Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:11:06.475Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:11:07.365Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-13T10:11:07.365Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-13T10:11:07.365Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T10:11:07.366Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:11:07.367Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:11:07.368Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849467364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-13T10:11:07.468Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:11:07.469Z||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.
2021-08-13T10:11:07.469Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:11:07.476Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:11:07.476Z||pool-48-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:11:08.369Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-13T10:11:08.370Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-13T10:11:08.370Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T10:11:08.371Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:11:08.374Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:11:08.374Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849468369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:11:08.474Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T10:11:08.475Z||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.
2021-08-13T10:11:08.475Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:11:08.488Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:11:08.489Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:11:09.375Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa7c5d57-d894-4f46-9b6f-9f5dac908816
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T10:11:09.386Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa7c5d57-d894-4f46-9b6f-9f5dac908816
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T10:11:09.389Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T10:11:09.389Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T10:11:09.389Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T10:11:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:11:37.658Z||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.
2021-08-13T10:11:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:11:37.673Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:11:37.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:11:37.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849433550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:11:37.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:11:39.390Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa7c5d57-d894-4f46-9b6f-9f5dac908816
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T10:11:39.401Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa7c5d57-d894-4f46-9b6f-9f5dac908816
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T10:11:39.403Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T10:11:39.403Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T10:11:39.403Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T10:12:09.404Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa7c5d57-d894-4f46-9b6f-9f5dac908816
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T10:12:09.428Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa7c5d57-d894-4f46-9b6f-9f5dac908816
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T10:12:09.430Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T10:12:09.430Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T10:12:09.431Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T10:12:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:12:37.658Z||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.
2021-08-13T10:12:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:12:37.682Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:12:37.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:12:37.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849437654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:12:37.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:12:39.431Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa7c5d57-d894-4f46-9b6f-9f5dac908816
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T10:12:39.441Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa7c5d57-d894-4f46-9b6f-9f5dac908816
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T10:12:39.443Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T10:12:39.443Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T10:12:39.443Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T10:13:09.443Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa7c5d57-d894-4f46-9b6f-9f5dac908816
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T10:13:09.457Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa7c5d57-d894-4f46-9b6f-9f5dac908816
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T10:13:09.459Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T10:13:09.459Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T10:13:09.459Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T10:13:37.658Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:13:37.661Z||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.
2021-08-13T10:13:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:13:37.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:13:37.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "cds",
  "timestamp": 1628849441890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "dcae-sch",
  "timestamp": 1628849436382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "clamp",
  "timestamp": 1628849432759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "aai-ml",
  "timestamp": 1628849440658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849437654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849433550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "cds",
  "timestamp": 1628849441890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "dcae-sch",
  "timestamp": 1628849436382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "clamp",
  "timestamp": 1628849432759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "aai-ml",
  "timestamp": 1628849440658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849437654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849433550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "cds",
  "timestamp": 1628849441890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "clamp",
  "timestamp": 1628849432759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "dcae-sch",
  "timestamp": 1628849436382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "aai-ml",
  "timestamp": 1628849440658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849437654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849433550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "cds",
  "timestamp": 1628849441890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849444909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "aai-ml",
  "timestamp": 1628849440658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "dcae-sch",
  "timestamp": 1628849436382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "clamp",
  "timestamp": 1628849432759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849437654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849433550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "cds",
  "timestamp": 1628849441890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849444909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "clamp",
  "timestamp": 1628849432759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "dcae-sch",
  "timestamp": 1628849436382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "aai-ml",
  "timestamp": 1628849440658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849437654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849433550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "cds",
  "timestamp": 1628849441890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849444909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "dcae-sch",
  "timestamp": 1628849436382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "clamp",
  "timestamp": 1628849432759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "aai-ml",
  "timestamp": 1628849440658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849437654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849433550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "cds",
  "timestamp": 1628849441890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849444909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "policy-id",
  "timestamp": 1628849448659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849444909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "aai-ml",
  "timestamp": 1628849449694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.726Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849449702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849449710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849449472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "policy-id",
  "timestamp": 1628849448659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "cds",
  "timestamp": 1628849450403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849444909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849449472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "policy-id",
  "timestamp": 1628849448659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "cds",
  "timestamp": 1628849451410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T10:13:37.742Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aa7c5d57-d894-4f46-9b6f-9f5dac908816
2021-08-13T10:13:37.743Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa7c5d57-d894-4f46-9b6f-9f5dac908816 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 (?, ?, ?, ?, ?)
2021-08-13T10:13:37.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849444909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849449472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "policy-id",
  "timestamp": 1628849448659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849452614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849449472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "policy-id",
  "timestamp": 1628849448659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849454079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849449472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "policy-id",
  "timestamp": 1628849448659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849449472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849455323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "policy-id",
  "timestamp": 1628849448659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849455745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "clamp",
  "timestamp": 1628849455762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.764Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849449472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849456767,
  "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=?
2021-08-13T10:13:37.770Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa7c5d57-d894-4f46-9b6f-9f5dac908816
2021-08-13T10:13:37.770Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa7c5d57-d894-4f46-9b6f-9f5dac908816 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 (?, ?, ?, ?, ?)
2021-08-13T10:13:37.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "clamp",
  "timestamp": 1628849456785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:13:37.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849457772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T10:13:37.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "clamp",
  "timestamp": 1628849457788,
  "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=?
2021-08-13T10:13:37.784Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aa7c5d57-d894-4f46-9b6f-9f5dac908816
2021-08-13T10:13:37.784Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa7c5d57-d894-4f46-9b6f-9f5dac908816 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 (?, ?, ?, ?, ?)
2021-08-13T10:13:37.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849458047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:13:37.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849459051,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T10:13:37.796Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aa7c5d57-d894-4f46-9b6f-9f5dac908816
2021-08-13T10:13:37.797Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa7c5d57-d894-4f46-9b6f-9f5dac908816 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T10:13:37.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849460043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "policy-id",
  "timestamp": 1628849460150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "policy-id",
  "timestamp": 1628849461160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:13:37.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "policy-id",
  "timestamp": 1628849462163,
  "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=?
2021-08-13T10:13:37.813Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa7c5d57-d894-4f46-9b6f-9f5dac908816
2021-08-13T10:13:37.813Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa7c5d57-d894-4f46-9b6f-9f5dac908816 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=?
2021-08-13T10:13:37.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "aai-ml",
  "timestamp": 1628849464052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:13:37.823Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849464227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.824Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "aai-ml",
  "timestamp": 1628849465057,
  "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=?
2021-08-13T10:13:37.829Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aa7c5d57-d894-4f46-9b6f-9f5dac908816
2021-08-13T10:13:37.830Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa7c5d57-d894-4f46-9b6f-9f5dac908816 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 (?, ?, ?, ?, ?)
2021-08-13T10:13:37.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849465356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T10:13:37.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849466361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T10:13:37.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849467364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-13T10:13:37.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849468369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:13:37.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "aai-ml",
  "timestamp": 1628849470657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849473552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849476383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "cds",
  "timestamp": 1628849471889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849474909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "aai-ml",
  "timestamp": 1628849470657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849476383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849473552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849474909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "cds",
  "timestamp": 1628849471889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "aai-ml",
  "timestamp": 1628849470657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.846Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849476383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849474909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849473552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "cds",
  "timestamp": 1628849471889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "aai-ml",
  "timestamp": 1628849470657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849476383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849473552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849474909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "cds",
  "timestamp": 1628849471889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "aai-ml",
  "timestamp": 1628849470657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849476383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849474909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849473552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "cds",
  "timestamp": 1628849471889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "aai-ml",
  "timestamp": 1628849470657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849476383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849473552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849474909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "cds",
  "timestamp": 1628849471889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "aai-ml",
  "timestamp": 1628849470657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849476383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849473552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849474909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "cds",
  "timestamp": 1628849471889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "aai-ml",
  "timestamp": 1628849470657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849476383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849473552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849474909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "cds",
  "timestamp": 1628849471889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "aai-ml",
  "timestamp": 1628849470657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849476383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849473552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849474909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "cds",
  "timestamp": 1628849471889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "policy-id",
  "timestamp": 1628849488658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "aai-ml",
  "timestamp": 1628849490128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849489473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849490171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849490188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "cds",
  "timestamp": 1628849490301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.859Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "policy-id",
  "timestamp": 1628849488658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849489473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "policy-id",
  "timestamp": 1628849488658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "cds",
  "timestamp": 1628849491323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T10:13:37.872Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0640bd3-8240-43e8-9305-24894c70a3e5
2021-08-13T10:13:37.872Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0640bd3-8240-43e8-9305-24894c70a3e5 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 (?, ?, ?, ?, ?)
2021-08-13T10:13:37.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849489473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "policy-id",
  "timestamp": 1628849488658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849492554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:13:37.880Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849492879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.881Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849489473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "policy-id",
  "timestamp": 1628849488658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "clamp",
  "timestamp": 1628849492757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849493562,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T10:13:37.886Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0640bd3-8240-43e8-9305-24894c70a3e5
2021-08-13T10:13:37.886Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0640bd3-8240-43e8-9305-24894c70a3e5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T10:13:37.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849489473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "policy-id",
  "timestamp": 1628849488658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "clamp",
  "timestamp": 1628849492757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849489473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "policy-id",
  "timestamp": 1628849488658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "clamp",
  "timestamp": 1628849492757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849489473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "policy-id",
  "timestamp": 1628849488658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "clamp",
  "timestamp": 1628849492757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849496568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:13:37.901Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:13:37.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849489473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "policy-id",
  "timestamp": 1628849488658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:13:37.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:37.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:13:37.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "clamp",
  "timestamp": 1628849492757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:13:37.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:13:39.460Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa7c5d57-d894-4f46-9b6f-9f5dac908816
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T10:13:39.470Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa7c5d57-d894-4f46-9b6f-9f5dac908816
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T10:13:39.474Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T10:13:39.474Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T10:13:39.474Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T10:13:39.474Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T10:13:39.474Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:13:39.474Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:13:39.474Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:13:39.475Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:13:39.475Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:13:39.475Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:13:39.475Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T10:13:39.479Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T10:14:09.480Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aa7c5d57-d894-4f46-9b6f-9f5dac908816 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=?
2021-08-13T10:14:09.485Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aa7c5d57-d894-4f46-9b6f-9f5dac908816 and serviceModelVersionId: 02fa0244-8cb9-4f43-8315-583d1a23d6b6
2021-08-13T10:14:09.485Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00d566bb-1b58-4c09-a58e-e81f281b24fc
2021-08-13T10:14:09.487Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00d566bb-1b58-4c09-a58e-e81f281b24fc/model-vers/model-ver/02fa0244-8cb9-4f43-8315-583d1a23d6b6?depth=0
2021-08-13T10:14:09.493Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T10:14:09.550Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d566bb-1b58-4c09-a58e-e81f281b24fc/model-vers/model-ver/02fa0244-8cb9-4f43-8315-583d1a23d6b6?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]}
2021-08-13T10:14:09.552Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d566bb-1b58-4c09-a58e-e81f281b24fc/model-vers/model-ver/02fa0244-8cb9-4f43-8315-583d1a23d6b6?depth=0|INFO|500||Invoke
2021-08-13T10:14:09.570Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d566bb-1b58-4c09-a58e-e81f281b24fc/model-vers/model-ver/02fa0244-8cb9-4f43-8315-583d1a23d6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-13T10:14:09.841Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d566bb-1b58-4c09-a58e-e81f281b24fc/model-vers/model-ver/02fa0244-8cb9-4f43-8315-583d1a23d6b6?depth=0|INFO|500||InvokeReturn
2021-08-13T10:14:09.842Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d566bb-1b58-4c09-a58e-e81f281b24fc/model-vers/model-ver/02fa0244-8cb9-4f43-8315-583d1a23d6b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210813-10:14:09:580-9615], vertex-id=[245944], Content-Length=[0], Date=[Fri, 13 Aug 2021 10:14:09 GMT], Content-Type=[application/json]}
2021-08-13T10:14:09.842Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-08-13T10:14:09.843Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T10:14:09.843Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T10:14:09.849Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-13T10:14:09.849Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aa7c5d57-d894-4f46-9b6f-9f5dac908816 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T10:14:09.849Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T10:14:09.850Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:09.852Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:09.852Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849649849,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T10:14:09.952Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T10:14:09.953Z||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.
2021-08-13T10:14:09.953Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:09.966Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:09.966Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 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=?
2021-08-13T10:14:10.868Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:14:10.869Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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.
2021-08-13T10:14:10.869Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:15.238Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:15.239Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T10:14:15.239Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0640bd3-8240-43e8-9305-24894c70a3e5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf","serviceDescription":"service","serviceInvariantUUID":"727e13c7-00e4-4f87-bcfa-a40c706a1292","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9a6e0579-e3ab-47cc-bbfa-4c8f2128156f","resourceInvariantUUID":"efc2d0b0-9fb6-460d-addf-8ba36a18656d","resourceCustomizationUUID":"b33c705a-37bd-4326-8ec6-c7271945cf5c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NTczNWVlYzFjMGVmMjFhMWY5NjIzZGZhODZhOTFiMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42cb098d-8b42-4090-9cb2-c274c6a26e4e","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6fac7403-28c6-4687-bf4f-d74f3ec38c0d","artifactVersion":"2","generatedFromUUID":"cafdf82c-6210-4b9c-af80-986d8cc9d4a8"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cafdf82c-6210-4b9c-af80-986d8cc9d4a8","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"Njg3NTJlYTAwZjdjZmUzNWI2OWQ5MTY3MjY0YzE2Mzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d462fc6f-c615-40eb-b3af-0ed351afa6da","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a7f4fc45-1ee6-4cf7-af57-e8b4a4095c4b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"05769480-f517-4377-877b-cafb126354fb","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fe3f5ead-d99e-4b4a-9ef0-67c1d3fb56d0","artifactVersion":"2","generatedFromUUID":"a7f4fc45-1ee6-4cf7-af57-e8b4a4095c4b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDQ1ZWNmMGM1OWM3MWJhNjRlOWI0NWNlYzIyMmYwYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d802f577-e106-4bdb-8d1f-99972b609b1f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MWYzNWRkODI5MGU2MGU5MDk3M2UzYTY3OWI0MDgyOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cfdac7a6-a352-4c17-a617-bbd803cdf320","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T10:14:15.242Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:14:15.242Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:15.244Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:15.244Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:14:15.345Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T10:14:15.346Z||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.
2021-08-13T10:14:15.346Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:15.354Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:15.354Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:14:16.245Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:14:16.246Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:16.248Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:16.248Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-13T10:14:16.348Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:14:16.349Z||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.
2021-08-13T10:14:16.349Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:16.360Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:16.361Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:14:17.248Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:14:17.249Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:17.251Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:17.251Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-13T10:14:17.352Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T10:14:17.353Z||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.
2021-08-13T10:14:17.353Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:17.379Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:17.380Z||pool-53-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:14:18.252Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:14:18.253Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:18.254Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:18.255Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T10:14:18.355Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:14:18.356Z||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.
2021-08-13T10:14:18.356Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:18.373Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:18.374Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:14:19.255Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:14:19.256Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:19.258Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:19.258Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-13T10:14:19.358Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:14:19.359Z||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.
2021-08-13T10:14:19.359Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:19.368Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:19.369Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:14:20.259Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:14:20.259Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:20.262Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:20.262Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:14:20.362Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:14:20.362Z||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.
2021-08-13T10:14:20.363Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:20.372Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:20.373Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:14:21.262Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:14:21.263Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:21.265Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:21.265Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-13T10:14:21.366Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:14:21.366Z||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.
2021-08-13T10:14:21.366Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:21.379Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:21.380Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:14:22.266Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:14:22.267Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:22.269Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:22.270Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:14:22.370Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:14:22.371Z||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.
2021-08-13T10:14:22.371Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:22.386Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:22.386Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:14:23.270Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:14:23.271Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:23.275Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:23.276Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:14:23.374Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-13T10:14:23.374Z||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.
2021-08-13T10:14:23.375Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:23.383Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:23.384Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:14:24.278Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "727e13c7-00e4-4f87-bcfa-a40c706a1292",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "b33c705a-37bd-4326-8ec6-c7271945cf5c",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9a6e0579-e3ab-47cc-bbfa-4c8f2128156f",
      "resourceInvariantUUID": "efc2d0b0-9fb6-460d-addf-8ba36a18656d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6fac7403-28c6-4687-bf4f-d74f3ec38c0d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cafdf82c-6210-4b9c-af80-986d8cc9d4a8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "Njg3NTJlYTAwZjdjZmUzNWI2OWQ5MTY3MjY0YzE2Mzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d462fc6f-c615-40eb-b3af-0ed351afa6da",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a7f4fc45-1ee6-4cf7-af57-e8b4a4095c4b",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fe3f5ead-d99e-4b4a-9ef0-67c1d3fb56d0",
            "generatedFromUUID": "a7f4fc45-1ee6-4cf7-af57-e8b4a4095c4b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fe3f5ead-d99e-4b4a-9ef0-67c1d3fb56d0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MWYzNWRkODI5MGU2MGU5MDk3M2UzYTY3OWI0MDgyOWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cfdac7a6-a352-4c17-a617-bbd803cdf320"
    }
  ],
  "workloadContext": "Production"
}
2021-08-13T10:14:24.279Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T10:14:24.279Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf ASDC
2021-08-13T10:14:24.280Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d0640bd3-8240-43e8-9305-24894c70a3e5
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf
ServiceInvariantUUID:727e13c7-00e4-4f87-bcfa-a40c706a1292
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:cfdac7a6-a352-4c17-a617-bbd803cdf320
ArtifactChecksum:MWYzNWRkODI5MGU2MGU5MDk3M2UzYTY3OWI0MDgyOWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b33c705a-37bd-4326-8ec6-c7271945cf5c
ResourceInvariantUUID:efc2d0b0-9fb6-460d-addf-8ba36a18656d
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:9a6e0579-e3ab-47cc-bbfa-4c8f2128156f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:6fac7403-28c6-4687-bf4f-d74f3ec38c0d
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:cafdf82c-6210-4b9c-af80-986d8cc9d4a8
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:d462fc6f-c615-40eb-b3af-0ed351afa6da
ArtifactChecksum:Njg3NTJlYTAwZjdjZmUzNWI2OWQ5MTY3MjY0YzE2Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:a7f4fc45-1ee6-4cf7-af57-e8b4a4095c4b
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:fe3f5ead-d99e-4b4a-9ef0-67c1d3fb56d0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:fe3f5ead-d99e-4b4a-9ef0-67c1d3fb56d0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-13T10:14:24.280Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf 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=?
2021-08-13T10:14:24.318Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T10:14:24.319Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-13T10:14:24.319Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-13T10:14:24.319Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cfdac7a6-a352-4c17-a617-bbd803cdf320 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-13T10:14:24.320Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T10:14:24.320Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-13T10:14:25.347Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T10:14:25.353Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar cfdac7a6-a352-4c17-a617-bbd803cdf320 68749
2021-08-13T10:14:25.353Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-13T10:14:25.354Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-13T10:14:25.354Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:14:25.354Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:25.356Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:25.356Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849665353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:14:25.456Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:14:25.457Z||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.
2021-08-13T10:14:25.457Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:25.465Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:25.466Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:14:26.357Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T10:14:26.358Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-13T10:14:26.358Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: cfdac7a6-a352-4c17-a617-bbd803cdf320, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-13T10:14:26.359Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-08-13T10:14:26.359Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-13T10:14:26.359Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-13T10:14:26.482Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13521784851962540461/Definitions/service-BasicCnf-template.yml
2021-08-13T10:14:27.608Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T10:14:27.608Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-13T10:14:27.609Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-13T10:14:27.609Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-08-13T10:14:27.609Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-13T10:14:27.609Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-13T10:14:27.610Z|d0640bd3-8240-43e8-9305-24894c70a3e5|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-BasicCnf-csar.csar
2021-08-13T10:14:27.610Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-13T10:14:27.610Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-13T10:14:27.610Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:27.611Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:14:27.611Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T10:14:27.611Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-13T10:14:27.611Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T10:14:27.612Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:27.612Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:14:27.612Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T10:14:27.613Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-13T10:14:27.613Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T10:14:27.613Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:27.613Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:14:27.614Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:27.614Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-13T10:14:27.614Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-08-13T10:14:27.614Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2021-08-13T10:14:27.615Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T10:14:27.615Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:27.615Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T10:14:27.615Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:27.616Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T10:14:27.616Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:14:27.616Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:27.617Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T10:14:27.617Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:14:27.617Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:27.617Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T10:14:27.618Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:14:27.618Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:27.618Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-13T10:14:27.618Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-13T10:14:27.618Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=67edb433-ca6f-42fa-91b6-dc64271ab216
2021-08-13T10:14:27.619Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:27.619Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:14:27.619Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:27.619Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:14:27.620Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:27.620Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:14:27.620Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:27.620Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:14:27.621Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf
Model Version:NULL
Model InvariantUuid:727e13c7-00e4-4f87-bcfa-a40c706a1292
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:1a43ca89-e889-4629-af7b-3b12bca46e54
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:efc2d0b0-9fb6-460d-addf-8ba36a18656d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b33c705a-37bd-4326-8ec6-c7271945cf5c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2356a32a-a118-48b2-80ce-90211188a8c8
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1139cc69-8f56-4fbf-be1d-1f4da7964e8a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:67edb433-ca6f-42fa-91b6-dc64271ab216
ModelInvariantUuid:7dc8cf5c-81f7-4457-99a8-49d44e222afa
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:77474eca-ccb8-44a8-acb5-d8d97670eb05
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f63187ac-6083-429f-9289-cffbb53e011d
ModelInvariantUuid:02768dca-b753-439d-a7ca-72c3c79758bf
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d68083a7-c60c-4379-8c69-55557e259553
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-13T10:14:27.627Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9a6e0579-e3ab-47cc-bbfa-4c8f2128156f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T10:14:27.629Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||basic_cnf 0
2021-08-13T10:14:27.630Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9a6e0579-e3ab-47cc-bbfa-4c8f2128156f
2021-08-13T10:14:27.630Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6fac7403-28c6-4687-bf4f-d74f3ec38c0d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-13T10:14:27.630Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T10:14:27.630Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-13T10:14:27.828Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T10:14:27.829Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6fac7403-28c6-4687-bf4f-d74f3ec38c0d 12
2021-08-13T10:14:27.829Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-08-13T10:14:27.829Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-13T10:14:27.829Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:14:27.829Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:27.832Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:27.832Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849667829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:14:27.932Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T10:14:27.932Z||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.
2021-08-13T10:14:27.933Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:27.942Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:27.943Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:14:28.832Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cafdf82c-6210-4b9c-af80-986d8cc9d4a8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-13T10:14:28.833Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T10:14:28.833Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-13T10:14:29.216Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T10:14:29.216Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cafdf82c-6210-4b9c-af80-986d8cc9d4a8 2688
2021-08-13T10:14:29.217Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-08-13T10:14:29.217Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-13T10:14:29.217Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:14:29.217Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:29.220Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:29.220Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849669217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:14:29.320Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:14:29.321Z||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.
2021-08-13T10:14:29.321Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:29.329Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:29.330Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:14:30.222Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d462fc6f-c615-40eb-b3af-0ed351afa6da from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-13T10:14:30.222Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T10:14:30.222Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-13T10:14:30.697Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T10:14:30.698Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d462fc6f-c615-40eb-b3af-0ed351afa6da 828
2021-08-13T10:14:30.698Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-08-13T10:14:30.698Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-13T10:14:30.698Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:14:30.698Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:30.700Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:30.700Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849670698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:14:30.801Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T10:14:30.801Z||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.
2021-08-13T10:14:30.802Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:30.818Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:30.818Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:14:31.701Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "2356a32a-a118-48b2-80ce-90211188a8c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1139cc69-8f56-4fbf-be1d-1f4da7964e8a",
    "vfModuleModelCustomizationUUID": "126ae1fa-cd47-4029-8b39-8a5557e40dea",
    "isBase": true,
    "artifacts": [
      "a7f4fc45-1ee6-4cf7-af57-e8b4a4095c4b",
      "cafdf82c-6210-4b9c-af80-986d8cc9d4a8",
      "fe3f5ead-d99e-4b4a-9ef0-67c1d3fb56d0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-13T10:14:31.704Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1139cc69-8f56-4fbf-be1d-1f4da7964e8a
VfModuleModelInvariantUUID:2356a32a-a118-48b2-80ce-90211188a8c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7f4fc45-1ee6-4cf7-af57-e8b4a4095c4b
,
cafdf82c-6210-4b9c-af80-986d8cc9d4a8
,
fe3f5ead-d99e-4b4a-9ef0-67c1d3fb56d0

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

isBase:true


}

2021-08-13T10:14:31.706Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "2356a32a-a118-48b2-80ce-90211188a8c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1139cc69-8f56-4fbf-be1d-1f4da7964e8a",
    "vfModuleModelCustomizationUUID": "126ae1fa-cd47-4029-8b39-8a5557e40dea",
    "isBase": true,
    "artifacts": [
      "a7f4fc45-1ee6-4cf7-af57-e8b4a4095c4b",
      "cafdf82c-6210-4b9c-af80-986d8cc9d4a8",
      "fe3f5ead-d99e-4b4a-9ef0-67c1d3fb56d0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-13T10:14:31.706Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1139cc69-8f56-4fbf-be1d-1f4da7964e8a
VfModuleModelInvariantUUID:2356a32a-a118-48b2-80ce-90211188a8c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7f4fc45-1ee6-4cf7-af57-e8b4a4095c4b
,
cafdf82c-6210-4b9c-af80-986d8cc9d4a8
,
fe3f5ead-d99e-4b4a-9ef0-67c1d3fb56d0

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

isBase:true


}

2021-08-13T10:14:31.707Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a7f4fc45-1ee6-4cf7-af57-e8b4a4095c4b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-13T10:14:31.707Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T10:14:31.707Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-13T10:14:33.524Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T10:14:33.525Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a7f4fc45-1ee6-4cf7-af57-e8b4a4095c4b 1164
2021-08-13T10:14:33.525Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-08-13T10:14:33.525Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-13T10:14:33.525Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:14:33.526Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:33.528Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:33.528Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849673525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:14:33.628Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:14:33.629Z||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.
2021-08-13T10:14:33.629Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:33.638Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:33.638Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:14:34.529Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fe3f5ead-d99e-4b4a-9ef0-67c1d3fb56d0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-13T10:14:34.530Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T10:14:34.530Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-13T10:14:36.786Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T10:14:36.787Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env fe3f5ead-d99e-4b4a-9ef0-67c1d3fb56d0 200
2021-08-13T10:14:36.788Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-08-13T10:14:36.788Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-13T10:14:36.788Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:14:36.788Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:36.790Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:36.790Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849676788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:14:36.890Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:14:36.891Z||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.
2021-08-13T10:14:36.891Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:36.900Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:36.900Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:14:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:14:37.658Z||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.
2021-08-13T10:14:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:37.690Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:37.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849489473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:14:37.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:14:37.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "clamp",
  "timestamp": 1628849492757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:14:37.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:14:37.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "clamp",
  "timestamp": 1628849492757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:14:37.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:14:37.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849500168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:14:37.693Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:14:37.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "clamp",
  "timestamp": 1628849492757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:14:37.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:14:37.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "policy-id",
  "timestamp": 1628849500460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:14:37.693Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:14:37.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849501235,
  "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=?
2021-08-13T10:14:37.699Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0640bd3-8240-43e8-9305-24894c70a3e5
2021-08-13T10:14:37.699Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0640bd3-8240-43e8-9305-24894c70a3e5 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 (?, ?, ?, ?, ?)
2021-08-13T10:14:37.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "clamp",
  "timestamp": 1628849492757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:14:37.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:14:37.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "policy-id",
  "timestamp": 1628849501491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:14:37.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:14:37.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849502248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T10:14:37.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:14:37.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "policy-id",
  "timestamp": 1628849502495,
  "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=?
2021-08-13T10:14:37.714Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0640bd3-8240-43e8-9305-24894c70a3e5
2021-08-13T10:14:37.714Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0640bd3-8240-43e8-9305-24894c70a3e5 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=?
2021-08-13T10:14:37.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "aai-ml",
  "timestamp": 1628849502657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:14:37.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:14:37.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "aai-ml",
  "timestamp": 1628849503662,
  "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=?
2021-08-13T10:14:37.725Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0640bd3-8240-43e8-9305-24894c70a3e5
2021-08-13T10:14:37.725Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0640bd3-8240-43e8-9305-24894c70a3e5 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 (?, ?, ?, ?, ?)
2021-08-13T10:14:37.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "clamp",
  "timestamp": 1628849511769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:14:37.733Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:14:37.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "clamp",
  "timestamp": 1628849512782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:14:37.733Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:14:37.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:14:37.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "clamp",
  "timestamp": 1628849513786,
  "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=?
2021-08-13T10:14:37.738Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d0640bd3-8240-43e8-9305-24894c70a3e5
2021-08-13T10:14:37.738Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0640bd3-8240-43e8-9305-24894c70a3e5 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 (?, ?, ?, ?, ?)
2021-08-13T10:14:37.791Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf
2021-08-13T10:14:37.791Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9a6e0579-e3ab-47cc-bbfa-4c8f2128156f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-08-13T10:14:37.806Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T10:14:37.812Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:37.812Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:14:37.813Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-08-13T10:14:37.813Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b33c705a-37bd-4326-8ec6-c7271945cf5c
2021-08-13T10:14:37.813Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b33c705a-37bd-4326-8ec6-c7271945cf5c matches Tosca VF Customization UUID: b33c705a-37bd-4326-8ec6-c7271945cf5c
2021-08-13T10:14:37.813Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b33c705a-37bd-4326-8ec6-c7271945cf5c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-13T10:14:37.815Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:37.815Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:14:37.815Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b33c705a-37bd-4326-8ec6-c7271945cf5c: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-08-13T10:14:37.815Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7412985
2021-08-13T10:14:37.816Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:37.816Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T10:14:37.816Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 126ae1fa-cd47-4029-8b39-8a5557e40dea
2021-08-13T10:14:37.816Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 126ae1fa-cd47-4029-8b39-8a5557e40dea
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-13T10:14:37.818Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:37.818Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T10:14:37.818Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:14:37.818Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:37.819Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T10:14:37.819Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:14:37.819Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:37.819Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-13T10:14:37.820Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-13T10:14:37.820Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=67edb433-ca6f-42fa-91b6-dc64271ab216
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-13T10:14:37.822Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:37.822Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T10:14:37.822Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:14:37.822Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:37.823Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T10:14:37.823Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b33c705a-37bd-4326-8ec6-c7271945cf5c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T10:14:37.825Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:37.825Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:14:37.825Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf: basic_cnf
2021-08-13T10:14:37.825Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:37.825Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:14:37.826Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:37.826Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:14:37.826Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:37.826Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:14:37.826Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:37.827Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:14:37.827Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:14:37.827Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:14:37.827Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-08-13T10:14:37.915Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 9a6e0579-e3ab-47cc-bbfa-4c8f2128156f 1 ASDC deployResourceStructure
2021-08-13T10:14:37.916Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-08-13T10:14:37.917Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-08-13T10:14:37.917Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-13T10:14:37.917Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:37.919Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:37.919Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849677915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-08-13T10:14:38.019Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:14:38.020Z||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.
2021-08-13T10:14:38.020Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:38.028Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:38.030Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:14:38.920Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-08-13T10:14:38.920Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-08-13T10:14:38.920Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-13T10:14:38.920Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:38.922Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:38.922Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849678920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-08-13T10:14:39.022Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:14:39.023Z||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.
2021-08-13T10:14:39.023Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:39.032Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:39.032Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:14:39.922Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-08-13T10:14:39.923Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-13T10:14:39.924Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T10:14:39.924Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:39.926Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:39.926Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849679922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T10:14:40.026Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:14:40.027Z||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.
2021-08-13T10:14:40.027Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:40.044Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:40.045Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:14:40.927Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-08-13T10:14:40.927Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-13T10:14:40.927Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T10:14:40.927Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:40.929Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:40.929Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849680927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T10:14:41.029Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:14:41.030Z||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.
2021-08-13T10:14:41.030Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:41.054Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:41.055Z||pool-69-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:14:41.930Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-08-13T10:14:41.931Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-13T10:14:41.931Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T10:14:41.931Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:41.933Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:41.933Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849681930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-13T10:14:42.033Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:14:42.034Z||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.
2021-08-13T10:14:42.034Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:42.044Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:42.045Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:14:42.934Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-13T10:14:42.934Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-13T10:14:42.934Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T10:14:42.934Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:14:42.937Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:14:42.937Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849682933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:14:43.036Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T10:14:43.037Z||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.
2021-08-13T10:14:43.037Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:14:43.062Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:14:43.062Z||pool-71-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:14:43.938Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0640bd3-8240-43e8-9305-24894c70a3e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T10:14:43.956Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0640bd3-8240-43e8-9305-24894c70a3e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T10:14:43.959Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T10:14:43.959Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T10:14:43.959Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T10:14:43.959Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T10:14:43.959Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:14:43.959Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:14:43.959Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:14:43.959Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:14:43.959Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:14:43.959Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:14:43.959Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T10:14:43.964Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T10:15:13.965Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0640bd3-8240-43e8-9305-24894c70a3e5 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=?
2021-08-13T10:15:13.979Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0640bd3-8240-43e8-9305-24894c70a3e5 and serviceModelVersionId: df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf
2021-08-13T10:15:13.980Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 727e13c7-00e4-4f87-bcfa-a40c706a1292
2021-08-13T10:15:13.982Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/727e13c7-00e4-4f87-bcfa-a40c706a1292/model-vers/model-ver/df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf?depth=0
2021-08-13T10:15:13.992Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T10:15:14.070Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/727e13c7-00e4-4f87-bcfa-a40c706a1292/model-vers/model-ver/df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf?depth=0|INFO|500||Invoke
2021-08-13T10:15:14.070Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/727e13c7-00e4-4f87-bcfa-a40c706a1292/model-vers/model-ver/df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/727e13c7-00e4-4f87-bcfa-a40c706a1292/model-vers/model-ver/df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d0640bd3-8240-43e8-9305-24894c70a3e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81107705-45d7-44f1-af0b-269f424f2f23], X-ECOMP-RequestID=[d0640bd3-8240-43e8-9305-24894c70a3e5], X-TransactionId=[], X-ONAP-RequestID=[d0640bd3-8240-43e8-9305-24894c70a3e5], Content-Type=[application/merge-patch+json]}
2021-08-13T10:15:14.106Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/727e13c7-00e4-4f87-bcfa-a40c706a1292/model-vers/model-ver/df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-13T10:15:14.671Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/727e13c7-00e4-4f87-bcfa-a40c706a1292/model-vers/model-ver/df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/727e13c7-00e4-4f87-bcfa-a40c706a1292/model-vers/model-ver/df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210813-10:15:14:117-72111], vertex-id=[258232], Content-Length=[0], Date=[Fri, 13 Aug 2021 10:15:14 GMT], Content-Type=[application/json]}
2021-08-13T10:15:14.672Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/727e13c7-00e4-4f87-bcfa-a40c706a1292/model-vers/model-ver/df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-13T10:15:14.673Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/727e13c7-00e4-4f87-bcfa-a40c706a1292/model-vers/model-ver/df16a5d0-ea56-41d2-a6d2-bf25ddb3ebcf?depth=0|INFO|500||InvokeReturn
2021-08-13T10:15:14.674Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T10:15:14.675Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T10:15:14.681Z|d0640bd3-8240-43e8-9305-24894c70a3e5|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)
2021-08-13T10:15:14.682Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0640bd3-8240-43e8-9305-24894c70a3e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T10:15:14.682Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T10:15:14.683Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:14.687Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:14.687Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849714682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T10:15:14.787Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T10:15:14.790Z||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.
2021-08-13T10:15:14.790Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:14.809Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:14.809Z||pool-72-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T10:15:15.702Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T10:15:15.703Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"22236eda-2658-42b9-ad40-e62a52a3fac5","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"96e69eb7-412e-437a-b9a2-dc665ed7239e","serviceDescription":"service","serviceInvariantUUID":"579a8c11-f2e8-4cb2-a996-282749a1a42a","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0f37a883-602d-46cc-88aa-effab5693139","resourceInvariantUUID":"6ea60673-b173-4184-9f8e-071cefdc1401","resourceCustomizationUUID":"78b08017-d8f4-4142-98b7-79e9034378cd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2431017c-d149-44f2-b989-25053235b296","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NGExMDBlZTdkZDljMGE2MTFiZmU0MGU1MDYzYmMyM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47f2d7b7-cafa-4334-83da-18296c8d1be6","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"NzAyNTY0MDMxOWUyZGE3NWE3MzE0ZjhkZGRlMTljNDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6a128e20-9163-41d8-bb95-a37c444d103c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d65a29ac-8d95-4f13-aec4-d7f21d045797","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4a1f4bdc-93ae-4655-acc7-97d762b6fb55","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d422fe47-c862-4711-bb8b-a6bbf8236f6e","artifactVersion":"2","generatedFromUUID":"d65a29ac-8d95-4f13-aec4-d7f21d045797"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NTE5MjM1MDA4YjM2NDQ1MDhmYzBiMDQ3ZTk0OTViNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a8a752d-b6de-41cb-88e8-4de27220a4b0","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"N2M1MGNlOThiZDgzZWVjMzE1N2U5Yzc0MDI1ZWU3ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9ba4091-ffeb-4ac6-9ccf-83fce00f7813","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T10:15:15.703Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:15:15.704Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:15.705Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:15.706Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:15.806Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:15.807Z||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.
2021-08-13T10:15:15.807Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:15.816Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:15.816Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:15:16.706Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:15:16.707Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:16.709Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:16.709Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:16.809Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:16.810Z||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.
2021-08-13T10:15:16.811Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:16.822Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:16.823Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:15:17.710Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:15:17.710Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:17.713Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:17.713Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T10:15:17.813Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:17.814Z||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.
2021-08-13T10:15:17.814Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:17.827Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:17.827Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:15:18.714Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:15:18.715Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:18.717Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:18.717Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T10:15:18.817Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:18.818Z||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.
2021-08-13T10:15:18.818Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:18.826Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:18.827Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:15:19.717Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:15:19.718Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:19.720Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:19.720Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:19.820Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:19.821Z||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.
2021-08-13T10:15:19.821Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:19.828Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:19.829Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:15:20.720Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:15:20.721Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:20.723Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:20.723Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-13T10:15:20.823Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:20.824Z||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.
2021-08-13T10:15:20.824Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:20.833Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:20.834Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:15:21.723Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:15:21.724Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:21.726Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:21.726Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:21.826Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:21.827Z||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.
2021-08-13T10:15:21.828Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:21.837Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:21.837Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:15:22.726Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:15:22.727Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:22.729Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:22.729Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:15:22.830Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:22.831Z||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.
2021-08-13T10:15:22.831Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:22.847Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:22.848Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:15:23.731Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "96e69eb7-412e-437a-b9a2-dc665ed7239e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "579a8c11-f2e8-4cb2-a996-282749a1a42a",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "78b08017-d8f4-4142-98b7-79e9034378cd",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0f37a883-602d-46cc-88aa-effab5693139",
      "resourceInvariantUUID": "6ea60673-b173-4184-9f8e-071cefdc1401",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "NzAyNTY0MDMxOWUyZGE3NWE3MzE0ZjhkZGRlMTljNDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6a128e20-9163-41d8-bb95-a37c444d103c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d65a29ac-8d95-4f13-aec4-d7f21d045797",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d422fe47-c862-4711-bb8b-a6bbf8236f6e",
            "generatedFromUUID": "d65a29ac-8d95-4f13-aec4-d7f21d045797"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d422fe47-c862-4711-bb8b-a6bbf8236f6e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "N2M1MGNlOThiZDgzZWVjMzE1N2U5Yzc0MDI1ZWU3ZDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e9ba4091-ffeb-4ac6-9ccf-83fce00f7813"
    }
  ],
  "workloadContext": "Production"
}
2021-08-13T10:15:23.731Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T10:15:23.732Z|d0640bd3-8240-43e8-9305-24894c70a3e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 96e69eb7-412e-437a-b9a2-dc665ed7239e ASDC
2021-08-13T10:15:23.732Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:22236eda-2658-42b9-ad40-e62a52a3fac5
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:96e69eb7-412e-437a-b9a2-dc665ed7239e
ServiceInvariantUUID:579a8c11-f2e8-4cb2-a996-282749a1a42a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:e9ba4091-ffeb-4ac6-9ccf-83fce00f7813
ArtifactChecksum:N2M1MGNlOThiZDgzZWVjMzE1N2U5Yzc0MDI1ZWU3ZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:78b08017-d8f4-4142-98b7-79e9034378cd
ResourceInvariantUUID:6ea60673-b173-4184-9f8e-071cefdc1401
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:0f37a883-602d-46cc-88aa-effab5693139
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:6a128e20-9163-41d8-bb95-a37c444d103c
ArtifactChecksum:NzAyNTY0MDMxOWUyZGE3NWE3MzE0ZjhkZGRlMTljNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d65a29ac-8d95-4f13-aec4-d7f21d045797
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:d422fe47-c862-4711-bb8b-a6bbf8236f6e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:d422fe47-c862-4711-bb8b-a6bbf8236f6e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-13T10:15:23.732Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96e69eb7-412e-437a-b9a2-dc665ed7239e 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 (?, ?, ?, ?, ?)
2021-08-13T10:15:23.768Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T10:15:23.768Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-13T10:15:23.769Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-13T10:15:23.769Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e9ba4091-ffeb-4ac6-9ccf-83fce00f7813 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-13T10:15:23.769Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T10:15:23.769Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-13T10:15:25.815Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T10:15:25.818Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar e9ba4091-ffeb-4ac6-9ccf-83fce00f7813 73360
2021-08-13T10:15:25.819Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-13T10:15:25.819Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-13T10:15:25.819Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:15:25.819Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:25.821Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:25.821Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849725818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:25.921Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:25.922Z||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.
2021-08-13T10:15:25.922Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:25.931Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:25.931Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:15:26.822Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T10:15:26.823Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-13T10:15:26.823Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e9ba4091-ffeb-4ac6-9ccf-83fce00f7813, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-13T10:15:26.823Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-08-13T10:15:26.824Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-13T10:15:26.824Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-13T10:15:26.954Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13838115657541006851/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-08-13T10:15:28.158Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T10:15:28.158Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-13T10:15:28.158Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-13T10:15:28.159Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-13T10:15:28.159Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-13T10:15:28.159Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-13T10:15:28.159Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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-Basicclamp-csar.csar
2021-08-13T10:15:28.159Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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-Basicclamp-csar.csar
2021-08-13T10:15:28.159Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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-Basicclamp-csar.csar
2021-08-13T10:15:28.159Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-13T10:15:28.160Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-13T10:15:28.160Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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-Basicclamp-csar.csar
2021-08-13T10:15:28.160Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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-Basicclamp-csar.csar
2021-08-13T10:15:28.160Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-13T10:15:28.160Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:28.160Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:15:28.161Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T10:15:28.161Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-13T10:15:28.161Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T10:15:28.162Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:28.162Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:15:28.162Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T10:15:28.162Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-13T10:15:28.162Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T10:15:28.162Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:28.163Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:15:28.163Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:28.163Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-13T10:15:28.163Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-13T10:15:28.163Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-13T10:15:28.164Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-13T10:15:28.164Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T10:15:28.164Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T10:15:28.164Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:28.164Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T10:15:28.165Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:28.165Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T10:15:28.165Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:15:28.165Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:28.165Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T10:15:28.165Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:15:28.166Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:28.166Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T10:15:28.166Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:15:28.166Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:28.166Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-13T10:15:28.167Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-13T10:15:28.167Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T10:15:28.167Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=81b605d9-bf32-4edc-8120-8e71d8197740
2021-08-13T10:15:28.167Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:28.167Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:15:28.168Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:28.168Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:15:28.168Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:28.168Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:15:28.169Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:28.169Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:15:28.169Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:96e69eb7-412e-437a-b9a2-dc665ed7239e
Model Version:NULL
Model InvariantUuid:579a8c11-f2e8-4cb2-a996-282749a1a42a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:6ee2a4a1-0c10-4f34-b46b-bae02719bc26
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6ea60673-b173-4184-9f8e-071cefdc1401
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:78b08017-d8f4-4142-98b7-79e9034378cd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8b79b5ac-afc0-4ecf-a673-e2e09e69ce52
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:9b41a39b-810a-4d87-b316-541ba3cf0932
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:81b605d9-bf32-4edc-8120-8e71d8197740
ModelInvariantUuid:ac8e0185-9807-4675-8d1f-4c64f96bf96b
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:fe378eee-5ce8-4b2c-b67b-21d3a5e57710
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4df8982c-55eb-4286-b223-84cb07e2122f
ModelInvariantUuid:ddb3ebac-771b-49e9-9bd4-c8fb2f6fd414
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:49cf6ece-68b8-4a4e-becc-769e0a6647c9
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-13T10:15:28.174Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 0f37a883-602d-46cc-88aa-effab5693139
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T10:15:28.176Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||basicclamp 0
2021-08-13T10:15:28.177Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0f37a883-602d-46cc-88aa-effab5693139
2021-08-13T10:15:28.177Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6a128e20-9163-41d8-bb95-a37c444d103c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-13T10:15:28.177Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T10:15:28.177Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-13T10:15:28.615Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T10:15:28.616Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 6a128e20-9163-41d8-bb95-a37c444d103c 790
2021-08-13T10:15:28.616Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-08-13T10:15:28.617Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-13T10:15:28.617Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:15:28.617Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:28.619Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:28.619Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849728616,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:28.719Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:28.721Z||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.
2021-08-13T10:15:28.721Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:28.729Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:28.730Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:15:29.620Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8b79b5ac-afc0-4ecf-a673-e2e09e69ce52",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b41a39b-810a-4d87-b316-541ba3cf0932",
    "vfModuleModelCustomizationUUID": "2ac471b2-be48-4b5d-8c17-f6bb424bc4da",
    "isBase": true,
    "artifacts": [
      "d65a29ac-8d95-4f13-aec4-d7f21d045797",
      "d422fe47-c862-4711-bb8b-a6bbf8236f6e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-13T10:15:29.624Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b41a39b-810a-4d87-b316-541ba3cf0932
VfModuleModelInvariantUUID:8b79b5ac-afc0-4ecf-a673-e2e09e69ce52
VfModuleModelDescription:NULL
Artifacts UUID List:{
d65a29ac-8d95-4f13-aec4-d7f21d045797
,
d422fe47-c862-4711-bb8b-a6bbf8236f6e

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

isBase:true


}

2021-08-13T10:15:29.626Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8b79b5ac-afc0-4ecf-a673-e2e09e69ce52",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b41a39b-810a-4d87-b316-541ba3cf0932",
    "vfModuleModelCustomizationUUID": "2ac471b2-be48-4b5d-8c17-f6bb424bc4da",
    "isBase": true,
    "artifacts": [
      "d65a29ac-8d95-4f13-aec4-d7f21d045797",
      "d422fe47-c862-4711-bb8b-a6bbf8236f6e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-13T10:15:29.626Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b41a39b-810a-4d87-b316-541ba3cf0932
VfModuleModelInvariantUUID:8b79b5ac-afc0-4ecf-a673-e2e09e69ce52
VfModuleModelDescription:NULL
Artifacts UUID List:{
d65a29ac-8d95-4f13-aec4-d7f21d045797
,
d422fe47-c862-4711-bb8b-a6bbf8236f6e

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

isBase:true


}

2021-08-13T10:15:29.627Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d65a29ac-8d95-4f13-aec4-d7f21d045797 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-13T10:15:29.627Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T10:15:29.627Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-13T10:15:30.030Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T10:15:30.030Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml d65a29ac-8d95-4f13-aec4-d7f21d045797 5033
2021-08-13T10:15:30.031Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-13T10:15:30.031Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-13T10:15:30.031Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:15:30.031Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:30.033Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:30.033Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849730030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:30.134Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:30.135Z||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.
2021-08-13T10:15:30.135Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:30.143Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:30.143Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:15:31.034Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d422fe47-c862-4711-bb8b-a6bbf8236f6e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-13T10:15:31.035Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T10:15:31.035Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-13T10:15:33.168Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T10:15:33.169Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env d422fe47-c862-4711-bb8b-a6bbf8236f6e 909
2021-08-13T10:15:33.169Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-13T10:15:33.169Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-13T10:15:33.169Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:15:33.170Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:33.171Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:33.172Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849733169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:33.272Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:33.273Z||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.
2021-08-13T10:15:33.274Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:33.282Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:33.283Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:15:34.172Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 96e69eb7-412e-437a-b9a2-dc665ed7239e
2021-08-13T10:15:34.173Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 0f37a883-602d-46cc-88aa-effab5693139 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T10:15:34.186Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:34.186Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:15:34.187Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-08-13T10:15:34.187Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 78b08017-d8f4-4142-98b7-79e9034378cd
2021-08-13T10:15:34.187Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 78b08017-d8f4-4142-98b7-79e9034378cd matches Tosca VF Customization UUID: 78b08017-d8f4-4142-98b7-79e9034378cd
2021-08-13T10:15:34.187Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 78b08017-d8f4-4142-98b7-79e9034378cd  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-13T10:15:34.189Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:34.189Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:15:34.189Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 78b08017-d8f4-4142-98b7-79e9034378cd: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-08-13T10:15:34.190Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b7701f1
2021-08-13T10:15:34.190Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:34.190Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T10:15:34.190Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2ac471b2-be48-4b5d-8c17-f6bb424bc4da
2021-08-13T10:15:34.190Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2ac471b2-be48-4b5d-8c17-f6bb424bc4da
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-13T10:15:34.192Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:34.192Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T10:15:34.192Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:15:34.193Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:34.193Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T10:15:34.193Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:15:34.193Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:34.193Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-13T10:15:34.193Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-13T10:15:34.194Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T10:15:34.194Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=81b605d9-bf32-4edc-8120-8e71d8197740
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-13T10:15:34.195Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:34.196Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T10:15:34.196Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:15:34.196Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:34.196Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T10:15:34.196Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=78b08017-d8f4-4142-98b7-79e9034378cd
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T10:15:34.198Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:34.198Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:15:34.198Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 96e69eb7-412e-437a-b9a2-dc665ed7239e: basicclamp
2021-08-13T10:15:34.199Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:34.199Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:15:34.199Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:34.199Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:15:34.199Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:34.199Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:15:34.199Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:34.200Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:15:34.200Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:15:34.200Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:15:34.200Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-08-13T10:15:34.277Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 0f37a883-602d-46cc-88aa-effab5693139 1 ASDC deployResourceStructure
2021-08-13T10:15:34.278Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-08-13T10:15:34.278Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-13T10:15:34.278Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T10:15:34.278Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:34.280Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:34.280Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849734278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T10:15:34.381Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:34.382Z||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.
2021-08-13T10:15:34.382Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:34.390Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:34.391Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:15:35.282Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-13T10:15:35.283Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-13T10:15:35.283Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T10:15:35.284Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:35.285Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:35.286Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849735282,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T10:15:35.393Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:35.394Z||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.
2021-08-13T10:15:35.412Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:35.423Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:35.424Z||pool-86-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:15:36.293Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-13T10:15:36.293Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-13T10:15:36.293Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T10:15:36.294Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:36.296Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:36.296Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849736293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-13T10:15:36.396Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:36.396Z||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.
2021-08-13T10:15:36.397Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:36.417Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:36.417Z||pool-87-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:15:37.296Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-13T10:15:37.297Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-13T10:15:37.297Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T10:15:37.297Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:15:37.298Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:15:37.299Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849737296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:15:37.399Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:15:37.399Z||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.
2021-08-13T10:15:37.400Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:37.410Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:37.411Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:15:37.657Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:15:37.658Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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.
2021-08-13T10:15:37.658Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:15:37.696Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:15:37.698Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.698Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849624910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.699Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.699Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.699Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "aai-ml",
  "timestamp": 1628849620657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.699Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.699Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.699Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "cds",
  "timestamp": 1628849621889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.700Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.700Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.700Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "policy-id",
  "timestamp": 1628849628667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.700Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.700Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.700Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849629472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.700Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.700Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.700Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849624910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.701Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.701Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.701Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "cds",
  "timestamp": 1628849621889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.701Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.701Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.701Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "aai-ml",
  "timestamp": 1628849620657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.701Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.701Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.701Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "policy-id",
  "timestamp": 1628849628667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.701Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.701Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.702Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849629472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.702Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.702Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.702Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849624910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.702Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.702Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.702Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "cds",
  "timestamp": 1628849621889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.702Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.703Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.703Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "aai-ml",
  "timestamp": 1628849620657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.703Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.703Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.703Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "policy-id",
  "timestamp": 1628849628667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.703Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.703Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.703Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849629472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.703Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.703Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.703Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849624910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.703Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.704Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.704Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "cds",
  "timestamp": 1628849621889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.704Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.704Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.704Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "aai-ml",
  "timestamp": 1628849620657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.704Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.704Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.704Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "policy-id",
  "timestamp": 1628849628667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.704Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.705Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.705Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849629472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.705Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.705Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.705Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849624910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.705Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.705Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.705Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "cds",
  "timestamp": 1628849621889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.705Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.705Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.706Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "aai-ml",
  "timestamp": 1628849620657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.706Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.706Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.706Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "policy-id",
  "timestamp": 1628849628667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.706Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.706Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.706Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849629472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.706Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.706Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.706Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849633549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.706Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.707Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.707Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849624910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.707Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.707Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.707Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "cds",
  "timestamp": 1628849621889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.707Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.707Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.707Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "aai-ml",
  "timestamp": 1628849620657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.707Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.707Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.707Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "policy-id",
  "timestamp": 1628849628667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.707Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.707Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.707Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849629472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.707Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.708Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.708Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849633549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.708Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.708Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.708Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849624910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.708Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.708Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.708Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "aai-ml",
  "timestamp": 1628849620657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.708Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.708Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.708Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "cds",
  "timestamp": 1628849621889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.708Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.708Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.709Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "policy-id",
  "timestamp": 1628849628667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.709Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.709Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.709Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849629472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.709Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.709Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.709Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849633549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.709Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.709Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.709Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849624910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.709Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.709Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.709Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "cds",
  "timestamp": 1628849621889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.710Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.710Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.710Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "aai-ml",
  "timestamp": 1628849620657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.710Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.710Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.710Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "policy-id",
  "timestamp": 1628849628667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.710Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.710Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.710Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849636382,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.710Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.710Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.710Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849629472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.710Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.710Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.710Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849633549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.711Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.711Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.711Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849636382,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.711Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.711Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.711Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849633549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.711Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.711Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.711Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849638742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.711Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.711Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.711Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "policy-id",
  "timestamp": 1628849638783,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.711Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.711Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.712Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "cds",
  "timestamp": 1628849639050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.712Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.712Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.712Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849636382,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.712Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.712Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.712Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849633549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.712Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.712Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.712Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "aai-ml",
  "timestamp": 1628849639299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.712Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.712Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.712Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "policy-id",
  "timestamp": 1628849639788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:15:37.713Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.713Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.713Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "cds",
  "timestamp": 1628849640059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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=?
2021-08-13T10:15:37.719Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22236eda-2658-42b9-ad40-e62a52a3fac5
2021-08-13T10:15:37.719Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22236eda-2658-42b9-ad40-e62a52a3fac5 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 (?, ?, ?, ?, ?)
2021-08-13T10:15:37.727Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.727Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849636382,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.727Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.728Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.728Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849633549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.728Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.728Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.728Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "policy-id",
  "timestamp": 1628849640792,
  "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=?
2021-08-13T10:15:37.732Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22236eda-2658-42b9-ad40-e62a52a3fac5
2021-08-13T10:15:37.732Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22236eda-2658-42b9-ad40-e62a52a3fac5 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 (?, ?, ?, ?, ?)
2021-08-13T10:15:37.740Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.740Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849636382,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.740Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.741Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.741Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849633549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.741Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.741Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.741Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849641850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:15:37.741Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.741Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.741Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849636382,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.741Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.741Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.741Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849642853,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T10:15:37.745Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22236eda-2658-42b9-ad40-e62a52a3fac5
2021-08-13T10:15:37.745Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22236eda-2658-42b9-ad40-e62a52a3fac5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T10:15:37.753Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.753Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849636382,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.753Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.753Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.753Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "clamp",
  "timestamp": 1628849642757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.753Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.753Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.753Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849636382,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.754Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.754Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.754Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849644177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.754Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.754Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.754Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "clamp",
  "timestamp": 1628849642757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.754Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.754Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.755Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "clamp",
  "timestamp": 1628849642757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.755Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.755Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.755Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "clamp",
  "timestamp": 1628849642757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.755Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.755Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.755Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849646434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.755Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.756Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.756Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "clamp",
  "timestamp": 1628849642757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.756Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.756Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.756Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849648264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.756Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.756Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.756Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "aai-ml",
  "timestamp": 1628849648269,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:15:37.757Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.757Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.757Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849648278,
  "artifactURL": "/sdc/v1/catalog/services/96e69eb7-412e-437a-b9a2-dc665ed7239e/resourceInstances/basicclamp0/artifacts/2431017c-d149-44f2-b989-25053235b296",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.757Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.757Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.757Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "clamp",
  "timestamp": 1628849642757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.757Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.757Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.758Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "aai-ml",
  "timestamp": 1628849649276,
  "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=?
2021-08-13T10:15:37.762Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22236eda-2658-42b9-ad40-e62a52a3fac5
2021-08-13T10:15:37.763Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22236eda-2658-42b9-ad40-e62a52a3fac5 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 (?, ?, ?, ?, ?)
2021-08-13T10:15:37.775Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.775Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849649298,
  "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=?
2021-08-13T10:15:37.783Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22236eda-2658-42b9-ad40-e62a52a3fac5
2021-08-13T10:15:37.783Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22236eda-2658-42b9-ad40-e62a52a3fac5 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=?
2021-08-13T10:15:37.789Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.789Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "clamp",
  "timestamp": 1628849642757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.789Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.789Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.789Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849649570,
  "artifactURL": "/sdc/v1/catalog/services/96e69eb7-412e-437a-b9a2-dc665ed7239e/resourceInstances/basicclamp0/artifacts/2431017c-d149-44f2-b989-25053235b296",
  "status": "DEPLOY_OK"
}
2021-08-13T10:15:37.790Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.790Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.790Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849649849,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T10:15:37.790Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.790Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.790Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849650307,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T10:15:37.791Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.791Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.791Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "clamp",
  "timestamp": 1628849642757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.791Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.791Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.791Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "dcae-sch",
  "timestamp": 1628849650615,
  "artifactURL": "/sdc/v1/catalog/services/96e69eb7-412e-437a-b9a2-dc665ed7239e/resourceInstances/basicclamp0/artifacts/2431017c-d149-44f2-b989-25053235b296",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T10:15:37.795Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 22236eda-2658-42b9-ad40-e62a52a3fac5
2021-08-13T10:15:37.795Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22236eda-2658-42b9-ad40-e62a52a3fac5 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T10:15:37.804Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.804Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.805Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.805Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.805Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.805Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.805Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.805Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.806Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.806Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.806Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.807Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.807Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.807Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.808Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.808Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.808Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.808Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.808Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.808Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.808Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.808Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.808Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "clamp",
  "timestamp": 1628849661798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.808Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.808Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.808Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:15:37.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "clamp",
  "timestamp": 1628849662802,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:15:37.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:15:37.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "clamp",
  "timestamp": 1628849664860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:15:37.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849665353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.810Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "clamp",
  "timestamp": 1628849665868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T10:15:37.810Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.810Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.810Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "clamp",
  "timestamp": 1628849666877,
  "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=?
2021-08-13T10:15:37.814Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 22236eda-2658-42b9-ad40-e62a52a3fac5
2021-08-13T10:15:37.815Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22236eda-2658-42b9-ad40-e62a52a3fac5 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 (?, ?, ?, ?, ?)
2021-08-13T10:15:37.824Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.824Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849667829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.824Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.825Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.825Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849669217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.825Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.825Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.825Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849670698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.826Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.826Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.826Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849673525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.826Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:37.826Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T10:15:37.826Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849676788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:15:37.827Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:15:38.299Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22236eda-2658-42b9-ad40-e62a52a3fac5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T10:15:38.309Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22236eda-2658-42b9-ad40-e62a52a3fac5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T10:15:38.312Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T10:15:38.312Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T10:15:38.312Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T10:15:38.312Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T10:15:38.313Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:15:38.313Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:15:38.313Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:15:38.313Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:15:38.313Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:15:38.313Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:15:38.313Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:15:38.313Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T10:15:38.319Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T10:16:08.319Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22236eda-2658-42b9-ad40-e62a52a3fac5 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=?
2021-08-13T10:16:08.326Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22236eda-2658-42b9-ad40-e62a52a3fac5 and serviceModelVersionId: 96e69eb7-412e-437a-b9a2-dc665ed7239e
2021-08-13T10:16:08.327Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 579a8c11-f2e8-4cb2-a996-282749a1a42a
2021-08-13T10:16:08.328Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/579a8c11-f2e8-4cb2-a996-282749a1a42a/model-vers/model-ver/96e69eb7-412e-437a-b9a2-dc665ed7239e?depth=0
2021-08-13T10:16:08.332Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T10:16:08.386Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/579a8c11-f2e8-4cb2-a996-282749a1a42a/model-vers/model-ver/96e69eb7-412e-437a-b9a2-dc665ed7239e?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]}
2021-08-13T10:16:08.387Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/579a8c11-f2e8-4cb2-a996-282749a1a42a/model-vers/model-ver/96e69eb7-412e-437a-b9a2-dc665ed7239e?depth=0|INFO|500||Invoke
2021-08-13T10:16:08.404Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/579a8c11-f2e8-4cb2-a996-282749a1a42a/model-vers/model-ver/96e69eb7-412e-437a-b9a2-dc665ed7239e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-13T10:16:08.564Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/579a8c11-f2e8-4cb2-a996-282749a1a42a/model-vers/model-ver/96e69eb7-412e-437a-b9a2-dc665ed7239e?depth=0|INFO|500||InvokeReturn
2021-08-13T10:16:08.569Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/579a8c11-f2e8-4cb2-a996-282749a1a42a/model-vers/model-ver/96e69eb7-412e-437a-b9a2-dc665ed7239e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210813-10:16:08:422-47711], vertex-id=[278712], Content-Length=[0], Date=[Fri, 13 Aug 2021 10:16:08 GMT], Content-Type=[application/json]}
2021-08-13T10:16:08.570Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-08-13T10:16:08.570Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T10:16:08.570Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T10:16:08.578Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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)
2021-08-13T10:16:08.578Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22236eda-2658-42b9-ad40-e62a52a3fac5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T10:16:08.578Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T10:16:08.579Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:16:08.582Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:16:08.582Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849768578,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T10:16:08.682Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:16:08.683Z||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.
2021-08-13T10:16:08.683Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:16:08.693Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:16:08.694Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 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=?
2021-08-13T10:16:09.595Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:16:09.596Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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.
2021-08-13T10:16:09.596Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:16:19.198Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:16:19.199Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:16:19.200Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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.
2021-08-13T10:16:19.200Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:16:28.750Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:16:28.752Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:16:28.753Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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.
2021-08-13T10:16:28.753Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:16:37.658Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:16:37.660Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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.
2021-08-13T10:16:37.660Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:16:37.695Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:16:37.696Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:16:37.697Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849677915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-08-13T10:16:37.699Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:16:38.322Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:16:38.323Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:16:38.323Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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.
2021-08-13T10:16:38.323Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:16:47.925Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:16:47.926Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:16:47.927Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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.
2021-08-13T10:16:47.927Z|22236eda-2658-42b9-ad40-e62a52a3fac5|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:16:53.502Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:16:53.502Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T10:16:53.503Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"080d52ad-9735-4839-8e2a-b99d58745dec","serviceName":"Demo_pNF_QIBTHoAoNp5Uw0HavEe3","serviceVersion":"1.0","serviceUUID":"7911b2ae-7c7f-4aeb-97bc-909242b08fe1","serviceDescription":"catalog service description","serviceInvariantUUID":"a4852466-deb5-4f8b-b707-b88002b852e6","resources":[{"resourceInstanceName":"pNF c9a39495-d6da 0","resourceName":"pNF c9a39495-d6da","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"496291f3-46af-482a-93b7-9e59bfc7b032","resourceInvariantUUID":"7a32cb91-196c-4c6a-b3e5-fdded5a5c33e","resourceCustomizationUUID":"97ee698f-2768-4fa7-a9c3-358bb985d475","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vf-license-model.xml","artifactChecksum":"ZWVlM2VlYjJhMWYzNWVkNzhiNTk2ODk4NzBkNmRkNDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bdbebecd-92cf-4edd-ac0b-7c98293bb25a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/pNF.csar","artifactChecksum":"NzE3MjUzOGUwYjE4N2QxNjA0OWY2MDgwMGVjNDBkN2U\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eb79f731-46e4-4cb4-b4e9-655454898964","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ee28133-452d-4db9-8a05-397620ff0785","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vendor-license-model.xml","artifactChecksum":"M2Y2ZDliZjY3NjJhZGRkZjRlN2Q2NGI2NGQzY2IxMTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dedc46bc-873a-4627-a80c-3264b52ad7c4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc239af7-f3c4-4b9c-bbc7-bbe3401ca277","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6f427886-977f-48bf-b666-4b397056c6b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQibthoaonp5uw0havee3-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-template.yml","artifactChecksum":"ZWFmMDI3NjQ3ZGY1ZTllY2UwNGNlZTU5NjljY2IxY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"03a10111-1927-47f2-b29c-75255426a6fd","artifactVersion":"1"},{"artifactName":"service-DemoPnfQibthoaonp5uw0havee3-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar","artifactChecksum":"YzJhNDg0Yzg0Mzc1Yjc5ZmE4NmRlNWFmNThjNzViODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"52de21be-bafc-4a25-8687-924e1edcf451","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T10:16:53.505Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:16:53.505Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:16:53.510Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:16:53.510Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:16:53.612Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-13T10:16:53.613Z||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.
2021-08-13T10:16:53.613Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:16:53.626Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:16:53.627Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:16:54.511Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:16:54.512Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:16:54.514Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:16:54.514Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:16:54.614Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:16:54.615Z||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.
2021-08-13T10:16:54.615Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:16:54.630Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:16:54.631Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:16:55.514Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:16:55.515Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:16:55.518Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:16:55.518Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:16:55.618Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:16:55.619Z||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.
2021-08-13T10:16:55.619Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:16:55.632Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:16:55.633Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:16:56.519Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:16:56.519Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:16:56.521Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:16:56.522Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:16:56.622Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:16:56.623Z||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.
2021-08-13T10:16:56.623Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:16:56.639Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:16:56.640Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:16:57.522Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:16:57.523Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:16:57.525Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:16:57.525Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:16:57.625Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:16:57.626Z||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.
2021-08-13T10:16:57.626Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:16:57.642Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:16:57.642Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:16:58.526Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:16:58.526Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:16:58.528Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:16:58.528Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:16:58.628Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:16:58.629Z||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.
2021-08-13T10:16:58.629Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:16:58.646Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:16:58.646Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:16:59.534Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:16:59.535Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:16:59.537Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:16:59.537Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:16:59.637Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:16:59.638Z||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.
2021-08-13T10:16:59.638Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:16:59.672Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:16:59.672Z||pool-96-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:17:00.537Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:17:00.538Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:17:00.539Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:17:00.539Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:17:00.640Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T10:17:00.640Z||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.
2021-08-13T10:17:00.640Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:17:00.655Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:17:00.656Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:17:01.541Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "serviceName": "Demo_pNF_QIBTHoAoNp5Uw0HavEe3",
  "serviceVersion": "1.0",
  "serviceUUID": "7911b2ae-7c7f-4aeb-97bc-909242b08fe1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a4852466-deb5-4f8b-b707-b88002b852e6",
  "resources": [
    {
      "resourceInstanceName": "pNF c9a39495-d6da 0",
      "resourceCustomizationUUID": "97ee698f-2768-4fa7-a9c3-358bb985d475",
      "resourceName": "pNF c9a39495-d6da",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "496291f3-46af-482a-93b7-9e59bfc7b032",
      "resourceInvariantUUID": "7a32cb91-196c-4c6a-b3e5-fdded5a5c33e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
      "artifactChecksum": "YzJhNDg0Yzg0Mzc1Yjc5ZmE4NmRlNWFmNThjNzViODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "52de21be-bafc-4a25-8687-924e1edcf451"
    }
  ],
  "workloadContext": "Production"
}
2021-08-13T10:17:01.541Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T10:17:01.541Z|22236eda-2658-42b9-ad40-e62a52a3fac5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7911b2ae-7c7f-4aeb-97bc-909242b08fe1 ASDC
2021-08-13T10:17:01.543Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:080d52ad-9735-4839-8e2a-b99d58745dec
ServiceName:Demo_pNF_QIBTHoAoNp5Uw0HavEe3
ServiceVersion:1.0
ServiceUUID:7911b2ae-7c7f-4aeb-97bc-909242b08fe1
ServiceInvariantUUID:a4852466-deb5-4f8b-b707-b88002b852e6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQibthoaonp5uw0havee3-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar
ArtifactUUID:52de21be-bafc-4a25-8687-924e1edcf451
ArtifactChecksum:YzJhNDg0Yzg0Mzc1Yjc5ZmE4NmRlNWFmNThjNzViODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9a39495-d6da 0
ResourceCustomizationUUID:97ee698f-2768-4fa7-a9c3-358bb985d475
ResourceInvariantUUID:7a32cb91-196c-4c6a-b3e5-fdded5a5c33e
ResourceName:pNF c9a39495-d6da
ResourceType:PNF
ResourceUUID:496291f3-46af-482a-93b7-9e59bfc7b032
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-13T10:17:01.544Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7911b2ae-7c7f-4aeb-97bc-909242b08fe1 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 (?, ?, ?, ?, ?)
2021-08-13T10:17:01.580Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T10:17:01.581Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-13T10:17:01.581Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-13T10:17:01.581Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 52de21be-bafc-4a25-8687-924e1edcf451 from URL: /sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:01.582Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T10:17:01.582Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:03.678Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T10:17:03.682Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar 52de21be-bafc-4a25-8687-924e1edcf451 82541
2021-08-13T10:17:03.683Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar ASDC sendASDCNotification
2021-08-13T10:17:03.684Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:03.684Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:17:03.684Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:17:03.686Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:17:03.686Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849823683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:17:03.787Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T10:17:03.788Z||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.
2021-08-13T10:17:03.788Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:17:03.803Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:17:03.804Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:17:04.687Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T10:17:04.688Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-13T10:17:04.689Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 52de21be-bafc-4a25-8687-924e1edcf451, URL: /sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar to file: /app/ASDC/1/service-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:04.689Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:04.690Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:04.691Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:04.827Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17467365437095218817/Definitions/service-DemoPnfQibthoaonp5uw0havee3-template.yml
2021-08-13T10:17:05.594Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T10:17:05.595Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-13T10:17:05.595Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:05.595Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-13T10:17:05.595Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||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-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:05.595Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:05.595Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||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-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:05.595Z|080d52ad-9735-4839-8e2a-b99d58745dec|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-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:05.595Z|080d52ad-9735-4839-8e2a-b99d58745dec|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-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:05.596Z|080d52ad-9735-4839-8e2a-b99d58745dec|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-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:05.596Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9a39495-d6da 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-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:05.596Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-13T10:17:05.596Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:17:05.596Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QIBTHoAoNp5Uw0HavEe3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:17:05.596Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Node template pNF c9a39495-d6da 0 is matching search criteria
2021-08-13T10:17:05.597Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-13T10:17:05.597Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF c9a39495-d6da 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T10:17:05.597Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:17:05.598Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QIBTHoAoNp5Uw0HavEe3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:17:05.598Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Node template pNF c9a39495-d6da 0 is matching search criteria
2021-08-13T10:17:05.598Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-13T10:17:05.598Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF c9a39495-d6da 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T10:17:05.598Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:17:05.598Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QIBTHoAoNp5Uw0HavEe3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:17:05.598Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:17:05.598Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QIBTHoAoNp5Uw0HavEe3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:17:05.599Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:17:05.599Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QIBTHoAoNp5Uw0HavEe3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:17:05.599Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:17:05.599Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QIBTHoAoNp5Uw0HavEe3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:17:05.599Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:17:05.599Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QIBTHoAoNp5Uw0HavEe3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:17:05.599Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_QIBTHoAoNp5Uw0HavEe3
Description:catalog service description
Model UUID:7911b2ae-7c7f-4aeb-97bc-909242b08fe1
Model Version:NULL
Model InvariantUuid:a4852466-deb5-4f8b-b707-b88002b852e6
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-13T10:17:05.606Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 496291f3-46af-482a-93b7-9e59bfc7b032
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T10:17:05.610Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||pNF c9a39495-d6da 0
2021-08-13T10:17:05.610Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 496291f3-46af-482a-93b7-9e59bfc7b032
2021-08-13T10:17:05.611Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 7911b2ae-7c7f-4aeb-97bc-909242b08fe1
2021-08-13T10:17:05.611Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7911b2ae-7c7f-4aeb-97bc-909242b08fe1
2021-08-13T10:17:05.611Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c9a39495-d6da 0 496291f3-46af-482a-93b7-9e59bfc7b032 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T10:17:05.615Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:17:05.616Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QIBTHoAoNp5Uw0HavEe3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:17:05.616Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7911b2ae-7c7f-4aeb-97bc-909242b08fe1: pNF c9a39495-d6da
2021-08-13T10:17:05.616Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||Processing PNF resource: 496291f3-46af-482a-93b7-9e59bfc7b032
2021-08-13T10:17:05.616Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T10:17:05.616Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QIBTHoAoNp5Uw0HavEe3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:17:05.616Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||Resource customization UUID: 97ee698f-2768-4fa7-a9c3-358bb985d475 is the same as notified resource customizationUUID: 97ee698f-2768-4fa7-a9c3-358bb985d475
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-08-13T10:17:05.668Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c9a39495-d6da 496291f3-46af-482a-93b7-9e59bfc7b032 0 ASDC deployResourceStructure
2021-08-13T10:17:05.668Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar ASDC sendASDCNotification
2021-08-13T10:17:05.668Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar
2021-08-13T10:17:05.668Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T10:17:05.669Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:17:05.670Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:17:05.670Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849825668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:17:05.771Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:17:05.771Z||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.
2021-08-13T10:17:05.771Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:17:05.788Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:17:05.789Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:17:06.675Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080d52ad-9735-4839-8e2a-b99d58745dec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T10:17:06.691Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080d52ad-9735-4839-8e2a-b99d58745dec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T10:17:06.693Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T10:17:06.693Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T10:17:06.693Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T10:17:36.693Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080d52ad-9735-4839-8e2a-b99d58745dec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T10:17:36.702Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080d52ad-9735-4839-8e2a-b99d58745dec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T10:17:36.704Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T10:17:36.704Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T10:17:36.704Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T10:17:37.657Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:17:37.658Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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.
2021-08-13T10:17:37.658Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:17:37.682Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:17:37.683Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.683Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849678920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-08-13T10:17:37.684Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:17:37.684Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.684Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849679922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T10:17:37.684Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:17:37.684Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.684Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849680927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T10:17:37.684Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:17:37.684Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.684Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849681930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-13T10:17:37.684Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:17:37.684Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.685Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849682933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:17:37.685Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:17:37.685Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.685Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0640bd3-8240-43e8-9305-24894c70a3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849714682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T10:17:37.685Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:17:37.685Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.685Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:17:37.685Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:17:37.685Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.685Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:17:37.685Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:17:37.685Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.685Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T10:17:37.686Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:17:37.686Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.686Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T10:17:37.686Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:17:37.686Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.686Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:17:37.686Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:17:37.686Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.686Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-13T10:17:37.686Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:17:37.686Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.686Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:17:37.686Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:17:37.687Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.687Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849650868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:17:37.687Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:17:37.687Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.687Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849725818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:17:37.687Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:17:37.687Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.687Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849728616,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:17:37.687Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:17:37.687Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.687Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849730030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:17:37.687Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:17:37.688Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.688Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849733169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:17:37.688Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:17:37.688Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.688Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849734278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T10:17:37.688Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:17:37.688Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.688Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849735282,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T10:17:37.688Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:17:37.688Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.688Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849736293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-13T10:17:37.688Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:17:37.689Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:17:37.689Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849737296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:17:37.689Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:18:06.706Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080d52ad-9735-4839-8e2a-b99d58745dec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T10:18:06.733Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080d52ad-9735-4839-8e2a-b99d58745dec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T10:18:06.735Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T10:18:06.735Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T10:18:06.735Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T10:18:36.736Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080d52ad-9735-4839-8e2a-b99d58745dec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T10:18:36.746Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080d52ad-9735-4839-8e2a-b99d58745dec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T10:18:36.748Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T10:18:36.748Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T10:18:36.748Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T10:18:37.657Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:18:37.659Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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.
2021-08-13T10:18:37.659Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:18:37.687Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:18:37.688Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:18:37.688Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22236eda-2658-42b9-ad40-e62a52a3fac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849768578,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T10:18:37.689Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:19:06.749Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080d52ad-9735-4839-8e2a-b99d58745dec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T10:19:06.761Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080d52ad-9735-4839-8e2a-b99d58745dec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T10:19:06.762Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T10:19:06.762Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T10:19:06.762Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T10:19:36.763Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080d52ad-9735-4839-8e2a-b99d58745dec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T10:19:36.775Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080d52ad-9735-4839-8e2a-b99d58745dec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T10:19:36.776Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T10:19:36.776Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T10:19:36.776Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T10:19:37.657Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:19:37.658Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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.
2021-08-13T10:19:37.658Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:19:38.186Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:19:38.188Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.188Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.189Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.189Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.189Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849804909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.189Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.189Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.189Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849809472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.189Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.189Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.189Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "policy-id",
  "timestamp": 1628849808658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.189Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.189Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.190Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849813548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.190Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.190Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.190Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.190Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.190Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.190Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "policy-id",
  "timestamp": 1628849808658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.190Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.191Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.191Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849809472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.191Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.191Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.191Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849804909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.191Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.191Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.191Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849813548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.191Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.191Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.191Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.192Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.192Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.192Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849809472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.192Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.192Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.192Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849804909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.192Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.192Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.192Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "policy-id",
  "timestamp": 1628849808658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.193Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.193Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.193Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849813548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.193Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.193Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.193Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.194Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.194Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.194Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849809472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.194Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.194Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.194Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849804909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.194Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.194Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.194Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "policy-id",
  "timestamp": 1628849808658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.194Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.194Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.195Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "dcae-sch",
  "timestamp": 1628849816382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.195Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.195Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.195Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849813548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.195Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.195Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.195Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.195Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.195Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.195Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "cds",
  "timestamp": 1628849816889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.195Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.195Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.196Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849809472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.196Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.196Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.196Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849804909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.196Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.196Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.196Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "policy-id",
  "timestamp": 1628849808658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.196Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.196Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.196Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "dcae-sch",
  "timestamp": 1628849816382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.196Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.197Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.197Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849813548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.197Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.197Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.197Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.197Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.197Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.197Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "cds",
  "timestamp": 1628849816889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.197Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.197Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.198Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849809472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-13T10:19:38.198Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.198Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.198Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "policy-id",
  "timestamp": 1628849808658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.198Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.198Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.198Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849804909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.198Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.198Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.199Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "dcae-sch",
  "timestamp": 1628849816382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.199Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.199Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.199Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849813548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.199Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.199Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.199Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "cds",
  "timestamp": 1628849816889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.199Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.199Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.201Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.201Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.201Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.201Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849809472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.201Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.201Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.201Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "policy-id",
  "timestamp": 1628849808658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.201Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.202Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.202Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849804909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.202Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.202Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.202Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "dcae-sch",
  "timestamp": 1628849816382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.202Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.202Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.202Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849813548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.202Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.203Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.203Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849807926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:19:38.203Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.203Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.203Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "cds",
  "timestamp": 1628849816889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.203Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.203Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.204Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "policy-id",
  "timestamp": 1628849808658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:19:38.204Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.204Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.204Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849809472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.204Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.204Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.204Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849804909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:19:38.204Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.205Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.205Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "dcae-sch",
  "timestamp": 1628849816382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.205Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.205Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.205Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628849813548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:19:38.205Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.205Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.205Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "cds",
  "timestamp": 1628849816889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.205Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.206Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.206Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "dcae-sch",
  "timestamp": 1628849816382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.206Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.206Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.206Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "cds",
  "timestamp": 1628849816889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.206Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.206Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.206Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "dcae-sch",
  "timestamp": 1628849816382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.206Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.206Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.206Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "clamp",
  "timestamp": 1628849822757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.207Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.207Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.207Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "cds",
  "timestamp": 1628849816889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.207Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.207Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.207Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849823683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:19:38.207Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:19:38.207Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.207Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849823708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:19:38.207Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:19:38.207Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.207Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "policy-id",
  "timestamp": 1628849823753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:19:38.207Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:19:38.208Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.208Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849823845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:19:38.208Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:19:38.208Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.208Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "dcae-sch",
  "timestamp": 1628849816382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.208Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.208Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.208Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "clamp",
  "timestamp": 1628849822757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.208Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.208Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.208Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "cds",
  "timestamp": 1628849816889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:19:38.209Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.209Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.209Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "policy-id",
  "timestamp": 1628849824761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:19:38.209Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:19:38.209Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.209Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849824990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T10:19:38.209Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:19:38.209Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.209Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "clamp",
  "timestamp": 1628849822757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.209Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.209Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.209Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628849825668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:19:38.210Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:19:38.210Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.210Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "policy-id",
  "timestamp": 1628849825766,
  "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=?
2021-08-13T10:19:38.216Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 080d52ad-9735-4839-8e2a-b99d58745dec
2021-08-13T10:19:38.216Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080d52ad-9735-4839-8e2a-b99d58745dec 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 (?, ?, ?, ?, ?)
2021-08-13T10:19:38.226Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.226Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849825809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:19:38.226Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:19:38.227Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.227Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628849825994,
  "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=?
2021-08-13T10:19:38.231Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 080d52ad-9735-4839-8e2a-b99d58745dec
2021-08-13T10:19:38.231Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080d52ad-9735-4839-8e2a-b99d58745dec 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 (?, ?, ?, ?, ?)
2021-08-13T10:19:38.238Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.238Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "clamp",
  "timestamp": 1628849822757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.238Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.238Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.239Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628849826812,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T10:19:38.242Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 080d52ad-9735-4839-8e2a-b99d58745dec
2021-08-13T10:19:38.243Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080d52ad-9735-4839-8e2a-b99d58745dec and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T10:19:38.249Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.249Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "cds",
  "timestamp": 1628849826873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:19:38.249Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:19:38.249Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.249Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "clamp",
  "timestamp": 1628849822757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.249Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.250Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.250Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "cds",
  "timestamp": 1628849827889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-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=?
2021-08-13T10:19:38.253Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 080d52ad-9735-4839-8e2a-b99d58745dec
2021-08-13T10:19:38.253Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080d52ad-9735-4839-8e2a-b99d58745dec 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 (?, ?, ?, ?, ?)
2021-08-13T10:19:38.260Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.260Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "clamp",
  "timestamp": 1628849822757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.260Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.260Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.260Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "clamp",
  "timestamp": 1628849822757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.260Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.260Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.260Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "clamp",
  "timestamp": 1628849822757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:19:38.260Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.261Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.261Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "aai-ml",
  "timestamp": 1628849830658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.261Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.261Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.261Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "aai-ml",
  "timestamp": 1628849830658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.261Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.261Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.261Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "aai-ml",
  "timestamp": 1628849830658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.261Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.261Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.262Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "aai-ml",
  "timestamp": 1628849830658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.262Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.262Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.262Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "aai-ml",
  "timestamp": 1628849830658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.262Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.262Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.262Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "aai-ml",
  "timestamp": 1628849830658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/resourceInstances/pnfc9a39495d6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.262Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.262Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.262Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "aai-ml",
  "timestamp": 1628849830658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T10:19:38.262Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.262Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.262Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "clamp",
  "timestamp": 1628849837832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:19:38.263Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:19:38.263Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.263Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "aai-ml",
  "timestamp": 1628849830658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T10:19:38.263Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-13T10:19:38.263Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.263Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "clamp",
  "timestamp": 1628849839838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:19:38.263Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:19:38.263Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.263Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "clamp",
  "timestamp": 1628849840840,
  "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=?
2021-08-13T10:19:38.268Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 080d52ad-9735-4839-8e2a-b99d58745dec
2021-08-13T10:19:38.268Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080d52ad-9735-4839-8e2a-b99d58745dec 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 (?, ?, ?, ?, ?)
2021-08-13T10:19:38.275Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.276Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "aai-ml",
  "timestamp": 1628849840885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T10:19:38.276Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:19:38.276Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.276Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "aai-ml",
  "timestamp": 1628849847025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQibthoaonp5uw0havee3/1.0/artifacts/service-DemoPnfQibthoaonp5uw0havee3-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T10:19:38.276Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T10:19:38.276Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:19:38.276Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "aai-ml",
  "timestamp": 1628849848029,
  "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=?
2021-08-13T10:19:38.280Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 080d52ad-9735-4839-8e2a-b99d58745dec
2021-08-13T10:19:38.280Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080d52ad-9735-4839-8e2a-b99d58745dec 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 (?, ?, ?, ?, ?)
2021-08-13T10:20:06.777Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080d52ad-9735-4839-8e2a-b99d58745dec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-08-13T10:20:06.795Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080d52ad-9735-4839-8e2a-b99d58745dec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T10:20:06.798Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T10:20:06.798Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T10:20:06.798Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T10:20:06.798Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T10:20:06.798Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:20:06.799Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:20:06.799Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:20:06.799Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:20:06.799Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:20:06.799Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:20:06.799Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T10:20:06.799Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T10:20:06.805Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T10:20:36.806Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 080d52ad-9735-4839-8e2a-b99d58745dec 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=?
2021-08-13T10:20:36.828Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 080d52ad-9735-4839-8e2a-b99d58745dec and serviceModelVersionId: 7911b2ae-7c7f-4aeb-97bc-909242b08fe1
2021-08-13T10:20:36.828Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4852466-deb5-4f8b-b707-b88002b852e6
2021-08-13T10:20:36.830Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4852466-deb5-4f8b-b707-b88002b852e6/model-vers/model-ver/7911b2ae-7c7f-4aeb-97bc-909242b08fe1?depth=0
2021-08-13T10:20:36.837Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T10:20:36.891Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4852466-deb5-4f8b-b707-b88002b852e6/model-vers/model-ver/7911b2ae-7c7f-4aeb-97bc-909242b08fe1?depth=0|INFO|500||Invoke
2021-08-13T10:20:36.891Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4852466-deb5-4f8b-b707-b88002b852e6/model-vers/model-ver/7911b2ae-7c7f-4aeb-97bc-909242b08fe1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4852466-deb5-4f8b-b707-b88002b852e6/model-vers/model-ver/7911b2ae-7c7f-4aeb-97bc-909242b08fe1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[080d52ad-9735-4839-8e2a-b99d58745dec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28de9665-dfc8-4389-b153-98b443ab6dce], X-ECOMP-RequestID=[080d52ad-9735-4839-8e2a-b99d58745dec], X-TransactionId=[], X-ONAP-RequestID=[080d52ad-9735-4839-8e2a-b99d58745dec], Content-Type=[application/merge-patch+json]}
2021-08-13T10:20:36.920Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4852466-deb5-4f8b-b707-b88002b852e6/model-vers/model-ver/7911b2ae-7c7f-4aeb-97bc-909242b08fe1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-13T10:20:37.544Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4852466-deb5-4f8b-b707-b88002b852e6/model-vers/model-ver/7911b2ae-7c7f-4aeb-97bc-909242b08fe1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4852466-deb5-4f8b-b707-b88002b852e6/model-vers/model-ver/7911b2ae-7c7f-4aeb-97bc-909242b08fe1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210813-10:20:36:928-5154], vertex-id=[290864], Content-Length=[0], Date=[Fri, 13 Aug 2021 10:20:36 GMT], Content-Type=[application/json]}
2021-08-13T10:20:37.545Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4852466-deb5-4f8b-b707-b88002b852e6/model-vers/model-ver/7911b2ae-7c7f-4aeb-97bc-909242b08fe1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-13T10:20:37.545Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4852466-deb5-4f8b-b707-b88002b852e6/model-vers/model-ver/7911b2ae-7c7f-4aeb-97bc-909242b08fe1?depth=0|INFO|500||InvokeReturn
2021-08-13T10:20:37.546Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T10:20:37.546Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T10:20:37.551Z|080d52ad-9735-4839-8e2a-b99d58745dec|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)
2021-08-13T10:20:37.552Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 080d52ad-9735-4839-8e2a-b99d58745dec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T10:20:37.552Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T10:20:37.553Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:20:37.555Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:20:37.555Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628850037552,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T10:20:37.656Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:20:37.657Z||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.
2021-08-13T10:20:37.657Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:20:37.657Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:20:37.657Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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.
2021-08-13T10:20:37.657Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:20:37.671Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:20:37.672Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:20:38.286Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:20:38.286Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:20:38.287Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080d52ad-9735-4839-8e2a-b99d58745dec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628850037552,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T10:20:38.287Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T10:20:38.570Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:20:38.571Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:20:38.571Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:20:48.858Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:20:48.859Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:20:48.859Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:20:48.859Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:20:58.412Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:20:58.413Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:20:58.414Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:20:58.414Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:21:08.002Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:21:08.004Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:21:08.005Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:21:08.005Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:21:17.597Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:21:37.654Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:21:37.655Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:21:37.655Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:21:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:21:37.657Z||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.
2021-08-13T10:21:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:21:47.206Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:21:47.206Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:22:37.655Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:22:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:22:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:22:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:22:37.657Z||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.
2021-08-13T10:22:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:22:47.229Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:22:47.241Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:23:37.654Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:23:37.655Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:23:37.655Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:23:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:23:37.658Z||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.
2021-08-13T10:23:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:23:47.207Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:23:47.218Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:24:37.655Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:24:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:24:37.658Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:24:37.658Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:24:37.658Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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.
2021-08-13T10:24:37.658Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:24:47.219Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:24:47.227Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:25:37.655Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:25:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:25:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:25:37.658Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:25:37.658Z||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.
2021-08-13T10:25:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:25:47.228Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:25:47.238Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:26:37.654Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:26:37.656Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:26:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:26:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:26:37.657Z||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.
2021-08-13T10:26:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:26:47.227Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:26:47.227Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:27:37.655Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:27:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:27:37.659Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:27:37.659Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:27:37.659Z||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.
2021-08-13T10:27:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:27:47.236Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:27:47.236Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:28:37.655Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:28:37.658Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:28:37.660Z||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.
2021-08-13T10:28:37.660Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:28:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:28:37.660Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:28:47.230Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:28:47.230Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:29:37.654Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:29:37.656Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:29:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:29:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:29:37.657Z||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.
2021-08-13T10:29:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:29:47.208Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:29:47.289Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:30:37.654Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:30:37.656Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:30:37.656Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:30:37.657Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:30:37.657Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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.
2021-08-13T10:30:37.657Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:30:47.204Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:30:47.204Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:31:37.655Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:31:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:31:37.661Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:31:37.661Z||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.
2021-08-13T10:31:37.661Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:31:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:31:47.244Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:31:47.253Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:32:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:32:37.655Z||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.
2021-08-13T10:32:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:32:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:32:37.657Z||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.
2021-08-13T10:32:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:32:47.198Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:32:47.199Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:33:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:33:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:33:37.657Z||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.
2021-08-13T10:33:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:33:37.657Z||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.
2021-08-13T10:33:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:33:47.218Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:33:47.238Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:34:37.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:34:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:34:37.659Z||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.
2021-08-13T10:34:37.659Z||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.
2021-08-13T10:34:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:34:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:34:47.229Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:34:47.236Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:35:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:35:37.655Z||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.
2021-08-13T10:35:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:35:37.657Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:35:37.657Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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.
2021-08-13T10:35:37.657Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:35:47.248Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:35:47.248Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:36:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:36:37.657Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:36:37.658Z||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.
2021-08-13T10:36:37.658Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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.
2021-08-13T10:36:37.658Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:36:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:36:47.250Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:36:47.250Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:37:37.655Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:37:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:37:37.660Z||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.
2021-08-13T10:37:37.660Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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.
2021-08-13T10:37:37.660Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:37:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:37:47.216Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:37:47.219Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:38:37.654Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:38:37.655Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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.
2021-08-13T10:38:37.655Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:38:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:38:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:38:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:38:47.210Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:38:47.219Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:39:37.654Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:39:37.657Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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.
2021-08-13T10:39:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:39:37.657Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:39:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:39:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:39:47.220Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:39:47.222Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:40:37.655Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:40:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:40:37.660Z||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.
2021-08-13T10:40:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:40:37.660Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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.
2021-08-13T10:40:37.660Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:40:47.251Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:40:47.261Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:41:37.654Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:41:37.656Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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.
2021-08-13T10:41:37.656Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:41:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:41:37.657Z||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.
2021-08-13T10:41:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:41:47.209Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:41:47.212Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:42:37.655Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:42:37.657Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:42:37.658Z||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.
2021-08-13T10:42:37.658Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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.
2021-08-13T10:42:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:42:37.658Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:42:47.214Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:42:47.217Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:43:37.654Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:43:37.656Z||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.
2021-08-13T10:43:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:43:37.657Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:43:37.657Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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.
2021-08-13T10:43:37.657Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:43:47.208Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:43:47.210Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:44:37.654Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:44:37.657Z||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.
2021-08-13T10:44:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:44:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:44:37.658Z||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.
2021-08-13T10:44:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:44:47.215Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:44:47.215Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:45:37.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:45:37.657Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:45:37.663Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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.
2021-08-13T10:45:37.663Z||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.
2021-08-13T10:45:37.663Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:45:37.664Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:45:47.224Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:45:47.229Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:46:37.654Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:46:37.655Z||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.
2021-08-13T10:46:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:46:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:46:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|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.
2021-08-13T10:46:37.657Z|080d52ad-9735-4839-8e2a-b99d58745dec|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:46:47.207Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:46:47.214Z|080d52ad-9735-4839-8e2a-b99d58745dec|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:47:37.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:47:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:47:37.658Z||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.
2021-08-13T10:47:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:47:37.658Z||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.
2021-08-13T10:47:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:47:47.209Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:47:47.215Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:48:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:48:37.656Z||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.
2021-08-13T10:48:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:48:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:48:37.658Z||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.
2021-08-13T10:48:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:48:47.240Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:48:47.240Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:49:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:49:37.657Z||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.
2021-08-13T10:49:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:49:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:49:37.657Z||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.
2021-08-13T10:49:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:49:47.206Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:49:47.230Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:50:37.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:50:37.656Z||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.
2021-08-13T10:50:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:50:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:50:37.657Z||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.
2021-08-13T10:50:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:50:47.214Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:50:47.213Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:51:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:51:37.656Z||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.
2021-08-13T10:51:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:51:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:51:37.657Z||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.
2021-08-13T10:51:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:51:47.215Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:51:47.217Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:52:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:52:37.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:52:37.660Z||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.
2021-08-13T10:52:37.660Z||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.
2021-08-13T10:52:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:52:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:52:47.232Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:52:47.240Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:53:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:53:37.656Z||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.
2021-08-13T10:53:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:53:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:53:37.657Z||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.
2021-08-13T10:53:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:53:47.205Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:53:47.206Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T10:54:11.315Z||http-nio-8085-exec-7|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)