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-21T07:03:00.472Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-7kdts with PID 14 (/app/app.jar started by so in /app)
2021-08-21T07:03:00.478Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-21T07:03:00.479Z||main|||||INFO|500||The following profiles are active: basic
2021-08-21T07:03:18.788Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-21T07:03:18.789Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-21T07:03:18.972Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-21T07:03:27.731Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-21T07:03:28.220Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-21T07:03:28.841Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-21T07:03:28.855Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-21T07:03:29.085Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-21T07:03:29.693Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-21T07:03:31.434Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-21T07:03:37.355Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-21T07:03:40.403Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-21T07:03:40.459Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-21T07:03:41.132Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-21T07:03:41.383Z||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-21T07:03:43.057Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-21T07:03:44.645Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-08-21T07:03:44.697Z||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$$c162f7de.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-21T07:03:44.699Z||main|||||WARN|500||The sdc end point is not alive
2021-08-21T07:03:48.733Z||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-21T07:03:52.612Z||main|||||WARN|500||---
2021-08-21T07:03:52.614Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-21T07:03:52.615Z||main|||||WARN|500||---
2021-08-21T07:03:53.146Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-21T07:03:57.813Z||main|||||INFO|500||Started Application in 61.889 seconds (JVM running for 69.261)
2021-08-21T07:03:57.816Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-21T07:03:57.818Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-21T07:03:57.862Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-21T07:03:58.000Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-21T07:03:58.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dea526a8-1e8b-4001-b61b-655a583824ce url= /sdc/v1/artifactTypes
2021-08-21T07:03:58.097Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-21T07:03:58.844Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-21T07:03:58.884Z||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-21T07:03:58.928Z||scheduling-1|||||DEBUG|500||create keys
2021-08-21T07:03:58.936Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-21T07:03:58.974Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:03:59.008Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1d802bec-0f71-4e5e-b421-e92ae4887987 url= /sdc/v1/registerForDistribution
2021-08-21T07:03:59.165Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1d802bec-0f71-4e5e-b421-e92ae4887987 url= /sdc/v1/registerForDistribution
2021-08-21T07:03:59.165Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-21T07:03:59.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:03:59.179Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:03:59.185Z||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-21T07:03:59.185Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:03:59.184Z||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-21T07:03:59.186Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:03:59.190Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-21T07:04:09.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:04:09.624Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:04:59.178Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:04:59.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:04:59.182Z||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-21T07:04:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:04:59.187Z||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-21T07:04:59.187Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:05:08.763Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:05:08.787Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:05:59.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:05:59.179Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:05:59.182Z||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-21T07:05:59.182Z||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-21T07:05:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:05:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:06:08.750Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:06:08.751Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:06:59.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:06:59.179Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:06:59.185Z||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-21T07:06:59.186Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:06:59.186Z||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-21T07:06:59.186Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:07:08.783Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:07:08.796Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:07:59.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:07:59.178Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:07:59.182Z||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-21T07:07:59.182Z||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-21T07:07:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:07:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:08:08.793Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:08:08.814Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:08:59.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:08:59.178Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:08:59.181Z||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-21T07:08:59.181Z||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-21T07:08:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:08:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:09:08.744Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:09:08.792Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:09:59.178Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:09:59.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:09:59.181Z||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-21T07:09:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:09:59.181Z||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-21T07:09:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:10:08.755Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:10:08.762Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:10:59.178Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:10:59.178Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:10:59.187Z||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-21T07:10:59.188Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:10:59.191Z||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-21T07:10:59.192Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:11:08.790Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:11:08.801Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:11:59.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:11:59.178Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:11:59.182Z||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-21T07:11:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:11:59.183Z||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-21T07:11:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:12:08.748Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:12:08.752Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:12:59.177Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:12:59.180Z||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-21T07:12:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:12:59.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:12:59.184Z||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-21T07:12:59.185Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:13:01.393Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-21T07:13:08.786Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:13:08.790Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:13:59.177Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:13:59.182Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:13:59.184Z||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-21T07:13:59.181Z||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-21T07:13:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:13:59.186Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:14:08.767Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:14:08.771Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:14:59.180Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:14:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:14:59.185Z||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-21T07:14:59.185Z||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-21T07:14:59.186Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:14:59.190Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:15:08.757Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:15:08.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:15:59.177Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:15:59.179Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:15:59.182Z||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-21T07:15:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:15:59.183Z||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-21T07:15:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:16:08.761Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:16:08.761Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:16:59.178Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:16:59.176Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:16:59.181Z||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-21T07:16:59.181Z||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-21T07:16:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:16:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:17:08.732Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:17:08.732Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:17:59.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:17:59.178Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:17:59.180Z||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-21T07:17:59.180Z||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-21T07:17:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:17:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:18:08.760Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:18:08.760Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:18:59.178Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:18:59.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:18:59.181Z||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-21T07:18:59.181Z||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-21T07:18:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:18:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:19:08.761Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:19:08.766Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:19:59.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:19:59.179Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:19:59.182Z||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-21T07:19:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:19:59.182Z||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-21T07:19:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:20:08.755Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:20:08.755Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:20:59.179Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:20:59.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:20:59.185Z||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-21T07:20:59.185Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:20:59.185Z||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-21T07:20:59.186Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:21:08.759Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:21:08.766Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:21:59.179Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:21:59.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:21:59.183Z||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-21T07:21:59.183Z||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-21T07:21:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:21:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:22:08.795Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:22:08.810Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:22:59.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:22:59.178Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:22:59.180Z||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-21T07:22:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:22:59.180Z||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-21T07:22:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:23:08.740Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:23:08.749Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:23:59.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:23:59.180Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:23:59.181Z||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-21T07:23:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:23:59.181Z||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-21T07:23:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:24:08.779Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:24:08.785Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:24:59.176Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:24:59.178Z||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-21T07:24:59.178Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:24:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:24:59.179Z||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-21T07:24:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:25:08.815Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:25:08.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:25:59.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:25:59.178Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:25:59.180Z||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-21T07:25:59.180Z||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-21T07:25:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:25:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:26:08.786Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:26:08.786Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:26:59.178Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:26:59.178Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:26:59.184Z||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-21T07:26:59.185Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:26:59.184Z||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-21T07:26:59.186Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:27:08.796Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:27:08.796Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:27:59.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:27:59.179Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:27:59.183Z||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-21T07:27:59.183Z||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-21T07:27:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:27:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:28:08.744Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:28:08.820Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:28:59.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:28:59.179Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:28:59.183Z||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-21T07:28:59.183Z||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-21T07:28:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:28:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:29:08.753Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:29:08.753Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:29:59.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:29:59.178Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:29:59.180Z||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-21T07:29:59.180Z||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-21T07:29:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:29:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:30:08.778Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:30:08.801Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:30:59.179Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:30:59.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:30:59.182Z||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-21T07:30:59.182Z||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-21T07:30:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:30:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:31:08.752Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:31:08.754Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:31:59.179Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:31:59.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:31:59.181Z||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-21T07:31:59.181Z||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-21T07:31:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:31:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:32:08.767Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:32:08.779Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:32:59.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:32:59.179Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:32:59.180Z||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-21T07:32:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:32:59.185Z||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-21T07:32:59.185Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:33:08.794Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:33:08.795Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:33:59.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:33:59.178Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:33:59.180Z||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-21T07:33:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:33:59.186Z||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-21T07:33:59.187Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:34:08.741Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:34:08.741Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:34:59.179Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:34:59.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:34:59.182Z||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-21T07:34:59.182Z||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-21T07:34:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:34:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:35:08.750Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:35:08.750Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:35:59.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:35:59.178Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:35:59.180Z||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-21T07:35:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:35:59.181Z||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-21T07:35:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:36:08.768Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:36:08.773Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:36:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:36:59.178Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:36:59.181Z||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-21T07:36:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:36:59.181Z||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-21T07:36:59.185Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:37:08.751Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:37:08.754Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:37:59.178Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:37:59.179Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:37:59.187Z||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-21T07:37:59.187Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:37:59.191Z||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-21T07:37:59.191Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:38:08.794Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:38:08.794Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:38:59.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:38:59.178Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:38:59.183Z||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-21T07:38:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:38:59.187Z||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-21T07:38:59.187Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:39:08.751Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:39:08.769Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:39:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:39:59.178Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:39:59.180Z||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-21T07:39:59.180Z||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-21T07:39:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:39:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:40:08.792Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:40:08.809Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:40:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:40:59.179Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:40:59.182Z||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-21T07:40:59.182Z||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-21T07:40:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:40:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:41:08.743Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:41:08.752Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:41:59.178Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:41:59.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:41:59.182Z||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-21T07:41:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:41:59.182Z||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-21T07:41:59.190Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oAacD9WsXBZqaRpw) ...
2021-08-21T07:42:08.787Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:42:08.793Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:42:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:42:59.178Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:42:59.179Z||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-21T07:42:59.179Z||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-21T07:42:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:42:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:43:08.754Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:43:08.758Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:43:59.178Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:43:59.180Z||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-21T07:43:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:43:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:43:59.189Z||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-21T07:43:59.190Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:44:08.745Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:44:08.746Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:44:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:44:59.178Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:44:59.179Z||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-21T07:44:59.179Z||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-21T07:44:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:44:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:45:08.761Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:45:08.787Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:45:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:45:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:45:59.181Z||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-21T07:45:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:45:59.181Z||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-21T07:45:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:46:08.794Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:46:08.797Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:46:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:46:59.179Z||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-21T07:46:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:46:59.180Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:46:59.181Z||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-21T07:46:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:47:08.744Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:47:08.757Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:47:59.179Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:47:59.176Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:47:59.181Z||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-21T07:47:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:47:59.181Z||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-21T07:47:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:48:08.748Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:48:08.748Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:48:59.176Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:48:59.178Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:48:59.179Z||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-21T07:48:59.179Z||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-21T07:48:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:48:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:49:08.737Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:49:08.738Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:49:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:49:59.180Z||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-21T07:49:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:49:59.176Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:49:59.185Z||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-21T07:49:59.185Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:50:08.781Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:50:08.801Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:50:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:50:59.178Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:50:59.180Z||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-21T07:50:59.180Z||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-21T07:50:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:50:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:51:08.759Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:51:08.760Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:51:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:51:59.178Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:51:59.179Z||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-21T07:51:59.179Z||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-21T07:51:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:51:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:52:08.784Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:52:08.787Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:52:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:52:59.178Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:52:59.182Z||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-21T07:52:59.182Z||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-21T07:52:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:52:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:53:08.748Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:53:08.748Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:53:59.178Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:53:59.180Z||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-21T07:53:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:53:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:53:59.187Z||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-21T07:53:59.188Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:54:08.749Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:54:08.754Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:54:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:54:59.178Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:54:59.180Z||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-21T07:54:59.180Z||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-21T07:54:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:54:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:55:08.794Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:55:08.800Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:55:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:55:59.178Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:55:59.178Z||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-21T07:55:59.179Z||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-21T07:55:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:55:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:56:08.725Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:56:08.727Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:56:59.178Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:56:59.178Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:56:59.179Z||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-21T07:56:59.179Z||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-21T07:56:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:56:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:57:08.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:57:08.788Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:57:59.176Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:57:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:57:59.180Z||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-21T07:57:59.180Z||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-21T07:57:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:57:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:58:08.740Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:58:08.740Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:58:59.176Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:58:59.179Z||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-21T07:58:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:58:59.182Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:58:59.183Z||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-21T07:58:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:59:08.762Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:59:08.762Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T07:59:59.176Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:59:59.178Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T07:59:59.179Z||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-21T07:59:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T07:59:59.179Z||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-21T07:59:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:00:08.759Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:00:08.760Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:00:59.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:00:59.178Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:00:59.181Z||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-21T08:00:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:00:59.181Z||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-21T08:00:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:01:08.744Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:01:08.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:01:59.176Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:01:59.178Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:01:59.181Z||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-21T08:01:59.181Z||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-21T08:01:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:01:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:02:08.746Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:02:08.746Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:02:59.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:02:59.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:02:59.179Z||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-21T08:02:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:02:59.180Z||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-21T08:02:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:03:08.746Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:03:08.746Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:03:59.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:03:59.178Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:03:59.179Z||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-21T08:03:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:03:59.179Z||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-21T08:03:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:04:08.736Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:04:08.738Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:04:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:04:59.178Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:04:59.180Z||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-21T08:04:59.180Z||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-21T08:04:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:04:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:05:08.838Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:05:08.841Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:05:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:05:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:05:59.182Z||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-21T08:05:59.182Z||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-21T08:05:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:05:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:06:08.790Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:06:08.807Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:06:59.176Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:06:59.178Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:06:59.180Z||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-21T08:06:59.180Z||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-21T08:06:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:06:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:07:08.799Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:07:08.799Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:07:59.178Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:07:59.176Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:07:59.181Z||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-21T08:07:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:07:59.181Z||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-21T08:07:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:08:08.760Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:08:08.760Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:08:59.176Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:08:59.178Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:08:59.179Z||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-21T08:08:59.179Z||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-21T08:08:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:08:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:09:08.773Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:09:08.773Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:09:59.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:09:59.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:09:59.182Z||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-21T08:09:59.182Z||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-21T08:09:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:09:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:10:08.747Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:10:08.749Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:10:59.178Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:10:59.178Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:10:59.182Z||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-21T08:10:59.182Z||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-21T08:10:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:10:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:11:08.744Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:11:08.828Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:11:59.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:11:59.178Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:11:59.181Z||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-21T08:11:59.181Z||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-21T08:11:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:11:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:12:08.754Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:12:08.754Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:12:59.178Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:12:59.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:12:59.188Z||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-21T08:12:59.188Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:12:59.190Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-21T08:12:59.190Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:13:08.791Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:13:08.791Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:13:59.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:13:59.179Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:13:59.182Z||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-21T08:13:59.182Z||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-21T08:13:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:13:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:14:08.841Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:14:08.851Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:14:59.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:14:59.178Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:14:59.180Z||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-21T08:14:59.180Z||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-21T08:14:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:14:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:15:08.779Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:15:08.805Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:15:59.176Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:15:59.178Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:15:59.179Z||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-21T08:15:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:15:59.179Z||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-21T08:15:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:15:59.603Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:15:59.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "dcae-sch",
  "timestamp": 1629533726199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629533732826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629533732826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "NOTIFIED"
}
2021-08-21T08:15:59.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "dcae-sch",
  "timestamp": 1629533726199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629533734802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629533732826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-21T08:15:59.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "dcae-sch",
  "timestamp": 1629533726199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "cds",
  "timestamp": 1629533735783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629533734802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629533732826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "dcae-sch",
  "timestamp": 1629533726199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "cds",
  "timestamp": 1629533735783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629533734802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629533732826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-21T08:15:59.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "dcae-sch",
  "timestamp": 1629533726199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "policy-id",
  "timestamp": 1629533737665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "cds",
  "timestamp": 1629533735783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629533734802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629533732826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "policy-id",
  "timestamp": 1629533737665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "dcae-sch",
  "timestamp": 1629533726199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "cds",
  "timestamp": 1629533735783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629533734802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629533732826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:15:59.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "dcae-sch",
  "timestamp": 1629533726199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "policy-id",
  "timestamp": 1629533737665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-21T08:15:59.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "cds",
  "timestamp": 1629533735783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629533734802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "policy-id",
  "timestamp": 1629533737665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "cds",
  "timestamp": 1629533735783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629533734802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:15:59.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629533742256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:15:59.705Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:15:59.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "policy-id",
  "timestamp": 1629533737665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "cds",
  "timestamp": 1629533735783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:15:59.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "policy-id",
  "timestamp": 1629533737665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629533743754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:15:59.706Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:15:59.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "policy-id",
  "timestamp": 1629533737665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:15:59.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629533744486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:15:59.707Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:15:59.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629533744099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "cds",
  "timestamp": 1629533744857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:15:59.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:15:59.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629533744099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:15:59.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:15:59.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "cds",
  "timestamp": 1629533745915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-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-21T08:15:59.810Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:15:59.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-21T08:15:59.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"29a1022f-e896-4fff-9391-f1a5c24fc770","serviceName":"vFW 2021-08-21 08-11-48","serviceVersion":"1.0","serviceUUID":"b59cdf7e-0eba-4da0-a49d-1a87241d256f","serviceDescription":"catalog service description","serviceInvariantUUID":"6c3571fb-0e72-4a73-b826-f740baa20ff2","resources":[{"resourceInstanceName":"vFW 3cf4d74f-eb72 0","resourceName":"vFW 3cf4d74f-eb72","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"407065f9-809f-4d5d-b4df-4d3170d84021","resourceInvariantUUID":"78dc04b5-f577-4aed-88b1-9f5e9a940bc6","resourceCustomizationUUID":"28d590ef-91a7-486d-8775-29d67b8613d0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vf-license-model.xml","artifactChecksum":"MTIxZWE3ODlkMDhmYmU4ZTNlNWU4MmMwMDEwYjZkMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86475783-68af-4f45-9a1a-973f53ea23ba","artifactVersion":"1"},{"artifactName":"vfw3cf4d74feb720_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json","artifactChecksum":"MjhiOWVhMWMwOWQ4M2U5YmM4YjhiODhhZTI4ZWQ3OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc416a8c-919e-4e1c-85fd-d445e05e507c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"936f6399-251e-427b-a46d-7ed5541e7b9b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vendor-license-model.xml","artifactChecksum":"MDI2YjM2MmE5N2U0NDhlMGNkMmZlZGU3ZTJiYTNhYWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"efe0684d-dfaf-40ae-a931-fb6d33b0e9ca","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"115772be-53ce-437b-806f-23cfb944c21c","artifactVersion":"2","generatedFromUUID":"936f6399-251e-427b-a46d-7ed5541e7b9b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210821081148-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-template.yml","artifactChecksum":"OTViZDQzZDAwM2U4OThmMDNkOTdmZTk1ODEwNzcwMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"72876b66-668e-46b4-9ad2-d6dc38e79f51","artifactVersion":"1"},{"artifactName":"service-Vfw20210821081148-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar","artifactChecksum":"OGFlYTU0NWFkZmJhNDg5ZDNiNTkxNzlmZjk0ZTgzNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55099960-4686-42f7-b7a9-d46c9818b6b2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-21T08:15:59.820Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:15:59.832Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:15:59.859Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:15:59.860Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533759176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-21T08:15:59.950Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2021-08-21T08:15:59.957Z||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-21T08:15:59.957Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-21T08:15:59.983Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29a1022f-e896-4fff-9391-f1a5c24fc770
2021-08-21T08:16:00.008Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:00.009Z||pool-3-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:16:00.025Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a1022f-e896-4fff-9391-f1a5c24fc770 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-21T08:16:00.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629533744099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:00.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629533746676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:16:00.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:16:00.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "policy-id",
  "timestamp": 1629533747137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:16:00.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:16:00.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "clamp",
  "timestamp": 1629533746909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:00.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629533744099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:00.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "policy-id",
  "timestamp": 1629533748145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:16:00.079Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:16:00.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "clamp",
  "timestamp": 1629533746909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "NOTIFIED"
}
2021-08-21T08:16:00.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629533744099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:00.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629533748755,
  "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-21T08:16:00.102Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29a1022f-e896-4fff-9391-f1a5c24fc770
2021-08-21T08:16:00.103Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a1022f-e896-4fff-9391-f1a5c24fc770 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-21T08:16:00.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "policy-id",
  "timestamp": 1629533749149,
  "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-21T08:16:00.126Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29a1022f-e896-4fff-9391-f1a5c24fc770
2021-08-21T08:16:00.126Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a1022f-e896-4fff-9391-f1a5c24fc770 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-21T08:16:00.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629533749474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:16:00.142Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:16:00.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "clamp",
  "timestamp": 1629533746909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:00.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629533744099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:00.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629533749770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-21T08:16:00.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:16:00.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629533750478,
  "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-21T08:16:00.154Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29a1022f-e896-4fff-9391-f1a5c24fc770
2021-08-21T08:16:00.155Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a1022f-e896-4fff-9391-f1a5c24fc770 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-21T08:16:00.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "clamp",
  "timestamp": 1629533746909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:00.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629533744099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:00.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "clamp",
  "timestamp": 1629533746909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:00.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "clamp",
  "timestamp": 1629533746909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:00.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "clamp",
  "timestamp": 1629533746909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:16:00.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "aai-ml",
  "timestamp": 1629533753729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:00.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "aai-ml",
  "timestamp": 1629533753729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:00.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "aai-ml",
  "timestamp": 1629533753729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:00.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "aai-ml",
  "timestamp": 1629533753729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:00.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-21T08:16:00.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "aai-ml",
  "timestamp": 1629533753729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:00.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:16:00.870Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:16:00.872Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:16:00.874Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:16:00.874Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533759176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "NOTIFIED"
}
2021-08-21T08:16:00.974Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:16:00.975Z||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-21T08:16:00.975Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:16:00.986Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:00.987Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:16:01.874Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:16:01.876Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:16:01.880Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:16:01.880Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533759176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-21T08:16:01.980Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:16:01.981Z||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-21T08:16:01.981Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:16:02.004Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:02.005Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:16:02.882Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:16:02.883Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:16:02.886Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:16:02.886Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533759176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:02.987Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T08:16:02.988Z||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-21T08:16:02.988Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:16:03.001Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:03.002Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:16:03.887Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:16:03.888Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:16:03.894Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:16:03.894Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533759176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-21T08:16:03.991Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-08-21T08:16:03.993Z||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-21T08:16:03.993Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:16:04.005Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:04.006Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:16:04.894Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:16:04.896Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:16:04.900Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:16:04.900Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533759176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:05.000Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:16:05.008Z||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-21T08:16:05.008Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:16:05.023Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:05.023Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:16:05.901Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:16:05.902Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:16:05.904Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:16:05.905Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533759176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:16:06.005Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:16:06.006Z||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-21T08:16:06.006Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:16:06.039Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:06.040Z||pool-9-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:16:06.908Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "serviceName": "vFW 2021-08-21 08-11-48",
  "serviceVersion": "1.0",
  "serviceUUID": "b59cdf7e-0eba-4da0-a49d-1a87241d256f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6c3571fb-0e72-4a73-b826-f740baa20ff2",
  "resources": [
    {
      "resourceInstanceName": "vFW 3cf4d74f-eb72 0",
      "resourceCustomizationUUID": "28d590ef-91a7-486d-8775-29d67b8613d0",
      "resourceName": "vFW 3cf4d74f-eb72",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "407065f9-809f-4d5d-b4df-4d3170d84021",
      "resourceInvariantUUID": "78dc04b5-f577-4aed-88b1-9f5e9a940bc6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3cf4d74feb720_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
          "artifactChecksum": "MjhiOWVhMWMwOWQ4M2U5YmM4YjhiODhhZTI4ZWQ3OTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc416a8c-919e-4e1c-85fd-d445e05e507c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "936f6399-251e-427b-a46d-7ed5541e7b9b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "115772be-53ce-437b-806f-23cfb944c21c",
            "generatedFromUUID": "936f6399-251e-427b-a46d-7ed5541e7b9b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "115772be-53ce-437b-806f-23cfb944c21c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210821081148-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
      "artifactChecksum": "OGFlYTU0NWFkZmJhNDg5ZDNiNTkxNzlmZjk0ZTgzNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "55099960-4686-42f7-b7a9-d46c9818b6b2"
    }
  ],
  "workloadContext": "Production"
}
2021-08-21T08:16:06.916Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-21T08:16:06.917Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b59cdf7e-0eba-4da0-a49d-1a87241d256f ASDC
2021-08-21T08:16:07.165Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:29a1022f-e896-4fff-9391-f1a5c24fc770
ServiceName:vFW 2021-08-21 08-11-48
ServiceVersion:1.0
ServiceUUID:b59cdf7e-0eba-4da0-a49d-1a87241d256f
ServiceInvariantUUID:6c3571fb-0e72-4a73-b826-f740baa20ff2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210821081148-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar
ArtifactUUID:55099960-4686-42f7-b7a9-d46c9818b6b2
ArtifactChecksum:OGFlYTU0NWFkZmJhNDg5ZDNiNTkxNzlmZjk0ZTgzNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3cf4d74f-eb72 0
ResourceCustomizationUUID:28d590ef-91a7-486d-8775-29d67b8613d0
ResourceInvariantUUID:78dc04b5-f577-4aed-88b1-9f5e9a940bc6
ResourceName:vFW 3cf4d74f-eb72
ResourceType:VF
ResourceUUID:407065f9-809f-4d5d-b4df-4d3170d84021
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3cf4d74feb720_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json
ArtifactUUID:dc416a8c-919e-4e1c-85fd-d445e05e507c
ArtifactChecksum:MjhiOWVhMWMwOWQ4M2U5YmM4YjhiODhhZTI4ZWQ3OTM=
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/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml
ArtifactUUID:936f6399-251e-427b-a46d-7ed5541e7b9b
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/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env
ArtifactUUID:115772be-53ce-437b-806f-23cfb944c21c
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/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env
ArtifactUUID:115772be-53ce-437b-806f-23cfb944c21c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-21T08:16:07.166Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b59cdf7e-0eba-4da0-a49d-1a87241d256f 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-21T08:16:07.245Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-21T08:16:07.246Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-21T08:16:07.247Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-21T08:16:07.247Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 55099960-4686-42f7-b7a9-d46c9818b6b2 from URL: /sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar
2021-08-21T08:16:07.247Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-21T08:16:07.249Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar
2021-08-21T08:16:08.381Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-21T08:16:08.401Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar 55099960-4686-42f7-b7a9-d46c9818b6b2 98752
2021-08-21T08:16:08.403Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar ASDC sendASDCNotification
2021-08-21T08:16:08.403Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar
2021-08-21T08:16:08.404Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-21T08:16:08.405Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:16:08.409Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:16:08.409Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533768402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:16:08.509Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:16:08.511Z||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-21T08:16:08.512Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:16:08.524Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:08.525Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:16:09.410Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-21T08:16:09.412Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-21T08:16:09.413Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 55099960-4686-42f7-b7a9-d46c9818b6b2, URL: /sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar to file: /app/ASDC/1/service-Vfw20210821081148-csar.csar
2021-08-21T08:16:09.414Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210821081148-csar.csar
2021-08-21T08:16:09.645Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210821081148-csar.csar
2021-08-21T08:16:09.645Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210821081148-csar.csar
2021-08-21T08:16:10.595Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13171583121517047411/Definitions/service-Vfw20210821081148-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-08-21T08:16:14.574Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-21T08:16:14.584Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-21T08:16:14.584Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210821081148-csar.csar
2021-08-21T08:16:14.585Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-21T08:16:14.585Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||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-Vfw20210821081148-csar.csar
2021-08-21T08:16:14.586Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||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-Vfw20210821081148-csar.csar
2021-08-21T08:16:14.586Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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-Vfw20210821081148-csar.csar
2021-08-21T08:16:14.586Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210821081148-csar.csar
2021-08-21T08:16:14.587Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210821081148-csar.csar
2021-08-21T08:16:14.587Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||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-Vfw20210821081148-csar.csar
2021-08-21T08:16:14.587Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3cf4d74f-eb72 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-Vfw20210821081148-csar.csar
2021-08-21T08:16:14.587Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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-Vfw20210821081148-csar.csar
2021-08-21T08:16:14.587Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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-Vfw20210821081148-csar.csar
2021-08-21T08:16:14.588Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210821081148-csar.csar
2021-08-21T08:16:14.588Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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-Vfw20210821081148-csar.csar
2021-08-21T08:16:14.588Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210821081148-csar.csar
2021-08-21T08:16:14.588Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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-Vfw20210821081148-csar.csar
2021-08-21T08:16:14.589Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-21T08:16:14.601Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:14.604Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:16:14.613Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is matching search criteria
2021-08-21T08:16:14.614Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-21T08:16:14.617Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3cf4d74f-eb72 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-21T08:16:14.619Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:14.620Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:16:14.620Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is matching search criteria
2021-08-21T08:16:14.620Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-21T08:16:14.620Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3cf4d74f-eb72 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-21T08:16:14.621Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:14.621Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:16:14.625Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:14.626Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is not matching search criteria
2021-08-21T08:16:14.626Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-21T08:16:14.627Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-21T08:16:14.627Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-21T08:16:14.627Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-21T08:16:14.628Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-21T08:16:14.628Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-21T08:16:14.628Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-21T08:16:14.629Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-21T08:16:14.629Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-21T08:16:14.629Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-21T08:16:14.629Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-21T08:16:14.629Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-21T08:16:14.630Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-21T08:16:14.630Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-21T08:16:14.630Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-21T08:16:14.630Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-21T08:16:14.630Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:14.631Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-21T08:16:14.632Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:14.632Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is matching search criteria
2021-08-21T08:16:14.633Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3cf4d74f-eb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:16:14.633Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:14.633Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is matching search criteria
2021-08-21T08:16:14.634Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3cf4d74f-eb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:16:14.635Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:14.636Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is matching search criteria
2021-08-21T08:16:14.636Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3cf4d74f-eb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:16:14.636Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:14.636Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is not matching search criteria
2021-08-21T08:16:14.636Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-21T08:16:14.637Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-21T08:16:14.637Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-21T08:16:14.637Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-21T08:16:14.637Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-21T08:16:14.637Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-21T08:16:14.638Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-21T08:16:14.638Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-21T08:16:14.638Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-21T08:16:14.638Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-21T08:16:14.639Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-21T08:16:14.639Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bd48c5a2-8a14-4da9-b43e-c18510a41acb
2021-08-21T08:16:14.639Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:14.639Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is not matching search criteria
2021-08-21T08:16:14.639Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-21T08:16:14.639Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-21T08:16:14.640Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-21T08:16:14.640Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-21T08:16:14.640Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-21T08:16:14.640Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-21T08:16:14.640Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-21T08:16:14.641Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-21T08:16:14.641Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-21T08:16:14.641Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-21T08:16:14.641Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-21T08:16:14.641Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-21T08:16:14.641Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b8bc17f-9352-40e2-9507-32331dbbffff
2021-08-21T08:16:14.642Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:14.642Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is not matching search criteria
2021-08-21T08:16:14.642Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-21T08:16:14.642Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-21T08:16:14.642Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-21T08:16:14.643Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-21T08:16:14.643Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-21T08:16:14.643Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-21T08:16:14.643Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-21T08:16:14.643Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-21T08:16:14.643Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-21T08:16:14.644Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-21T08:16:14.644Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-21T08:16:14.644Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-21T08:16:14.644Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4a439a2a-8ff4-46b7-83d9-11f77a1940bb
2021-08-21T08:16:14.644Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:14.645Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:16:14.645Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:14.645Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:16:14.645Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:14.645Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:16:14.646Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:14.646Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:16:14.646Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-08-21 08-11-48
Description:catalog service description
Model UUID:b59cdf7e-0eba-4da0-a49d-1a87241d256f
Model Version:NULL
Model InvariantUuid:6c3571fb-0e72-4a73-b826-f740baa20ff2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3cf4d74f-eb72
Model UUID:e183f9fc-6d30-4441-8b12-34e85f1c6426
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:78dc04b5-f577-4aed-88b1-9f5e9a940bc6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:28d590ef-91a7-486d-8775-29d67b8613d0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7c23f579-8503-4f15-b51f-c75229bd5eea
ModelName:Vfw3cf4d74fEb72..base_vfw..module-0
ModelUuid:089d3c29-87a1-40ab-b414-dca3db2db5e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bd48c5a2-8a14-4da9-b43e-c18510a41acb
ModelInvariantUuid:eb09afdc-6351-466f-8e1f-78a1f89ca397
ModelName:vFW 3cf4d74f-eb72-nodes.vfwCvfc
ModelUuid:cb865592-a1f4-4f87-8938-7b48debccdc6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:53de86cd-f869-4c9d-a1e6-643dfc655a49
ModelInvariantUuid:f21dc96b-b054-4a12-88fb-fc2e46e34a6b
ModelName:Vfw3cf4d74fEb72.compute.nodes.heat.vfw
ModelUuid:a1f3e1a1-e64e-4f02-8377-515ebd3aed4c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0b8bc17f-9352-40e2-9507-32331dbbffff
ModelInvariantUuid:e0e072e1-fd7b-45e6-aa14-e0e72f780dca
ModelName:vFW 3cf4d74f-eb72-nodes.vsnCvfc
ModelUuid:2c4ce4a2-4fa2-4528-96f9-a75133a56433
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:cd24b4e0-08e3-40d9-a4ea-2372d11347d4
ModelInvariantUuid:83178420-c65a-4f6e-b9fc-f7b2987a531b
ModelName:Vfw3cf4d74fEb72.compute.nodes.heat.vsn
ModelUuid:7befb117-c49d-4f49-a4d9-a997f2375b08
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4a439a2a-8ff4-46b7-83d9-11f77a1940bb
ModelInvariantUuid:f0ef55f9-5fa3-400f-9f79-03e639bbb417
ModelName:vFW 3cf4d74f-eb72-nodes.vpgCvfc
ModelUuid:e0e8c931-d5a8-4983-ad47-d4d12dc0d007
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:66a1fc00-834e-490b-9136-c8a2e9d7735d
ModelInvariantUuid:04ec550d-9812-4c09-b7f9-d0d0bd13d707
ModelName:Vfw3cf4d74fEb72.compute.nodes.heat.vpg
ModelUuid:1e22e37b-a1a0-42e3-ab36-ef2666fcd51a
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-21T08:16:14.661Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 407065f9-809f-4d5d-b4df-4d3170d84021
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-21T08:16:14.792Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||vFW 3cf4d74f-eb72 0
2021-08-21T08:16:14.802Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 407065f9-809f-4d5d-b4df-4d3170d84021
2021-08-21T08:16:14.802Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dc416a8c-919e-4e1c-85fd-d445e05e507c from URL: /sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json
2021-08-21T08:16:14.802Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-21T08:16:14.803Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json
2021-08-21T08:16:15.249Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-21T08:16:15.254Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json dc416a8c-919e-4e1c-85fd-d445e05e507c 785
2021-08-21T08:16:15.254Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json ASDC sendASDCNotification
2021-08-21T08:16:15.254Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json
2021-08-21T08:16:15.254Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-21T08:16:15.255Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:16:15.259Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:16:15.259Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533775254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:16:15.359Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:16:15.362Z||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-21T08:16:15.362Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:16:15.385Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:15.387Z||pool-11-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:16:16.260Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3cf4d74fEb72..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7c23f579-8503-4f15-b51f-c75229bd5eea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "089d3c29-87a1-40ab-b414-dca3db2db5e1",
    "vfModuleModelCustomizationUUID": "2daea7c1-6966-451a-a3e6-65c20a7e06a0",
    "isBase": true,
    "artifacts": [
      "936f6399-251e-427b-a46d-7ed5541e7b9b",
      "115772be-53ce-437b-806f-23cfb944c21c"
    ],
    "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-21T08:16:16.288Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3cf4d74fEb72..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:089d3c29-87a1-40ab-b414-dca3db2db5e1
VfModuleModelInvariantUUID:7c23f579-8503-4f15-b51f-c75229bd5eea
VfModuleModelDescription:NULL
Artifacts UUID List:{
936f6399-251e-427b-a46d-7ed5541e7b9b
,
115772be-53ce-437b-806f-23cfb944c21c

}
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-21T08:16:16.292Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3cf4d74fEb72..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7c23f579-8503-4f15-b51f-c75229bd5eea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "089d3c29-87a1-40ab-b414-dca3db2db5e1",
    "vfModuleModelCustomizationUUID": "2daea7c1-6966-451a-a3e6-65c20a7e06a0",
    "isBase": true,
    "artifacts": [
      "936f6399-251e-427b-a46d-7ed5541e7b9b",
      "115772be-53ce-437b-806f-23cfb944c21c"
    ],
    "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-21T08:16:16.292Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3cf4d74fEb72..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:089d3c29-87a1-40ab-b414-dca3db2db5e1
VfModuleModelInvariantUUID:7c23f579-8503-4f15-b51f-c75229bd5eea
VfModuleModelDescription:NULL
Artifacts UUID List:{
936f6399-251e-427b-a46d-7ed5541e7b9b
,
115772be-53ce-437b-806f-23cfb944c21c

}
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-21T08:16:16.292Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 936f6399-251e-427b-a46d-7ed5541e7b9b from URL: /sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml
2021-08-21T08:16:16.292Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-21T08:16:16.292Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml
2021-08-21T08:16:18.646Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-21T08:16:18.648Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml 936f6399-251e-427b-a46d-7ed5541e7b9b 20368
2021-08-21T08:16:18.649Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-21T08:16:18.649Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml
2021-08-21T08:16:18.649Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-21T08:16:18.650Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:16:18.657Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:16:18.657Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533778649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:16:18.756Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T08:16:18.758Z||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-21T08:16:18.759Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:16:18.774Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:18.776Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:16:19.660Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 115772be-53ce-437b-806f-23cfb944c21c from URL: /sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env
2021-08-21T08:16:19.661Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-21T08:16:19.662Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env
2021-08-21T08:16:21.144Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-21T08:16:21.144Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env 115772be-53ce-437b-806f-23cfb944c21c 2098
2021-08-21T08:16:21.145Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-21T08:16:21.145Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env
2021-08-21T08:16:21.145Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-21T08:16:21.147Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:16:21.154Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:16:21.154Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533781145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:16:21.251Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-08-21T08:16:21.252Z||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-21T08:16:21.253Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:16:21.264Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:21.264Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:16:22.155Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b59cdf7e-0eba-4da0-a49d-1a87241d256f
2021-08-21T08:16:22.156Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3cf4d74f-eb72 0 407065f9-809f-4d5d-b4df-4d3170d84021 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-21T08:16:22.207Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.207Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:16:22.208Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-08-21T08:16:22.208Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 28d590ef-91a7-486d-8775-29d67b8613d0
2021-08-21T08:16:22.208Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 28d590ef-91a7-486d-8775-29d67b8613d0 matches Tosca VF Customization UUID: 28d590ef-91a7-486d-8775-29d67b8613d0
2021-08-21T08:16:22.208Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 28d590ef-91a7-486d-8775-29d67b8613d0  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-21T08:16:22.217Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.218Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:16:22.220Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 28d590ef-91a7-486d-8775-29d67b8613d0: {\"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-21T08:16:22.220Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20206268
2021-08-21T08:16:22.221Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.221Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-21T08:16:22.222Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2daea7c1-6966-451a-a3e6-65c20a7e06a0
2021-08-21T08:16:22.223Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2daea7c1-6966-451a-a3e6-65c20a7e06a0
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-21T08:16:22.231Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.232Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is matching search criteria
2021-08-21T08:16:22.232Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3cf4d74f-eb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:16:22.233Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.233Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is matching search criteria
2021-08-21T08:16:22.233Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3cf4d74f-eb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:16:22.234Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.234Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is not matching search criteria
2021-08-21T08:16:22.234Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-21T08:16:22.235Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-21T08:16:22.235Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-21T08:16:22.235Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-21T08:16:22.235Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-21T08:16:22.236Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-21T08:16:22.236Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-21T08:16:22.236Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-21T08:16:22.236Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-21T08:16:22.237Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-21T08:16:22.237Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-21T08:16:22.237Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bd48c5a2-8a14-4da9-b43e-c18510a41acb
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-21T08:16:22.246Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.246Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is matching search criteria
2021-08-21T08:16:22.247Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3cf4d74f-eb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:16:22.247Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.247Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is not matching search criteria
2021-08-21T08:16:22.247Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-21T08:16:22.248Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-21T08:16:22.248Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-21T08:16:22.248Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-21T08:16:22.248Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-21T08:16:22.248Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-21T08:16:22.249Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-21T08:16:22.249Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-21T08:16:22.249Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-21T08:16:22.249Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-21T08:16:22.249Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-21T08:16:22.250Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-21T08:16:22.250Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b8bc17f-9352-40e2-9507-32331dbbffff
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-21T08:16:22.252Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.253Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is matching search criteria
2021-08-21T08:16:22.253Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3cf4d74f-eb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:16:22.256Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.257Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is not matching search criteria
2021-08-21T08:16:22.257Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-21T08:16:22.257Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-21T08:16:22.257Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-21T08:16:22.258Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-21T08:16:22.258Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-21T08:16:22.258Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-21T08:16:22.258Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-21T08:16:22.259Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-21T08:16:22.259Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-21T08:16:22.259Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-21T08:16:22.259Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-21T08:16:22.260Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-21T08:16:22.260Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4a439a2a-8ff4-46b7-83d9-11f77a1940bb
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-21T08:16:22.263Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.263Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is matching search criteria
2021-08-21T08:16:22.263Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3cf4d74f-eb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:16:22.263Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.264Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Node template vFW 3cf4d74f-eb72 0 is matching search criteria
2021-08-21T08:16:22.264Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3cf4d74f-eb72 0] matching following query criteria: sdcType=VF, customizationUUID=28d590ef-91a7-486d-8775-29d67b8613d0
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-21T08:16:22.266Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.266Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:16:22.267Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b59cdf7e-0eba-4da0-a49d-1a87241d256f: vFW 3cf4d74f-eb72
2021-08-21T08:16:22.267Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.267Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:16:22.268Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.268Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:16:22.268Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.268Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:16:22.269Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.269Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:16:22.269Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:16:22.269Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-21 08-11-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:16:22.270Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-08-21 08-11-48 
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-21T08:16:22.600Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3cf4d74f-eb72 407065f9-809f-4d5d-b4df-4d3170d84021 1 ASDC deployResourceStructure
2021-08-21T08:16:22.601Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json ASDC sendASDCNotification
2021-08-21T08:16:22.601Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json
2021-08-21T08:16:22.601Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-21T08:16:22.602Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:16:22.604Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:16:22.604Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533782601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-21T08:16:22.704Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:16:22.706Z||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-21T08:16:22.706Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:16:22.715Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:22.716Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:16:23.606Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-21T08:16:23.607Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml
2021-08-21T08:16:23.607Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-21T08:16:23.607Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:16:23.609Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:16:23.609Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533783606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-21T08:16:23.710Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:16:23.711Z||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-21T08:16:23.712Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:16:23.724Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:23.725Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:16:24.611Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-21T08:16:24.611Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env
2021-08-21T08:16:24.614Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-21T08:16:24.614Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:16:24.616Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:16:24.617Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533784611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-21T08:16:24.717Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:16:24.718Z||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-21T08:16:24.718Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:16:24.728Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:24.728Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:16:25.619Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar ASDC sendASDCNotification
2021-08-21T08:16:25.619Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar
2021-08-21T08:16:25.619Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-21T08:16:25.620Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:16:25.622Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:16:25.622Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533785618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:16:25.722Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:16:25.724Z||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-21T08:16:25.724Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:16:25.733Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:25.733Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:16:26.624Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29a1022f-e896-4fff-9391-f1a5c24fc770
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:16:26.650Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29a1022f-e896-4fff-9391-f1a5c24fc770
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:16:26.656Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:16:26.656Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-21T08:16:26.656Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-21T08:16:56.657Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29a1022f-e896-4fff-9391-f1a5c24fc770
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:16:56.688Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29a1022f-e896-4fff-9391-f1a5c24fc770
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:16:56.692Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:16:56.692Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-21T08:16:56.692Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-21T08:16:59.180Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:16:59.181Z||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-21T08:16:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:16:59.209Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:16:59.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:16:59.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "aai-ml",
  "timestamp": 1629533753729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:16:59.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:17:26.693Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29a1022f-e896-4fff-9391-f1a5c24fc770
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:17:26.721Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29a1022f-e896-4fff-9391-f1a5c24fc770
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:17:26.728Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:17:26.728Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-21T08:17:26.728Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-21T08:17:56.730Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29a1022f-e896-4fff-9391-f1a5c24fc770
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:17:56.746Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29a1022f-e896-4fff-9391-f1a5c24fc770
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:17:56.750Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:17:56.750Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-21T08:17:56.750Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-21T08:17:59.180Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:17:59.183Z||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-21T08:17:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:17:59.250Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:17:59.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:17:59.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533759176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:17:59.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:18:26.751Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29a1022f-e896-4fff-9391-f1a5c24fc770
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:18:26.784Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29a1022f-e896-4fff-9391-f1a5c24fc770
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:18:26.795Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:18:26.795Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-21T08:18:26.795Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-21T08:18:56.799Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29a1022f-e896-4fff-9391-f1a5c24fc770
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:18:56.820Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29a1022f-e896-4fff-9391-f1a5c24fc770
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:18:56.824Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:18:56.824Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-21T08:18:56.824Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-21T08:18:59.180Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:18:59.182Z||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-21T08:18:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:18:59.716Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:18:59.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "aai-ml",
  "timestamp": 1629533753729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:18:59.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:18:59.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533759176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "NOTIFIED"
}
2021-08-21T08:18:59.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:18:59.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533759176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-21T08:18:59.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:18:59.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "aai-ml",
  "timestamp": 1629533762820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:18:59.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:18:59.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533759176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:18:59.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:18:59.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533759176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-21T08:18:59.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:18:59.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533759176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:18:59.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:18:59.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533759176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:18:59.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:18:59.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "clamp",
  "timestamp": 1629533767091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:18:59.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:18:59.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533768402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:18:59.732Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:18:59.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "clamp",
  "timestamp": 1629533769100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:18:59.733Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:18:59.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "clamp",
  "timestamp": 1629533770104,
  "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-21T08:18:59.742Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29a1022f-e896-4fff-9391-f1a5c24fc770
2021-08-21T08:18:59.743Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a1022f-e896-4fff-9391-f1a5c24fc770 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-21T08:18:59.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533775254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:18:59.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:18:59.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533778649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:18:59.759Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:18:59.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533781145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:18:59.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:18:59.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "aai-ml",
  "timestamp": 1629533781959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:18:59.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:18:59.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533782601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/vfw3cf4d74feb720_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-21T08:18:59.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:18:59.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "aai-ml",
  "timestamp": 1629533782964,
  "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-21T08:18:59.766Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29a1022f-e896-4fff-9391-f1a5c24fc770
2021-08-21T08:18:59.767Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a1022f-e896-4fff-9391-f1a5c24fc770 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-21T08:18:59.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533783606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-21T08:18:59.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:18:59.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533784611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/resourceInstances/vfw3cf4d74feb720/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-21T08:18:59.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:18:59.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:18:59.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629533785618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210821081148/1.0/artifacts/service-Vfw20210821081148-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:18:59.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:19:26.825Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29a1022f-e896-4fff-9391-f1a5c24fc770
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:19:26.852Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29a1022f-e896-4fff-9391-f1a5c24fc770
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:19:26.861Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:19:26.861Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-21T08:19:26.861Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-21T08:19:26.862Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-21T08:19:26.862Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:19:26.862Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:19:26.862Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:19:26.862Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:19:26.863Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:19:26.863Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:19:26.863Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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-21T08:19:26.873Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-21T08:19:56.875Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29a1022f-e896-4fff-9391-f1a5c24fc770 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-21T08:19:56.920Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29a1022f-e896-4fff-9391-f1a5c24fc770 and serviceModelVersionId: b59cdf7e-0eba-4da0-a49d-1a87241d256f
2021-08-21T08:19:56.920Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c3571fb-0e72-4a73-b826-f740baa20ff2
2021-08-21T08:19:59.179Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:19:59.181Z||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-21T08:19:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:20:08.743Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:20:14.716Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c3571fb-0e72-4a73-b826-f740baa20ff2/model-vers/model-ver/b59cdf7e-0eba-4da0-a49d-1a87241d256f?depth=0
2021-08-21T08:20:14.931Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-08-21T08:20:15.578Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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/6c3571fb-0e72-4a73-b826-f740baa20ff2/model-vers/model-ver/b59cdf7e-0eba-4da0-a49d-1a87241d256f?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-21T08:20:15.585Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c3571fb-0e72-4a73-b826-f740baa20ff2/model-vers/model-ver/b59cdf7e-0eba-4da0-a49d-1a87241d256f?depth=0|INFO|500||Invoke
2021-08-21T08:20:15.787Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c3571fb-0e72-4a73-b826-f740baa20ff2/model-vers/model-ver/b59cdf7e-0eba-4da0-a49d-1a87241d256f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-21T08:20:16.971Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c3571fb-0e72-4a73-b826-f740baa20ff2/model-vers/model-ver/b59cdf7e-0eba-4da0-a49d-1a87241d256f?depth=0|INFO|500||InvokeReturn
2021-08-21T08:20:16.972Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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/6c3571fb-0e72-4a73-b826-f740baa20ff2/model-vers/model-ver/b59cdf7e-0eba-4da0-a49d-1a87241d256f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210821-08:20:15:811-84255], vertex-id=[155768], Content-Length=[0], Date=[Sat, 21 Aug 2021 08:20:15 GMT], Content-Type=[application/json]}
2021-08-21T08:20:16.972Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-08-21T08:20:16.976Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-21T08:20:16.976Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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-21T08:20:16.985Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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-21T08:20:16.986Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29a1022f-e896-4fff-9391-f1a5c24fc770 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-21T08:20:16.987Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-21T08:20:16.988Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:20:16.991Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:20:16.991Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534016986,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-21T08:20:17.091Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:20:17.093Z||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-21T08:20:17.093Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:20:17.106Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:20:17.107Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-21T08:20:18.012Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:20:18.012Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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-21T08:20:18.013Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:20:28.249Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:20:28.250Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:20:28.252Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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-21T08:20:28.252Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:20:37.888Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:20:37.890Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:20:37.891Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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-21T08:20:37.891Z|29a1022f-e896-4fff-9391-f1a5c24fc770|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:20:44.534Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:20:44.535Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-21T08:20:44.536Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ee816b1-da33-4cb5-820c-25fe9fcbfcb4","serviceName":"basic_onboard_BNeVXW","serviceVersion":"1.0","serviceUUID":"4d076752-83b5-43d5-93af-6791ce4b858b","serviceDescription":"service","serviceInvariantUUID":"c099b77f-b902-48f0-87c6-fbfd5cf2d1a6","resources":[{"resourceInstanceName":"basic_onboard_BNeVXW 0","resourceName":"basic_onboard_BNeVXW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"612c24cb-c7cc-430f-a945-9c9c65191102","resourceInvariantUUID":"b8f5624f-7bf7-4cd8-85ee-36fb7d3f1e82","resourceCustomizationUUID":"02475b66-dd20-4073-b7c4-1f3d2f706247","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vf-license-model.xml","artifactChecksum":"MzY5ZjQ5ZTA2MWVmODE1NWQ0ZTc1NWM5YjA2NjRlZjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19098722-f040-4922-8270-9d5e640a35a6","artifactVersion":"1"},{"artifactName":"basic_onboard_bnevxw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json","artifactChecksum":"MDJmMzg4N2VmYWVjZDFiNjliZmY4M2ZiMzQ3YmFlY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87a14632-df48-4443-904f-9bb968fc4449","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e19d23f8-87b6-414d-a4e6-93bf5f7f3ffe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd3e75ff-fb8e-4c2d-aaff-9f52b495e3fc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e81c0feb-8037-415e-8bb9-7afba28e1053","artifactVersion":"2","generatedFromUUID":"e19d23f8-87b6-414d-a4e6-93bf5f7f3ffe"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBnevxw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-template.yml","artifactChecksum":"YWNjNzQ4NTU0NTkzZmE2MDRmMDNjMDdlZWY5NmZhNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c653c96-b8b5-4b2c-9571-0729c40f5480","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBnevxw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar","artifactChecksum":"MDk5YWNkZmY4MDA2YmQyYWE5ZTQ3NmY3ZGQ5NWM3YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6543217-f867-4768-a7a0-035b4037827e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-21T08:20:44.539Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:20:44.539Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:20:44.544Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:20:44.544Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534037890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:44.644Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:20:44.645Z||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-21T08:20:44.645Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:20:44.684Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:20:44.684Z||pool-19-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:20:45.545Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:20:45.547Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:20:45.551Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:20:45.552Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534037890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "NOTIFIED"
}
2021-08-21T08:20:45.650Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-21T08:20:45.651Z||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-21T08:20:45.651Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:20:45.659Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:20:45.660Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:20:46.553Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:20:46.554Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:20:46.559Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:20:46.560Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534037890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-21T08:20:46.663Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-08-21T08:20:46.665Z||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-21T08:20:46.665Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:20:46.684Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:20:46.685Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:20:47.560Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:20:47.561Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:20:47.569Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:20:47.569Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534037890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:47.671Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-21T08:20:47.672Z||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-21T08:20:47.672Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:20:47.684Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:20:47.685Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:20:48.576Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:20:48.577Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:20:48.579Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:20:48.579Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534037890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-21T08:20:48.679Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T08:20:48.681Z||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-21T08:20:48.681Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:20:48.691Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:20:48.691Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:20:49.580Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:20:49.582Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:20:49.584Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:20:49.584Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534037890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:49.684Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:20:49.685Z||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-21T08:20:49.685Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:20:49.695Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:20:49.695Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:20:50.584Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:20:50.585Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:20:50.589Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:20:50.590Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534037890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:20:50.690Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:20:50.691Z||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-21T08:20:50.692Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:20:50.704Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:20:50.705Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:20:51.591Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "serviceName": "basic_onboard_BNeVXW",
  "serviceVersion": "1.0",
  "serviceUUID": "4d076752-83b5-43d5-93af-6791ce4b858b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c099b77f-b902-48f0-87c6-fbfd5cf2d1a6",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BNeVXW 0",
      "resourceCustomizationUUID": "02475b66-dd20-4073-b7c4-1f3d2f706247",
      "resourceName": "basic_onboard_BNeVXW",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "612c24cb-c7cc-430f-a945-9c9c65191102",
      "resourceInvariantUUID": "b8f5624f-7bf7-4cd8-85ee-36fb7d3f1e82",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_bnevxw0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
          "artifactChecksum": "MDJmMzg4N2VmYWVjZDFiNjliZmY4M2ZiMzQ3YmFlY2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "87a14632-df48-4443-904f-9bb968fc4449",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e19d23f8-87b6-414d-a4e6-93bf5f7f3ffe",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e81c0feb-8037-415e-8bb9-7afba28e1053",
            "generatedFromUUID": "e19d23f8-87b6-414d-a4e6-93bf5f7f3ffe"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e81c0feb-8037-415e-8bb9-7afba28e1053",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardBnevxw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
      "artifactChecksum": "MDk5YWNkZmY4MDA2YmQyYWE5ZTQ3NmY3ZGQ5NWM3YTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b6543217-f867-4768-a7a0-035b4037827e"
    }
  ],
  "workloadContext": "Production"
}
2021-08-21T08:20:51.592Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-21T08:20:51.592Z|29a1022f-e896-4fff-9391-f1a5c24fc770|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d076752-83b5-43d5-93af-6791ce4b858b ASDC
2021-08-21T08:20:51.595Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
ServiceName:basic_onboard_BNeVXW
ServiceVersion:1.0
ServiceUUID:4d076752-83b5-43d5-93af-6791ce4b858b
ServiceInvariantUUID:c099b77f-b902-48f0-87c6-fbfd5cf2d1a6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBnevxw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar
ArtifactUUID:b6543217-f867-4768-a7a0-035b4037827e
ArtifactChecksum:MDk5YWNkZmY4MDA2YmQyYWE5ZTQ3NmY3ZGQ5NWM3YTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BNeVXW 0
ResourceCustomizationUUID:02475b66-dd20-4073-b7c4-1f3d2f706247
ResourceInvariantUUID:b8f5624f-7bf7-4cd8-85ee-36fb7d3f1e82
ResourceName:basic_onboard_BNeVXW
ResourceType:VF
ResourceUUID:612c24cb-c7cc-430f-a945-9c9c65191102
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bnevxw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json
ArtifactUUID:87a14632-df48-4443-904f-9bb968fc4449
ArtifactChecksum:MDJmMzg4N2VmYWVjZDFiNjliZmY4M2ZiMzQ3YmFlY2Q=
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/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e19d23f8-87b6-414d-a4e6-93bf5f7f3ffe
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/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env
ArtifactUUID:e81c0feb-8037-415e-8bb9-7afba28e1053
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/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env
ArtifactUUID:e81c0feb-8037-415e-8bb9-7afba28e1053
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-21T08:20:51.595Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d076752-83b5-43d5-93af-6791ce4b858b 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-21T08:20:51.649Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-21T08:20:51.651Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-21T08:20:51.651Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-21T08:20:51.652Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b6543217-f867-4768-a7a0-035b4037827e from URL: /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:51.652Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-21T08:20:51.653Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:53.667Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-21T08:20:53.673Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar b6543217-f867-4768-a7a0-035b4037827e 71376
2021-08-21T08:20:53.677Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar ASDC sendASDCNotification
2021-08-21T08:20:53.678Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:53.678Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-21T08:20:53.678Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:20:53.681Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:20:53.681Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534053677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:20:53.781Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:20:53.783Z||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-21T08:20:53.783Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:20:53.792Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:20:53.793Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:20:54.682Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-21T08:20:54.683Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-21T08:20:54.684Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b6543217-f867-4768-a7a0-035b4037827e, URL: /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar to file: /app/ASDC/1/service-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:54.685Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:54.686Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:54.687Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:55.106Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13327760449977822175/Definitions/service-BasicOnboardBnevxw-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-21T08:20:56.989Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-21T08:20:56.990Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-21T08:20:56.990Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:56.990Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-21T08:20:56.991Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:56.991Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:56.992Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:56.992Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:56.992Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:56.992Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:56.993Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:56.993Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_BNeVXW 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-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:56.995Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-BasicOnboardBnevxw-csar.csar
2021-08-21T08:20:56.995Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-21T08:20:56.996Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:20:56.996Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:20:56.997Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_BNeVXW 0 is matching search criteria
2021-08-21T08:20:56.998Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-21T08:20:56.998Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_BNeVXW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-21T08:20:56.999Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:20:56.999Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:20:57.000Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_BNeVXW 0 is matching search criteria
2021-08-21T08:20:57.000Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-21T08:20:57.000Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_BNeVXW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-21T08:20:57.001Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:20:57.001Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:20:57.001Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:20:57.002Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_BNeVXW 0 is not matching search criteria
2021-08-21T08:20:57.003Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-21T08:20:57.003Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-21T08:20:57.003Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-21T08:20:57.004Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-21T08:20:57.004Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-21T08:20:57.004Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:20:57.005Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-21T08:20:57.005Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:20:57.005Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_BNeVXW 0 is matching search criteria
2021-08-21T08:20:57.006Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_BNeVXW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:20:57.006Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:20:57.006Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_BNeVXW 0 is matching search criteria
2021-08-21T08:20:57.007Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_BNeVXW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:20:57.007Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:20:57.007Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_BNeVXW 0 is matching search criteria
2021-08-21T08:20:57.008Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_BNeVXW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:20:57.008Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:20:57.008Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_BNeVXW 0 is not matching search criteria
2021-08-21T08:20:57.008Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-21T08:20:57.009Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-21T08:20:57.009Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=587c3b1d-6164-451f-9e1d-96174d634a21
2021-08-21T08:20:57.009Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:20:57.010Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:20:57.011Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:20:57.011Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:20:57.012Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:20:57.012Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:20:57.013Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:20:57.014Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:20:57.014Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_BNeVXW
Description:service
Model UUID:4d076752-83b5-43d5-93af-6791ce4b858b
Model Version:NULL
Model InvariantUuid:c099b77f-b902-48f0-87c6-fbfd5cf2d1a6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_BNeVXW
Model UUID:685685cc-b181-4d4f-8794-3838a5ad2aea
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b8f5624f-7bf7-4cd8-85ee-36fb7d3f1e82
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:02475b66-dd20-4073-b7c4-1f3d2f706247
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1b30ab04-cb6b-4b46-ac5d-40194225ae89
ModelName:BasicOnboardBnevxw..base_ubuntu18..module-0
ModelUuid:28dcd262-913e-4f2c-8b03-e067c00ee09a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:587c3b1d-6164-451f-9e1d-96174d634a21
ModelInvariantUuid:6b8ce227-958c-42d5-914d-0e3d6701e8c7
ModelName:basic_onboard_BNeVXW-nodes.ubuntu18Cvfc
ModelUuid:987234d2-e360-4cf2-83dc-4a5213c41586
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6352d887-e36e-4484-9162-f1432b00c235
ModelInvariantUuid:77d24551-edd3-451f-ad0e-eec40a70e33f
ModelName:BasicOnboardBnevxw.compute.nodes.heat.ubuntu18
ModelUuid:ca1ee911-734a-4f32-b259-ad0eff58b32e
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-21T08:20:57.027Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 612c24cb-c7cc-430f-a945-9c9c65191102
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-21T08:20:57.030Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||basic_onboard_BNeVXW 0
2021-08-21T08:20:57.031Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 612c24cb-c7cc-430f-a945-9c9c65191102
2021-08-21T08:20:57.031Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 87a14632-df48-4443-904f-9bb968fc4449 from URL: /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json
2021-08-21T08:20:57.031Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-21T08:20:57.031Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json
2021-08-21T08:20:59.178Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:20:59.180Z||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-21T08:20:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:20:59.313Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-21T08:20:59.314Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json 87a14632-df48-4443-904f-9bb968fc4449 798
2021-08-21T08:20:59.314Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json ASDC sendASDCNotification
2021-08-21T08:20:59.314Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json
2021-08-21T08:20:59.314Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-21T08:20:59.315Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:20:59.318Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:20:59.318Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534059314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:20:59.418Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:20:59.419Z||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-21T08:20:59.419Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:20:59.429Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:20:59.430Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:20:59.443Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:20:59.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1022f-e896-4fff-9391-f1a5c24fc770",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534016986,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-21T08:20:59.446Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:20:59.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "policy-id",
  "timestamp": 1629534037665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629534034802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "cds",
  "timestamp": 1629534035783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534037890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629534044100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.448Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "policy-id",
  "timestamp": 1629534037665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.448Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534037890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "NOTIFIED"
}
2021-08-21T08:20:59.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "cds",
  "timestamp": 1629534035783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629534034802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629534044100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534037890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-21T08:20:59.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "cds",
  "timestamp": 1629534035783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "policy-id",
  "timestamp": 1629534037665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-21T08:20:59.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629534034802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629534044100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "dcae-sch",
  "timestamp": 1629534046199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "clamp",
  "timestamp": 1629534046909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "policy-id",
  "timestamp": 1629534037665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534037890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "cds",
  "timestamp": 1629534035783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629534034802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629534044100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "dcae-sch",
  "timestamp": 1629534046199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "clamp",
  "timestamp": 1629534046909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "NOTIFIED"
}
2021-08-21T08:20:59.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "policy-id",
  "timestamp": 1629534037665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534037890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-21T08:20:59.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "cds",
  "timestamp": 1629534035783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629534034802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629534044100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "dcae-sch",
  "timestamp": 1629534046199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "policy-id",
  "timestamp": 1629534037665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "clamp",
  "timestamp": 1629534046909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534037890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "cds",
  "timestamp": 1629534035783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629534034802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629534044100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "dcae-sch",
  "timestamp": 1629534046199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "clamp",
  "timestamp": 1629534046909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "policy-id",
  "timestamp": 1629534037665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:20:59.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534037890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:20:59.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "cds",
  "timestamp": 1629534035783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:20:59.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629534034802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:20:59.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629534044100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "dcae-sch",
  "timestamp": 1629534046199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "clamp",
  "timestamp": 1629534046909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "dcae-sch",
  "timestamp": 1629534046199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "clamp",
  "timestamp": 1629534046909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "dcae-sch",
  "timestamp": 1629534046199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "cds",
  "timestamp": 1629534053296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:20:59.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:20:59.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629534053305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:20:59.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:20:59.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "policy-id",
  "timestamp": 1629534053286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:20:59.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:20:59.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629534052827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "clamp",
  "timestamp": 1629534046909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:20:59.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534053677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:20:59.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:20:59.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "cds",
  "timestamp": 1629534054310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-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-21T08:20:59.491Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
2021-08-21T08:20:59.491Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4 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-21T08:20:59.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "policy-id",
  "timestamp": 1629534054290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:20:59.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:20:59.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "aai-ml",
  "timestamp": 1629534053730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629534052827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "NOTIFIED"
}
2021-08-21T08:20:59.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "policy-id",
  "timestamp": 1629534055293,
  "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-21T08:20:59.517Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
2021-08-21T08:20:59.518Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4 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-21T08:20:59.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "aai-ml",
  "timestamp": 1629534053730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629534052827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-21T08:20:59.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629534056201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:20:59.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:20:59.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "aai-ml",
  "timestamp": 1629534053730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629534052827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629534057205,
  "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-21T08:20:59.537Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
2021-08-21T08:20:59.537Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4 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-21T08:20:59.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "aai-ml",
  "timestamp": 1629534053730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629534052827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-21T08:20:59.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "aai-ml",
  "timestamp": 1629534053730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:20:59.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:20:59.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629534052827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:20:59.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:21:00.318Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBnevxw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1b30ab04-cb6b-4b46-ac5d-40194225ae89",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28dcd262-913e-4f2c-8b03-e067c00ee09a",
    "vfModuleModelCustomizationUUID": "1dfd7932-74b4-4e1d-9357-726150a39e99",
    "isBase": true,
    "artifacts": [
      "e19d23f8-87b6-414d-a4e6-93bf5f7f3ffe",
      "e81c0feb-8037-415e-8bb9-7afba28e1053"
    ],
    "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-21T08:21:00.325Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBnevxw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28dcd262-913e-4f2c-8b03-e067c00ee09a
VfModuleModelInvariantUUID:1b30ab04-cb6b-4b46-ac5d-40194225ae89
VfModuleModelDescription:NULL
Artifacts UUID List:{
e19d23f8-87b6-414d-a4e6-93bf5f7f3ffe
,
e81c0feb-8037-415e-8bb9-7afba28e1053

}
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-21T08:21:00.327Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBnevxw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1b30ab04-cb6b-4b46-ac5d-40194225ae89",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28dcd262-913e-4f2c-8b03-e067c00ee09a",
    "vfModuleModelCustomizationUUID": "1dfd7932-74b4-4e1d-9357-726150a39e99",
    "isBase": true,
    "artifacts": [
      "e19d23f8-87b6-414d-a4e6-93bf5f7f3ffe",
      "e81c0feb-8037-415e-8bb9-7afba28e1053"
    ],
    "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-21T08:21:00.327Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBnevxw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28dcd262-913e-4f2c-8b03-e067c00ee09a
VfModuleModelInvariantUUID:1b30ab04-cb6b-4b46-ac5d-40194225ae89
VfModuleModelDescription:NULL
Artifacts UUID List:{
e19d23f8-87b6-414d-a4e6-93bf5f7f3ffe
,
e81c0feb-8037-415e-8bb9-7afba28e1053

}
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-21T08:21:00.327Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e19d23f8-87b6-414d-a4e6-93bf5f7f3ffe from URL: /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml
2021-08-21T08:21:00.327Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-21T08:21:00.328Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml
2021-08-21T08:21:01.531Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-21T08:21:01.532Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml e19d23f8-87b6-414d-a4e6-93bf5f7f3ffe 5033
2021-08-21T08:21:01.532Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-21T08:21:01.532Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml
2021-08-21T08:21:01.532Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-21T08:21:01.532Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:21:01.535Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:21:01.535Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534061532,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:21:01.635Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:21:01.636Z||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-21T08:21:01.636Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:21:01.650Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:21:01.650Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:21:02.539Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e81c0feb-8037-415e-8bb9-7afba28e1053 from URL: /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env
2021-08-21T08:21:02.541Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-21T08:21:02.542Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env
2021-08-21T08:21:03.514Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-21T08:21:03.515Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env e81c0feb-8037-415e-8bb9-7afba28e1053 909
2021-08-21T08:21:03.516Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-21T08:21:03.516Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env
2021-08-21T08:21:03.516Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-21T08:21:03.517Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:21:03.520Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:21:03.520Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534063516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:21:03.620Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:21:03.622Z||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-21T08:21:03.622Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:21:03.635Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:21:03.636Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:21:04.520Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 4d076752-83b5-43d5-93af-6791ce4b858b
2021-08-21T08:21:04.521Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_BNeVXW 0 612c24cb-c7cc-430f-a945-9c9c65191102 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-21T08:21:04.537Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:21:04.538Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:21:04.538Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-08-21T08:21:04.538Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 02475b66-dd20-4073-b7c4-1f3d2f706247
2021-08-21T08:21:04.538Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 02475b66-dd20-4073-b7c4-1f3d2f706247 matches Tosca VF Customization UUID: 02475b66-dd20-4073-b7c4-1f3d2f706247
2021-08-21T08:21:04.538Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 02475b66-dd20-4073-b7c4-1f3d2f706247  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-21T08:21:04.541Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:21:04.541Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:21:04.541Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 02475b66-dd20-4073-b7c4-1f3d2f706247: {\"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-21T08:21:04.542Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e51c345
2021-08-21T08:21:04.542Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:21:04.542Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-21T08:21:04.542Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1dfd7932-74b4-4e1d-9357-726150a39e99
2021-08-21T08:21:04.542Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1dfd7932-74b4-4e1d-9357-726150a39e99
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-21T08:21:04.545Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:21:04.545Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_BNeVXW 0 is matching search criteria
2021-08-21T08:21:04.546Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_BNeVXW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:21:04.546Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:21:04.546Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_BNeVXW 0 is matching search criteria
2021-08-21T08:21:04.546Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_BNeVXW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:21:04.547Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:21:04.547Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_BNeVXW 0 is not matching search criteria
2021-08-21T08:21:04.547Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-21T08:21:04.547Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-21T08:21:04.548Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=587c3b1d-6164-451f-9e1d-96174d634a21
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-21T08:21:04.551Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:21:04.552Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_BNeVXW 0 is matching search criteria
2021-08-21T08:21:04.552Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_BNeVXW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:21:04.552Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:21:04.552Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_BNeVXW 0 is matching search criteria
2021-08-21T08:21:04.553Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_BNeVXW 0] matching following query criteria: sdcType=VF, customizationUUID=02475b66-dd20-4073-b7c4-1f3d2f706247
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-21T08:21:04.556Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:21:04.556Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:21:04.556Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 4d076752-83b5-43d5-93af-6791ce4b858b: basic_onboard_BNeVXW
2021-08-21T08:21:04.556Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:21:04.557Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:21:04.557Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:21:04.557Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:21:04.557Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:21:04.557Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:21:04.558Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:21:04.558Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:21:04.558Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:21:04.558Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_BNeVXW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:21:04.558Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_BNeVXW 
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-21T08:21:04.683Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_BNeVXW 612c24cb-c7cc-430f-a945-9c9c65191102 1 ASDC deployResourceStructure
2021-08-21T08:21:04.684Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json ASDC sendASDCNotification
2021-08-21T08:21:04.684Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json
2021-08-21T08:21:04.684Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-21T08:21:04.685Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:21:04.688Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:21:04.688Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534064684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-21T08:21:04.798Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2021-08-21T08:21:04.799Z||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-21T08:21:04.799Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:21:04.810Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:21:04.811Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:21:05.690Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-21T08:21:05.690Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml
2021-08-21T08:21:05.690Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-21T08:21:05.691Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:21:05.693Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:21:05.693Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534065689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-21T08:21:05.793Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T08:21:05.794Z||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-21T08:21:05.795Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:21:05.808Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:21:05.808Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:21:06.695Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-21T08:21:06.696Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env
2021-08-21T08:21:06.696Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-21T08:21:06.697Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:21:06.700Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:21:06.700Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534066694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-21T08:21:06.800Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:21:06.801Z||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-21T08:21:06.802Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:21:06.855Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:21:06.856Z||pool-32-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:21:07.701Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar ASDC sendASDCNotification
2021-08-21T08:21:07.702Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar
2021-08-21T08:21:07.702Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-21T08:21:07.703Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:21:07.708Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:21:07.708Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534067701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:21:07.808Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:21:07.810Z||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-21T08:21:07.811Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:21:07.822Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:21:07.822Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:21:08.710Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:21:08.728Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:21:08.733Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:21:08.733Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-21T08:21:08.733Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-21T08:21:38.734Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:21:38.760Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:21:38.763Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:21:38.764Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-21T08:21:38.764Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-21T08:21:59.179Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:21:59.181Z||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-21T08:21:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:21:59.210Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:21:59.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:21:59.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534059314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:21:59.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:22:08.766Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:22:08.798Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:22:08.801Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:22:08.801Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-21T08:22:08.801Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-21T08:22:38.802Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:22:38.816Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:22:38.826Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:22:38.826Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-21T08:22:38.827Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-21T08:22:59.179Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:22:59.181Z||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-21T08:22:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:22:59.211Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:22:59.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:22:59.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "aai-ml",
  "timestamp": 1629534053730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:22:59.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:23:08.828Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:23:08.859Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:23:08.863Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:23:08.863Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-21T08:23:08.863Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-21T08:23:38.863Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:23:38.886Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:23:38.891Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:23:38.891Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-21T08:23:38.892Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-21T08:23:59.179Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:23:59.181Z||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-21T08:23:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:23:59.710Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:23:59.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629534052827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:23:59.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:23:59.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "aai-ml",
  "timestamp": 1629534053730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:23:59.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:23:59.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534061532,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:23:59.716Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:23:59.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629534061629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:23:59.717Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:23:59.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "clamp",
  "timestamp": 1629534062141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:23:59.718Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:23:59.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "aai-ml",
  "timestamp": 1629534062548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:23:59.718Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:23:59.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629534063426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:23:59.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:23:59.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534063516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:23:59.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:23:59.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "clamp",
  "timestamp": 1629534064142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:23:59.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:23:59.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534064684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-21T08:23:59.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:23:59.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "clamp",
  "timestamp": 1629534065146,
  "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-21T08:23:59.734Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
2021-08-21T08:23:59.735Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4 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-21T08:23:59.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534065689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-21T08:23:59.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:23:59.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629534066425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:23:59.752Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:23:59.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534066694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-21T08:23:59.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:23:59.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629534067461,
  "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-21T08:23:59.759Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
2021-08-21T08:23:59.759Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4 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-21T08:23:59.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534067701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:23:59.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:23:59.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629534068469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/resourceInstances/basic_onboard_bnevxw0/artifacts/basic_onboard_bnevxw0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-21T08:23:59.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:23:59.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "aai-ml",
  "timestamp": 1629534072670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBnevxw/1.0/artifacts/service-BasicOnboardBnevxw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:23:59.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:23:59.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-21T08:23:59.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "aai-ml",
  "timestamp": 1629534073674,
  "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-21T08:23:59.793Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
2021-08-21T08:23:59.793Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4 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-21T08:24:08.894Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:24:08.912Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:24:08.916Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:24:08.916Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-21T08:24:08.916Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-21T08:24:08.916Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-21T08:24:08.917Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:24:08.917Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:24:08.917Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:24:08.917Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:24:08.917Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:24:08.917Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:24:08.917Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T08:24:08.924Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-21T08:24:38.924Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4 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-21T08:24:38.935Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4 and serviceModelVersionId: 4d076752-83b5-43d5-93af-6791ce4b858b
2021-08-21T08:24:38.935Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c099b77f-b902-48f0-87c6-fbfd5cf2d1a6
2021-08-21T08:24:38.938Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c099b77f-b902-48f0-87c6-fbfd5cf2d1a6/model-vers/model-ver/4d076752-83b5-43d5-93af-6791ce4b858b?depth=0
2021-08-21T08:24:38.950Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-08-21T08:24:39.035Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c099b77f-b902-48f0-87c6-fbfd5cf2d1a6/model-vers/model-ver/4d076752-83b5-43d5-93af-6791ce4b858b?depth=0|INFO|500||Invoke
2021-08-21T08:24:39.036Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c099b77f-b902-48f0-87c6-fbfd5cf2d1a6/model-vers/model-ver/4d076752-83b5-43d5-93af-6791ce4b858b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c099b77f-b902-48f0-87c6-fbfd5cf2d1a6/model-vers/model-ver/4d076752-83b5-43d5-93af-6791ce4b858b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ee816b1-da33-4cb5-820c-25fe9fcbfcb4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[35fc7f51-4240-4f37-8033-1b736fdf01a1], X-ECOMP-RequestID=[3ee816b1-da33-4cb5-820c-25fe9fcbfcb4], X-TransactionId=[], X-ONAP-RequestID=[3ee816b1-da33-4cb5-820c-25fe9fcbfcb4], Content-Type=[application/merge-patch+json]}
2021-08-21T08:24:39.085Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c099b77f-b902-48f0-87c6-fbfd5cf2d1a6/model-vers/model-ver/4d076752-83b5-43d5-93af-6791ce4b858b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-21T08:24:39.713Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c099b77f-b902-48f0-87c6-fbfd5cf2d1a6/model-vers/model-ver/4d076752-83b5-43d5-93af-6791ce4b858b?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/c099b77f-b902-48f0-87c6-fbfd5cf2d1a6/model-vers/model-ver/4d076752-83b5-43d5-93af-6791ce4b858b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210821-08:24:39:108-56669], vertex-id=[221208], Content-Length=[0], Date=[Sat, 21 Aug 2021 08:24:39 GMT], Content-Type=[application/json]}
2021-08-21T08:24:39.714Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c099b77f-b902-48f0-87c6-fbfd5cf2d1a6/model-vers/model-ver/4d076752-83b5-43d5-93af-6791ce4b858b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-21T08:24:39.715Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c099b77f-b902-48f0-87c6-fbfd5cf2d1a6/model-vers/model-ver/4d076752-83b5-43d5-93af-6791ce4b858b?depth=0|INFO|500||InvokeReturn
2021-08-21T08:24:39.716Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-21T08:24:39.716Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T08:24:39.723Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T08:24:39.724Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ee816b1-da33-4cb5-820c-25fe9fcbfcb4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-21T08:24:39.725Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-21T08:24:39.725Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:24:39.730Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:24:39.731Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534279724,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-21T08:24:39.831Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T08:24:39.832Z||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-21T08:24:39.832Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:24:39.855Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:24:39.855Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-21T08:24:40.744Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:24:40.745Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T08:24:40.745Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:24:50.949Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:24:50.950Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:24:50.951Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T08:24:50.951Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:24:59.179Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:24:59.180Z||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-21T08:24:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:24:59.815Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:24:59.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:24:59.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee816b1-da33-4cb5-820c-25fe9fcbfcb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629534279724,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-21T08:24:59.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:25:00.520Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:25:00.521Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:25:00.522Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T08:25:00.522Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:25:10.075Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:25:10.079Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:25:10.083Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T08:25:10.083Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:25:19.689Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:25:19.691Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:25:19.693Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T08:25:19.693Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:25:29.243Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:25:29.244Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:25:29.246Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T08:25:29.246Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:25:38.826Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:25:59.175Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:25:59.177Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T08:25:59.178Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:25:59.179Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:25:59.179Z||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-21T08:25:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:26:08.772Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:26:08.767Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:26:59.179Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:26:59.178Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:26:59.182Z||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-21T08:26:59.182Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T08:26:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:26:59.182Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:27:08.797Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:27:08.797Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:27:59.179Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:27:59.179Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:27:59.182Z||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-21T08:27:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:27:59.182Z||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-21T08:27:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:28:08.744Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:28:08.746Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:28:59.179Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:28:59.178Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:28:59.182Z||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-21T08:28:59.182Z||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-21T08:28:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:28:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:29:08.746Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:29:08.748Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:29:59.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:29:59.179Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:29:59.182Z||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-21T08:29:59.182Z||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-21T08:29:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:29:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:30:08.792Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:30:08.850Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:30:59.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:30:59.178Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:30:59.179Z||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-21T08:30:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:30:59.179Z||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-21T08:30:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:31:08.796Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:31:08.802Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:31:59.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:31:59.178Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:31:59.180Z||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-21T08:31:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:31:59.183Z||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-21T08:31:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:32:08.748Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:32:08.747Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:32:59.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:32:59.179Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:32:59.180Z||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-21T08:32:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:32:59.180Z||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-21T08:32:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:33:08.750Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:33:08.750Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:33:59.176Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:33:59.178Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:33:59.179Z||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-21T08:33:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:33:59.179Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T08:33:59.179Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:34:08.736Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:34:08.749Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:34:59.178Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:34:59.178Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:34:59.183Z||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-21T08:34:59.183Z||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-21T08:34:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:34:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:35:08.752Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:35:08.752Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:35:59.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:35:59.178Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:35:59.181Z||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-21T08:35:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:35:59.181Z||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-21T08:35:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:36:08.767Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:36:08.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:36:59.178Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:36:59.182Z||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-21T08:36:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:36:59.178Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:36:59.195Z||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-21T08:36:59.195Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:36:59.817Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:36:59.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ead6b39b-3fab-454f-8591-34d56d7ce6cd","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"23c61436-e46f-40d4-b812-4542c601a164","serviceDescription":"service","serviceInvariantUUID":"bfcc8e9b-ebd7-4d58-aa44-d6fb49857559","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9f3e985d-41af-41dd-a0bb-815ea3a68155","resourceInvariantUUID":"c10beb4e-e34b-4ae0-be5a-c24dc26365ef","resourceCustomizationUUID":"f893e323-d065-4443-b4b4-7e9801a5a3c8","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NDNjZGI2MDE2M2VmMWRmYWQzM2JlOTgwOTYwNjNmZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aad027ba-e080-4705-b465-73c12d2b8814","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjNiNjc3M2JjZGQ5ZGZiMDJjMTRhMzIxODU0OTk5NjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de42dddb-c9f0-4c2d-b9ac-d2357c29d251","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-21T08:36:59.832Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:36:59.832Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:36:59.839Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:36:59.839Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535019177,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:36:59.840Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:36:59.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629534984099,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:36:59.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:36:59.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "dcae-sch",
  "timestamp": 1629534986199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:36:59.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:36:59.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "cds",
  "timestamp": 1629534980783,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:36:59.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:36:59.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "aai-ml",
  "timestamp": 1629534983729,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:36:59.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:36:59.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629534984099,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:36:59.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:36:59.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "dcae-sch",
  "timestamp": 1629534986199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:36:59.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:36:59.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "cds",
  "timestamp": 1629534980783,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:36:59.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:36:59.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "aai-ml",
  "timestamp": 1629534983729,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:36:59.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:36:59.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629534992826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:36:59.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:36:59.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "cds",
  "timestamp": 1629534994080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:36:59.852Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:36:59.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "aai-ml",
  "timestamp": 1629534994188,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:36:59.853Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:36:59.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629534992826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:36:59.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:36:59.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "cds",
  "timestamp": 1629534995091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-21T08:36:59.881Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ead6b39b-3fab-454f-8591-34d56d7ce6cd
2021-08-21T08:36:59.882Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead6b39b-3fab-454f-8591-34d56d7ce6cd 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-21T08:36:59.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629534994802,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:36:59.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:36:59.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629534994802,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:36:59.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:36:59.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "policy-id",
  "timestamp": 1629534997665,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:36:59.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:36:59.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "policy-id",
  "timestamp": 1629534997665,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:36:59.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:36:59.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "aai-ml",
  "timestamp": 1629534999767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:36:59.902Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:36:59.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629535000094,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:36:59.903Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:36:59.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "aai-ml",
  "timestamp": 1629535000772,
  "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-21T08:36:59.912Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ead6b39b-3fab-454f-8591-34d56d7ce6cd
2021-08-21T08:36:59.912Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead6b39b-3fab-454f-8591-34d56d7ce6cd 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-21T08:36:59.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "policy-id",
  "timestamp": 1629535001634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:36:59.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:36:59.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629535002027,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:36:59.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:36:59.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "policy-id",
  "timestamp": 1629535002639,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:36:59.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:36:59.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629535003033,
  "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-21T08:36:59.935Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ead6b39b-3fab-454f-8591-34d56d7ce6cd
2021-08-21T08:36:59.936Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead6b39b-3fab-454f-8591-34d56d7ce6cd 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=?
2021-08-21T08:36:59.939Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-21T08:36:59.940Z||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-21T08:36:59.940Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:36:59.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "policy-id",
  "timestamp": 1629535003642,
  "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-21T08:36:59.948Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ead6b39b-3fab-454f-8591-34d56d7ce6cd
2021-08-21T08:36:59.948Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead6b39b-3fab-454f-8591-34d56d7ce6cd 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-21T08:36:59.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "clamp",
  "timestamp": 1629535006910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:36:59.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:36:59.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-21T08:36:59.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "clamp",
  "timestamp": 1629535006910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:36:59.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:37:00.129Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:37:00.130Z||pool-35-thread-1|||||INFO|500||cambria reply ok (191 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:37:00.841Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:37:00.842Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:37:00.846Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:37:00.846Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535019177,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:37:00.946Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T08:37:00.947Z||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-21T08:37:00.947Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:37:00.958Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:37:00.959Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:37:01.848Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "23c61436-e46f-40d4-b812-4542c601a164",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bfcc8e9b-ebd7-4d58-aa44-d6fb49857559",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "f893e323-d065-4443-b4b4-7e9801a5a3c8",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9f3e985d-41af-41dd-a0bb-815ea3a68155",
      "resourceInvariantUUID": "c10beb4e-e34b-4ae0-be5a-c24dc26365ef",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "ZjNiNjc3M2JjZGQ5ZGZiMDJjMTRhMzIxODU0OTk5NjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de42dddb-c9f0-4c2d-b9ac-d2357c29d251"
    }
  ],
  "workloadContext": "Production"
}
2021-08-21T08:37:01.850Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-21T08:37:01.850Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 23c61436-e46f-40d4-b812-4542c601a164 ASDC
2021-08-21T08:37:01.851Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ead6b39b-3fab-454f-8591-34d56d7ce6cd
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:23c61436-e46f-40d4-b812-4542c601a164
ServiceInvariantUUID:bfcc8e9b-ebd7-4d58-aa44-d6fb49857559
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:de42dddb-c9f0-4c2d-b9ac-d2357c29d251
ArtifactChecksum:ZjNiNjc3M2JjZGQ5ZGZiMDJjMTRhMzIxODU0OTk5NjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f893e323-d065-4443-b4b4-7e9801a5a3c8
ResourceInvariantUUID:c10beb4e-e34b-4ae0-be5a-c24dc26365ef
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9f3e985d-41af-41dd-a0bb-815ea3a68155
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-08-21T08:37:01.851Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23c61436-e46f-40d4-b812-4542c601a164 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-21T08:37:01.886Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-21T08:37:01.887Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-21T08:37:01.887Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-21T08:37:01.888Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: de42dddb-c9f0-4c2d-b9ac-d2357c29d251 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-21T08:37:01.888Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-21T08:37:01.888Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-21T08:37:02.840Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-21T08:37:02.844Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar de42dddb-c9f0-4c2d-b9ac-d2357c29d251 52177
2021-08-21T08:37:02.844Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-21T08:37:02.844Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-21T08:37:02.844Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-21T08:37:02.845Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:37:02.848Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:37:02.848Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535022844,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:37:02.947Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T08:37:02.949Z||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-21T08:37:02.949Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:37:02.964Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:37:02.964Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:37:03.849Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-21T08:37:03.850Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-21T08:37:03.851Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: de42dddb-c9f0-4c2d-b9ac-d2357c29d251, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-21T08:37:03.851Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-21T08:37:03.852Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-21T08:37:03.853Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-21T08:37:04.130Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3784604229548648069/Definitions/service-BasicNetwork-template.yml
2021-08-21T08:37:04.808Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-21T08:37:04.809Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-21T08:37:04.809Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-21T08:37:04.809Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-21T08:37:04.809Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-21T08:37:04.809Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-21T08:37:04.810Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-21T08:37:04.810Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-21T08:37:04.810Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-21T08:37:04.810Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-21T08:37:04.810Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-21T08:37:04.811Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-21T08:37:04.811Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-21T08:37:04.811Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:37:04.811Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:37:04.812Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-21T08:37:04.812Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-21T08:37:04.812Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-21T08:37:04.812Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:37:04.813Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:37:04.813Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-21T08:37:04.813Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-21T08:37:04.813Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-21T08:37:04.813Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:37:04.814Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:37:04.814Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:37:04.814Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:37:04.814Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:37:04.815Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:37:04.815Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:37:04.815Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:37:04.815Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:37:04.816Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:37:04.816Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:23c61436-e46f-40d4-b812-4542c601a164
Model Version:NULL
Model InvariantUuid:bfcc8e9b-ebd7-4d58-aa44-d6fb49857559
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c10beb4e-e34b-4ae0-be5a-c24dc26365ef
Model UUID:2ab4362c-fc00-407f-9575-f9d65239415b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:f893e323-d065-4443-b4b4-7e9801a5a3c8
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-21T08:37:04.825Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 9f3e985d-41af-41dd-a0bb-815ea3a68155
2021-08-21T08:37:04.825Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||No resources found for Service: 23c61436-e46f-40d4-b812-4542c601a164
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-21T08:37:04.837Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||
2021-08-21T08:37:04.838Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-08-21T08:37:04.839Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 23c61436-e46f-40d4-b812-4542c601a164
2021-08-21T08:37:04.840Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 23c61436-e46f-40d4-b812-4542c601a164
2021-08-21T08:37:04.840Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-08-21T08:37:04.840Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
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-21T08:37:04.850Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:37:04.851Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:37:04.851Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:37:04.851Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:37:04.852Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 23c61436-e46f-40d4-b812-4542c601a164: Generic NeutronNet
2021-08-21T08:37:04.852Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:37:04.852Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:37:04.852Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:37:04.852Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-08-21T08:37:04.913Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:37:04.913Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:37:04.913Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:37:04.914Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:37:04.914Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:37:04.914Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:37:04.914Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-21T08:37:05.017Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-08-21T08:37:05.018Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-21T08:37:05.025Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-21T08:37:05.026Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-21T08:37:05.026Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:37:05.030Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:37:05.030Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535025018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:37:05.130Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T08:37:05.131Z||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-21T08:37:05.131Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:37:05.143Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:37:05.144Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:37:06.032Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ead6b39b-3fab-454f-8591-34d56d7ce6cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:37:06.047Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ead6b39b-3fab-454f-8591-34d56d7ce6cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:37:06.051Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:37:06.051Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-21T08:37:06.051Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-21T08:37:06.052Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-21T08:37:06.052Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:37:06.053Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:37:06.053Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:37:06.053Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:37:06.054Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:37:06.054Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||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-21T08:37:06.060Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-21T08:37:36.061Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ead6b39b-3fab-454f-8591-34d56d7ce6cd 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-21T08:37:36.077Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ead6b39b-3fab-454f-8591-34d56d7ce6cd and serviceModelVersionId: 23c61436-e46f-40d4-b812-4542c601a164
2021-08-21T08:37:36.077Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bfcc8e9b-ebd7-4d58-aa44-d6fb49857559
2021-08-21T08:37:36.080Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bfcc8e9b-ebd7-4d58-aa44-d6fb49857559/model-vers/model-ver/23c61436-e46f-40d4-b812-4542c601a164?depth=0
2021-08-21T08:37:36.089Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-21T08:37:36.171Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfcc8e9b-ebd7-4d58-aa44-d6fb49857559/model-vers/model-ver/23c61436-e46f-40d4-b812-4542c601a164?depth=0|INFO|500||Invoke
2021-08-21T08:37:36.171Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfcc8e9b-ebd7-4d58-aa44-d6fb49857559/model-vers/model-ver/23c61436-e46f-40d4-b812-4542c601a164?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfcc8e9b-ebd7-4d58-aa44-d6fb49857559/model-vers/model-ver/23c61436-e46f-40d4-b812-4542c601a164?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ead6b39b-3fab-454f-8591-34d56d7ce6cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4363f413-4af4-4786-8a85-4759425d18ef], X-ECOMP-RequestID=[ead6b39b-3fab-454f-8591-34d56d7ce6cd], X-TransactionId=[], X-ONAP-RequestID=[ead6b39b-3fab-454f-8591-34d56d7ce6cd], Content-Type=[application/merge-patch+json]}
2021-08-21T08:37:36.197Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfcc8e9b-ebd7-4d58-aa44-d6fb49857559/model-vers/model-ver/23c61436-e46f-40d4-b812-4542c601a164?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-21T08:37:36.631Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfcc8e9b-ebd7-4d58-aa44-d6fb49857559/model-vers/model-ver/23c61436-e46f-40d4-b812-4542c601a164?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/bfcc8e9b-ebd7-4d58-aa44-d6fb49857559/model-vers/model-ver/23c61436-e46f-40d4-b812-4542c601a164?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210821-08:37:36:219-35351], vertex-id=[163960], Content-Length=[0], Date=[Sat, 21 Aug 2021 08:37:36 GMT], Content-Type=[application/json]}
2021-08-21T08:37:36.637Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfcc8e9b-ebd7-4d58-aa44-d6fb49857559/model-vers/model-ver/23c61436-e46f-40d4-b812-4542c601a164?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-21T08:37:36.638Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfcc8e9b-ebd7-4d58-aa44-d6fb49857559/model-vers/model-ver/23c61436-e46f-40d4-b812-4542c601a164?depth=0|INFO|500||InvokeReturn
2021-08-21T08:37:36.641Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-21T08:37:36.642Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||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-21T08:37:36.648Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-21T08:37:36.649Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ead6b39b-3fab-454f-8591-34d56d7ce6cd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-21T08:37:36.650Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-21T08:37:36.650Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:37:36.654Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:37:36.654Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535056649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-21T08:37:36.754Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T08:37:36.755Z||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-21T08:37:36.755Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:37:36.776Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:37:36.778Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-21T08:37:59.176Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:37:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:37:59.179Z||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-21T08:37:59.179Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|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-21T08:37:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:37:59.179Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:37:59.310Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:37:59.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:37:59.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535019177,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:37:59.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:38:08.734Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:38:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:38:59.178Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:38:59.182Z||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-21T08:38:59.182Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|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-21T08:38:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:38:59.183Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:38:59.723Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:38:59.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:38:59.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535019177,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:38:59.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:38:59.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:38:59.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "clamp",
  "timestamp": 1629535022313,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:38:59.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:38:59.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:38:59.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535022844,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:38:59.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:38:59.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:38:59.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "clamp",
  "timestamp": 1629535024318,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:38:59.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:38:59.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:38:59.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535025018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:38:59.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:38:59.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:38:59.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "clamp",
  "timestamp": 1629535025322,
  "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-21T08:38:59.751Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ead6b39b-3fab-454f-8591-34d56d7ce6cd
2021-08-21T08:38:59.752Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead6b39b-3fab-454f-8591-34d56d7ce6cd 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-21T08:38:59.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:38:59.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead6b39b-3fab-454f-8591-34d56d7ce6cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535056649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-21T08:38:59.768Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:39:08.746Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:39:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:39:59.177Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:39:59.181Z||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-21T08:39:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:39:59.181Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|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-21T08:39:59.182Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:40:08.760Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:40:08.767Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:40:59.177Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:40:59.179Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:40:59.182Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|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-21T08:40:59.182Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T08:40:59.182Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:40:59.182Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:41:08.743Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:41:08.783Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:41:59.176Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:41:59.179Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:41:59.183Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|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-21T08:41:59.183Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:41:59.183Z||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-21T08:41:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:42:08.780Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:42:08.812Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:42:59.177Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:42:59.182Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:42:59.183Z||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-21T08:42:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:42:59.188Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|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-21T08:42:59.189Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:42:59.826Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:42:59.828Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.828Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7092cb78-52d9-46dc-8920-e30ceed3b290","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"72d31f27-a8c2-4de7-aa4e-a46a46c49316","serviceDescription":"service","serviceInvariantUUID":"fd018454-d3d7-4be0-8aaf-0ee1c84e72b6","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ceabc643-1cdf-4dd9-8cda-62f52cdb08ff","resourceInvariantUUID":"c934f2ea-1c55-4e25-9a85-1145fa825914","resourceCustomizationUUID":"72e04b77-90cf-4d18-b987-1dd6ad209689","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":"35a90076-3fe5-4d5b-869c-c1a7fb73fe74","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":"MzQxNjAyYjI3NmY2NTNhNzc1MGMxYzhkOTJhYmNiNWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"039c042d-ac29-4a9a-98ed-5596123b35f2","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":"OWVlMmZhODVjMmNkODA0MmMwYjI1MWU1ZGEyMzkwMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"542fde6e-355b-4fa6-9b6f-5accc2be3402","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":"ef25b483-bcc5-4eba-8733-b66835696d57","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":"ca7dba03-18c4-4e63-b7b6-0f2cdbc5f2f8","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":"3f25630e-f5e9-4328-b567-c7ec42f19e28","artifactVersion":"2","generatedFromUUID":"ef25b483-bcc5-4eba-8733-b66835696d57"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NDU1MGE3N2VmN2Y5ZWNlZjkzZWRiNjNlY2U4MmYzZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3b30ec2-4124-446f-90f4-05bbec19d861","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTBjZDRjMTQxMjIyNmQxNjlkMmFlOThkODY5OGQ5MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d566f97-ccc4-4681-98cc-a6297d9af48d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-21T08:42:59.831Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:42:59.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629535344099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "clamp",
  "timestamp": 1629535336909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.838Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:42:59.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "cds",
  "timestamp": 1629535340783,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "aai-ml",
  "timestamp": 1629535343729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "dcae-sch",
  "timestamp": 1629535346199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-08-21T08:42:59.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "policy-id",
  "timestamp": 1629535337665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629535344099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "dcae-sch",
  "timestamp": 1629535346199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.839Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:42:59.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "cds",
  "timestamp": 1629535340783,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "clamp",
  "timestamp": 1629535336909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "aai-ml",
  "timestamp": 1629535343729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "policy-id",
  "timestamp": 1629535337665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629535344099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.851Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:42:59.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "dcae-sch",
  "timestamp": 1629535346199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.851Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "cds",
  "timestamp": 1629535340783,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "aai-ml",
  "timestamp": 1629535343729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "clamp",
  "timestamp": 1629535336909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-21T08:42:59.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "policy-id",
  "timestamp": 1629535337665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629535344099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "dcae-sch",
  "timestamp": 1629535346199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "clamp",
  "timestamp": 1629535336909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "cds",
  "timestamp": 1629535340783,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "aai-ml",
  "timestamp": 1629535343729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "policy-id",
  "timestamp": 1629535337665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-21T08:42:59.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629535344099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "dcae-sch",
  "timestamp": 1629535346199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "clamp",
  "timestamp": 1629535336909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "aai-ml",
  "timestamp": 1629535343729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "cds",
  "timestamp": 1629535340783,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "policy-id",
  "timestamp": 1629535337665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "dcae-sch",
  "timestamp": 1629535346199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629535344099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "clamp",
  "timestamp": 1629535336909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "aai-ml",
  "timestamp": 1629535343729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "policy-id",
  "timestamp": 1629535337665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "cds",
  "timestamp": 1629535340783,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "dcae-sch",
  "timestamp": 1629535346199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629535344099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "clamp",
  "timestamp": 1629535336909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "aai-ml",
  "timestamp": 1629535343729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "policy-id",
  "timestamp": 1629535337665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "cds",
  "timestamp": 1629535340783,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629535352826,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "dcae-sch",
  "timestamp": 1629535346199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "clamp",
  "timestamp": 1629535336909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:42:59.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "aai-ml",
  "timestamp": 1629535343729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:42:59.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629535344099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "policy-id",
  "timestamp": 1629535337665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:42:59.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "cds",
  "timestamp": 1629535340783,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:42:59.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629535352826,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629535354802,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629535352826,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-21T08:42:59.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629535354802,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629535352826,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-21T08:42:59.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "aai-ml",
  "timestamp": 1629535356881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:42:59.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "policy-id",
  "timestamp": 1629535357274,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:42:59.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "cds",
  "timestamp": 1629535357345,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:42:59.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629535354802,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629535352826,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "policy-id",
  "timestamp": 1629535358281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:42:59.869Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "cds",
  "timestamp": 1629535358354,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:42:59.900Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7092cb78-52d9-46dc-8920-e30ceed3b290
2021-08-21T08:42:59.901Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7092cb78-52d9-46dc-8920-e30ceed3b290 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-21T08:42:59.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629535354802,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629535352826,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-21T08:42:59.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "policy-id",
  "timestamp": 1629535359284,
  "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-21T08:42:59.924Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7092cb78-52d9-46dc-8920-e30ceed3b290
2021-08-21T08:42:59.925Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7092cb78-52d9-46dc-8920-e30ceed3b290 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-21T08:42:59.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629535354802,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629535352826,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "dcae-sch",
  "timestamp": 1629535360013,
  "artifactURL": "/sdc/v1/catalog/services/72d31f27-a8c2-4de7-aa4e-a46a46c49316/resourceInstances/basicclamp0/artifacts/35a90076-3fe5-4d5b-869c-c1a7fb73fe74",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:42:59.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629535354802,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629535352826,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:42:59.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "dcae-sch",
  "timestamp": 1629535361386,
  "artifactURL": "/sdc/v1/catalog/services/72d31f27-a8c2-4de7-aa4e-a46a46c49316/resourceInstances/basicclamp0/artifacts/35a90076-3fe5-4d5b-869c-c1a7fb73fe74",
  "status": "DEPLOY_OK"
}
2021-08-21T08:42:59.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629535354802,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:42:59.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "dcae-sch",
  "timestamp": 1629535362393,
  "artifactURL": "/sdc/v1/catalog/services/72d31f27-a8c2-4de7-aa4e-a46a46c49316/resourceInstances/basicclamp0/artifacts/35a90076-3fe5-4d5b-869c-c1a7fb73fe74",
  "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-21T08:42:59.945Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 7092cb78-52d9-46dc-8920-e30ceed3b290
2021-08-21T08:42:59.945Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7092cb78-52d9-46dc-8920-e30ceed3b290 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-21T08:42:59.951Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T08:42:59.952Z||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-21T08:42:59.952Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:42:59.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629535354802,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:42:59.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:42:59.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629535363006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:42:59.956Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "clamp",
  "timestamp": 1629535364378,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:42:59.956Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629535364998,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:42:59.956Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "clamp",
  "timestamp": 1629535365382,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:42:59.957Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629535366614,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:42:59.957Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "aai-ml",
  "timestamp": 1629535367075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:42:59.958Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629535367969,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:42:59.958Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "aai-ml",
  "timestamp": 1629535368080,
  "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-21T08:42:59.963Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7092cb78-52d9-46dc-8920-e30ceed3b290
2021-08-21T08:42:59.963Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7092cb78-52d9-46dc-8920-e30ceed3b290 and ComponentName AAI
2021-08-21T08:42:59.964Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
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=?
2021-08-21T08:42:59.965Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-21T08:42:59.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629535368975,
  "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-21T08:42:59.976Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7092cb78-52d9-46dc-8920-e30ceed3b290
2021-08-21T08:42:59.976Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7092cb78-52d9-46dc-8920-e30ceed3b290 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-21T08:42:59.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "clamp",
  "timestamp": 1629535369480,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:42:59.984Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629535370170,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:42:59.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "clamp",
  "timestamp": 1629535370487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-21T08:42:59.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:42:59.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:42:59.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629535371203,
  "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-21T08:42:59.991Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7092cb78-52d9-46dc-8920-e30ceed3b290
2021-08-21T08:42:59.991Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7092cb78-52d9-46dc-8920-e30ceed3b290 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-21T08:43:00.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:43:00.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "clamp",
  "timestamp": 1629535371492,
  "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-21T08:43:00.008Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7092cb78-52d9-46dc-8920-e30ceed3b290
2021-08-21T08:43:00.008Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7092cb78-52d9-46dc-8920-e30ceed3b290 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-21T08:43:00.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:43:00.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629535372208,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-21T08:43:00.022Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:43:00.852Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:43:00.854Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:00.856Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:00.857Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:43:00.957Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:43:00.958Z||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-21T08:43:00.958Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:00.970Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:00.971Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:43:01.857Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:43:01.858Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:01.860Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:01.860Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-21T08:43:01.961Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T08:43:01.962Z||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-21T08:43:01.962Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:01.977Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:01.977Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:43:02.861Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:43:02.867Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:02.869Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:02.869Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-21T08:43:02.969Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:43:02.970Z||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-21T08:43:02.970Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:02.983Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:02.984Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:43:03.870Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:43:03.871Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:03.873Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:03.873Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:43:03.975Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-21T08:43:03.976Z||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-21T08:43:03.976Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:03.990Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:03.990Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:43:04.874Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:43:04.882Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:04.884Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:04.884Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-21T08:43:04.984Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:43:04.985Z||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-21T08:43:04.986Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:04.996Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:04.996Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:43:05.890Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:43:05.898Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:05.900Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:05.901Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:43:06.001Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:43:06.002Z||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-21T08:43:06.002Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:06.015Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:06.015Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:43:06.901Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:43:06.902Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:06.904Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:06.905Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:43:07.005Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:43:07.006Z||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-21T08:43:07.006Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:07.019Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:07.020Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:43:07.907Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "72d31f27-a8c2-4de7-aa4e-a46a46c49316",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd018454-d3d7-4be0-8aaf-0ee1c84e72b6",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "72e04b77-90cf-4d18-b987-1dd6ad209689",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ceabc643-1cdf-4dd9-8cda-62f52cdb08ff",
      "resourceInvariantUUID": "c934f2ea-1c55-4e25-9a85-1145fa825914",
      "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": "OWVlMmZhODVjMmNkODA0MmMwYjI1MWU1ZGEyMzkwMTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "542fde6e-355b-4fa6-9b6f-5accc2be3402",
          "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": "ef25b483-bcc5-4eba-8733-b66835696d57",
          "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": "3f25630e-f5e9-4328-b567-c7ec42f19e28",
            "generatedFromUUID": "ef25b483-bcc5-4eba-8733-b66835696d57"
          },
          "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": "3f25630e-f5e9-4328-b567-c7ec42f19e28",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZTBjZDRjMTQxMjIyNmQxNjlkMmFlOThkODY5OGQ5MGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1d566f97-ccc4-4681-98cc-a6297d9af48d"
    }
  ],
  "workloadContext": "Production"
}
2021-08-21T08:43:07.907Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-21T08:43:07.907Z|ead6b39b-3fab-454f-8591-34d56d7ce6cd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 72d31f27-a8c2-4de7-aa4e-a46a46c49316 ASDC
2021-08-21T08:43:07.908Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7092cb78-52d9-46dc-8920-e30ceed3b290
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:72d31f27-a8c2-4de7-aa4e-a46a46c49316
ServiceInvariantUUID:fd018454-d3d7-4be0-8aaf-0ee1c84e72b6
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:1d566f97-ccc4-4681-98cc-a6297d9af48d
ArtifactChecksum:ZTBjZDRjMTQxMjIyNmQxNjlkMmFlOThkODY5OGQ5MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:72e04b77-90cf-4d18-b987-1dd6ad209689
ResourceInvariantUUID:c934f2ea-1c55-4e25-9a85-1145fa825914
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:ceabc643-1cdf-4dd9-8cda-62f52cdb08ff
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:542fde6e-355b-4fa6-9b6f-5accc2be3402
ArtifactChecksum:OWVlMmZhODVjMmNkODA0MmMwYjI1MWU1ZGEyMzkwMTQ=
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:ef25b483-bcc5-4eba-8733-b66835696d57
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:3f25630e-f5e9-4328-b567-c7ec42f19e28
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:3f25630e-f5e9-4328-b567-c7ec42f19e28
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-21T08:43:07.909Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 72d31f27-a8c2-4de7-aa4e-a46a46c49316 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-21T08:43:07.953Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-21T08:43:07.954Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-21T08:43:07.955Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-21T08:43:07.956Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1d566f97-ccc4-4681-98cc-a6297d9af48d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-21T08:43:07.958Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-21T08:43:07.959Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-21T08:43:10.077Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-21T08:43:10.085Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 1d566f97-ccc4-4681-98cc-a6297d9af48d 73367
2021-08-21T08:43:10.085Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:10.086Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:10.086Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-21T08:43:10.086Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:10.089Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:10.089Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535390085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:43:10.189Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T08:43:10.191Z||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-21T08:43:10.191Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:10.200Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:10.201Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:43:11.090Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-21T08:43:11.091Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-21T08:43:11.092Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1d566f97-ccc4-4681-98cc-a6297d9af48d, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-21T08:43:11.092Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-08-21T08:43:11.092Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-21T08:43:11.093Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-21T08:43:11.313Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15717985017650609773/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-21T08:43:12.955Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-21T08:43:12.956Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-21T08:43:12.956Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-21T08:43:12.957Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-21T08:43:12.957Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:12.958Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:12.958Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-21T08:43:12.958Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-21T08:43:12.959Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-21T08:43:12.959Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:12.960Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:12.960Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-21T08:43:12.960Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-21T08:43:12.961Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-21T08:43:12.961Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:12.962Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:43:12.962Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-21T08:43:12.963Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-21T08:43:12.963Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-21T08:43:12.964Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:12.964Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:43:12.965Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-21T08:43:12.965Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-21T08:43:12.965Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-21T08:43:12.966Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:12.966Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:43:12.967Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:12.967Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-21T08:43:12.967Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-21T08:43:12.968Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-21T08:43:12.968Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-21T08:43:12.969Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-21T08:43:12.969Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-21T08:43:12.969Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:12.970Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-21T08:43:12.970Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:12.971Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-21T08:43:12.971Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:43:12.972Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:12.972Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-21T08:43:12.972Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:43:12.973Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:12.973Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-21T08:43:12.974Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:43:12.974Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:12.975Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-21T08:43:12.975Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-21T08:43:12.975Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-21T08:43:12.976Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b236e56-7406-441a-94fa-58ee2eb7fef6
2021-08-21T08:43:12.976Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:12.977Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:43:12.977Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:12.978Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:43:12.978Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:12.978Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:43:12.979Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:12.979Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:43:12.980Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:72d31f27-a8c2-4de7-aa4e-a46a46c49316
Model Version:NULL
Model InvariantUuid:fd018454-d3d7-4be0-8aaf-0ee1c84e72b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:7661f605-c567-4334-9676-f6b9bf5a3ad8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c934f2ea-1c55-4e25-9a85-1145fa825914
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:72e04b77-90cf-4d18-b987-1dd6ad209689
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a4993345-f92b-4197-bbf3-39ea11c2a9f2
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:96282bc4-9611-42b1-aa2d-4a8242332f91
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b236e56-7406-441a-94fa-58ee2eb7fef6
ModelInvariantUuid:cdfa5436-7fbe-42e7-9842-39a2a5b4fcd5
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:8ba173a0-873d-4b02-b002-39512e90f485
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e121875a-5194-471d-b762-2fb857edc2a5
ModelInvariantUuid:4c1a747c-f0ae-485f-a967-4f8cb9bbcb7a
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:3eaec1a2-d529-4135-9ac4-d32691d42ef8
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-21T08:43:12.991Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ceabc643-1cdf-4dd9-8cda-62f52cdb08ff
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-21T08:43:13.001Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||basicclamp 0
2021-08-21T08:43:13.002Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ceabc643-1cdf-4dd9-8cda-62f52cdb08ff
2021-08-21T08:43:13.003Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 542fde6e-355b-4fa6-9b6f-5accc2be3402 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-21T08:43:13.003Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-21T08:43:13.003Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:13.897Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-21T08:43:13.898Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 542fde6e-355b-4fa6-9b6f-5accc2be3402 790
2021-08-21T08:43:13.899Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:13.899Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:13.899Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-21T08:43:13.900Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:13.903Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:13.903Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535393899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:43:14.006Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-08-21T08:43:14.008Z||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-21T08:43:14.008Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:14.019Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:14.019Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:43:14.904Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a4993345-f92b-4197-bbf3-39ea11c2a9f2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "96282bc4-9611-42b1-aa2d-4a8242332f91",
    "vfModuleModelCustomizationUUID": "5d31c87b-4e81-4bc5-8743-6e2981608896",
    "isBase": true,
    "artifacts": [
      "ef25b483-bcc5-4eba-8733-b66835696d57",
      "3f25630e-f5e9-4328-b567-c7ec42f19e28"
    ],
    "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-21T08:43:14.910Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96282bc4-9611-42b1-aa2d-4a8242332f91
VfModuleModelInvariantUUID:a4993345-f92b-4197-bbf3-39ea11c2a9f2
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef25b483-bcc5-4eba-8733-b66835696d57
,
3f25630e-f5e9-4328-b567-c7ec42f19e28

}
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-21T08:43:14.914Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a4993345-f92b-4197-bbf3-39ea11c2a9f2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "96282bc4-9611-42b1-aa2d-4a8242332f91",
    "vfModuleModelCustomizationUUID": "5d31c87b-4e81-4bc5-8743-6e2981608896",
    "isBase": true,
    "artifacts": [
      "ef25b483-bcc5-4eba-8733-b66835696d57",
      "3f25630e-f5e9-4328-b567-c7ec42f19e28"
    ],
    "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-21T08:43:14.914Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96282bc4-9611-42b1-aa2d-4a8242332f91
VfModuleModelInvariantUUID:a4993345-f92b-4197-bbf3-39ea11c2a9f2
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef25b483-bcc5-4eba-8733-b66835696d57
,
3f25630e-f5e9-4328-b567-c7ec42f19e28

}
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-21T08:43:14.914Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ef25b483-bcc5-4eba-8733-b66835696d57 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-21T08:43:14.914Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-21T08:43:14.915Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:15.363Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-21T08:43:15.364Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ef25b483-bcc5-4eba-8733-b66835696d57 5033
2021-08-21T08:43:15.364Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:15.365Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:15.365Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-21T08:43:15.365Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:15.367Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:15.368Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535395364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:43:15.467Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T08:43:15.469Z||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-21T08:43:15.469Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:15.485Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:15.486Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:43:16.368Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f25630e-f5e9-4328-b567-c7ec42f19e28 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-21T08:43:16.369Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-21T08:43:16.369Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:18.498Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-21T08:43:18.499Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 3f25630e-f5e9-4328-b567-c7ec42f19e28 909
2021-08-21T08:43:18.499Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:18.499Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:18.500Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-21T08:43:18.500Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:18.502Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:18.502Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535398499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:43:18.602Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T08:43:18.604Z||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-21T08:43:18.605Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:18.622Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:18.622Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:43:19.503Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 72d31f27-a8c2-4de7-aa4e-a46a46c49316
2021-08-21T08:43:19.504Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 ceabc643-1cdf-4dd9-8cda-62f52cdb08ff 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-21T08:43:19.528Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:19.529Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:43:19.530Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-08-21T08:43:19.530Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 72e04b77-90cf-4d18-b987-1dd6ad209689
2021-08-21T08:43:19.530Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 72e04b77-90cf-4d18-b987-1dd6ad209689 matches Tosca VF Customization UUID: 72e04b77-90cf-4d18-b987-1dd6ad209689
2021-08-21T08:43:19.530Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 72e04b77-90cf-4d18-b987-1dd6ad209689  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-21T08:43:19.534Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:19.535Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:43:19.536Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 72e04b77-90cf-4d18-b987-1dd6ad209689: {\"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-21T08:43:19.537Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23e1bf9e
2021-08-21T08:43:19.537Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:19.537Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-21T08:43:19.538Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5d31c87b-4e81-4bc5-8743-6e2981608896
2021-08-21T08:43:19.538Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5d31c87b-4e81-4bc5-8743-6e2981608896
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-21T08:43:19.542Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:19.542Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-21T08:43:19.543Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:43:19.543Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:19.543Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-21T08:43:19.544Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:43:19.544Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:19.544Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-21T08:43:19.545Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-21T08:43:19.545Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-21T08:43:19.545Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b236e56-7406-441a-94fa-58ee2eb7fef6
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-21T08:43:19.549Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:19.549Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-21T08:43:19.549Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-21T08:43:19.550Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:19.550Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-21T08:43:19.551Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=72e04b77-90cf-4d18-b987-1dd6ad209689
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-21T08:43:19.553Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:19.553Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:43:19.554Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 72d31f27-a8c2-4de7-aa4e-a46a46c49316: basicclamp
2021-08-21T08:43:19.554Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:19.554Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:43:19.554Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:19.554Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:43:19.555Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:19.555Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:43:19.555Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:19.555Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:43:19.556Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T08:43:19.556Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T08:43:19.556Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:19.660Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp ceabc643-1cdf-4dd9-8cda-62f52cdb08ff 1 ASDC deployResourceStructure
2021-08-21T08:43:19.661Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:19.661Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:19.661Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-21T08:43:19.662Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:19.663Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:19.664Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535399661,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-21T08:43:19.764Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:43:19.765Z||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-21T08:43:19.765Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:19.782Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:19.782Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:43:20.665Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:20.665Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:20.665Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-21T08:43:20.666Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:20.668Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:20.668Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535400665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-21T08:43:20.768Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:43:20.769Z||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-21T08:43:20.770Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:20.779Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:20.779Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:43:21.669Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:21.669Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:21.669Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-21T08:43:21.670Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:21.672Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:21.672Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535401669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-21T08:43:21.772Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T08:43:21.773Z||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-21T08:43:21.773Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:21.783Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:21.783Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:43:22.672Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:22.673Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:22.673Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-21T08:43:22.673Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:22.675Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:22.676Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535402672,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:43:22.775Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T08:43:22.776Z||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-21T08:43:22.776Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:22.787Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:22.788Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-21T08:43:23.676Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7092cb78-52d9-46dc-8920-e30ceed3b290
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T08:43:23.690Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7092cb78-52d9-46dc-8920-e30ceed3b290
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T08:43:23.693Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T08:43:23.693Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-21T08:43:23.693Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-21T08:43:23.693Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-21T08:43:23.693Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:43:23.693Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:43:23.693Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:43:23.694Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:43:23.694Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:43:23.694Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:43:23.694Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T08:43:23.694Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:23.699Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-21T08:43:53.699Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7092cb78-52d9-46dc-8920-e30ceed3b290 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-21T08:43:53.721Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7092cb78-52d9-46dc-8920-e30ceed3b290 and serviceModelVersionId: 72d31f27-a8c2-4de7-aa4e-a46a46c49316
2021-08-21T08:43:53.721Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd018454-d3d7-4be0-8aaf-0ee1c84e72b6
2021-08-21T08:43:53.724Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd018454-d3d7-4be0-8aaf-0ee1c84e72b6/model-vers/model-ver/72d31f27-a8c2-4de7-aa4e-a46a46c49316?depth=0
2021-08-21T08:43:53.736Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-21T08:43:53.828Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fd018454-d3d7-4be0-8aaf-0ee1c84e72b6/model-vers/model-ver/72d31f27-a8c2-4de7-aa4e-a46a46c49316?depth=0|INFO|500||Invoke
2021-08-21T08:43:53.829Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fd018454-d3d7-4be0-8aaf-0ee1c84e72b6/model-vers/model-ver/72d31f27-a8c2-4de7-aa4e-a46a46c49316?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fd018454-d3d7-4be0-8aaf-0ee1c84e72b6/model-vers/model-ver/72d31f27-a8c2-4de7-aa4e-a46a46c49316?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7092cb78-52d9-46dc-8920-e30ceed3b290], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d6500bb9-c181-41ef-a0cf-c0cd3ffcd63b], X-ECOMP-RequestID=[7092cb78-52d9-46dc-8920-e30ceed3b290], X-TransactionId=[], X-ONAP-RequestID=[7092cb78-52d9-46dc-8920-e30ceed3b290], Content-Type=[application/merge-patch+json]}
2021-08-21T08:43:53.859Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fd018454-d3d7-4be0-8aaf-0ee1c84e72b6/model-vers/model-ver/72d31f27-a8c2-4de7-aa4e-a46a46c49316?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-21T08:43:54.064Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fd018454-d3d7-4be0-8aaf-0ee1c84e72b6/model-vers/model-ver/72d31f27-a8c2-4de7-aa4e-a46a46c49316?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/fd018454-d3d7-4be0-8aaf-0ee1c84e72b6/model-vers/model-ver/72d31f27-a8c2-4de7-aa4e-a46a46c49316?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210821-08:43:53:882-195], vertex-id=[176248], Content-Length=[0], Date=[Sat, 21 Aug 2021 08:43:53 GMT], Content-Type=[application/json]}
2021-08-21T08:43:54.065Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fd018454-d3d7-4be0-8aaf-0ee1c84e72b6/model-vers/model-ver/72d31f27-a8c2-4de7-aa4e-a46a46c49316?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-21T08:43:54.066Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fd018454-d3d7-4be0-8aaf-0ee1c84e72b6/model-vers/model-ver/72d31f27-a8c2-4de7-aa4e-a46a46c49316?depth=0|INFO|500||InvokeReturn
2021-08-21T08:43:54.066Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-21T08:43:54.066Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||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-21T08:43:54.072Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-21T08:43:54.073Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7092cb78-52d9-46dc-8920-e30ceed3b290 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-21T08:43:54.074Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-21T08:43:54.075Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:43:54.080Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:43:54.080Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535434073,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-21T08:43:54.182Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-21T08:43:54.184Z||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-21T08:43:54.184Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:54.207Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:54.208Z||pool-56-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-21T08:43:59.176Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:43:59.177Z||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-21T08:43:59.177Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:43:59.179Z||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-21T08:43:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:43:59.311Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:43:59.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:43:59.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:43:59.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:44:08.761Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:44:59.176Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:44:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:44:59.182Z||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-21T08:44:59.182Z||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-21T08:44:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:44:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:44:59.713Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:44:59.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:44:59.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:44:59.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-21T08:44:59.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:44:59.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-21T08:44:59.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:44:59.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:44:59.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:44:59.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-21T08:44:59.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:44:59.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:44:59.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:44:59.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535379177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:44:59.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:44:59.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535390085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:44:59.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:44:59.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535393899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:44:59.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:44:59.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535395364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:44:59.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:44:59.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535398499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:44:59.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:44:59.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535399661,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-21T08:44:59.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:44:59.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535400665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-21T08:44:59.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:44:59.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535401669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-21T08:44:59.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:44:59.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535402672,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:44:59.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:44:59.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T08:44:59.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7092cb78-52d9-46dc-8920-e30ceed3b290",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629535434073,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-21T08:44:59.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:45:08.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:45:59.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:45:59.178Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:45:59.184Z||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-21T08:45:59.184Z||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-21T08:45:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:45:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:46:08.745Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:46:08.837Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:46:59.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:46:59.179Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:46:59.182Z||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-21T08:46:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:46:59.182Z||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-21T08:46:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:47:08.746Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:47:08.760Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:47:59.178Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:47:59.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:47:59.183Z||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-21T08:47:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:47:59.183Z||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-21T08:47:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:48:08.782Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:48:08.800Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:48:59.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:48:59.182Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:48:59.182Z||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-21T08:48:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:48:59.182Z||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-21T08:48:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:49:08.745Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:49:08.745Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:49:59.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:49:59.178Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:49:59.181Z|7092cb78-52d9-46dc-8920-e30ceed3b290|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-21T08:49:59.181Z||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-21T08:49:59.181Z|7092cb78-52d9-46dc-8920-e30ceed3b290|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:49:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:50:08.739Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:50:08.743Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:50:59.178Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:50:59.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:50:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T08:50:59.181Z||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-21T08:50:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:50:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:51:08.747Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:51:08.788Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:51:59.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:51:59.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:51:59.181Z||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-21T08:51:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:51:59.181Z||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-21T08:51:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:52:08.781Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:52:08.908Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:52:59.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:52:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:52:59.181Z||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-21T08:52:59.181Z||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-21T08:52:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:52:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:53:08.741Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:53:08.758Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:53:59.176Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:53:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:53:59.181Z||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-21T08:53:59.181Z||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-21T08:53:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:53:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:54:08.737Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:54:08.737Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:54:59.178Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:54:59.178Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:54:59.183Z||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-21T08:54:59.183Z||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-21T08:54:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:54:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:55:08.762Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:55:08.809Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:55:59.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:55:59.178Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:55:59.181Z||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-21T08:55:59.181Z||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-21T08:55:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:55:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:56:08.768Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:56:08.853Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:56:59.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:56:59.178Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:56:59.181Z||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-21T08:56:59.181Z||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-21T08:56:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:56:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:57:08.741Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:57:08.754Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:57:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:57:59.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:57:59.181Z||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-21T08:57:59.181Z||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-21T08:57:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:57:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:58:08.744Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:58:08.790Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:58:59.179Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:58:59.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:58:59.184Z||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-21T08:58:59.184Z||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-21T08:58:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:58:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:59:08.788Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:59:08.843Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:59:59.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:59:59.178Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T08:59:59.181Z||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-21T08:59:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:59:59.181Z||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-21T08:59:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T08:59:59.817Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:59:59.818Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:59:59.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7674a838-c26b-4f68-bb9d-8a7a8510e32d","serviceName":"Demo_pNF_ZNauPGkGmDQ29VyF1yjt","serviceVersion":"1.0","serviceUUID":"c69d2423-4b61-4839-bbe7-f6bfdbe2ff75","serviceDescription":"catalog service description","serviceInvariantUUID":"7c13e3ac-16c9-4be2-9dd6-0d7aa79a8e1c","resources":[{"resourceInstanceName":"pNF 2933a7e0-c348 0","resourceName":"pNF 2933a7e0-c348","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f035fd7f-ec71-425e-b8a1-85477a94c9df","resourceInvariantUUID":"61a20d32-8b16-4541-b32e-c2e2f9d1fa58","resourceCustomizationUUID":"d1008a5b-cc5f-47e0-b979-b0d2fd776791","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vf-license-model.xml","artifactChecksum":"YmNjNWRmYWM4Yjc0ZjAwZjZhYzg0MjVjMzE0NDA1ZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b76f585-aabe-46bf-910f-614bc13ae85d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/pNF.csar","artifactChecksum":"OTMzMzk4YzFlNTc0YmU0MWQwMGI2MDNmZjBlM2ZiZGQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a139219b-014e-469f-b022-6e47c4d41097","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"71e11d46-463b-4749-ac89-add53780a4f0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYyYTQ1NmE3YTk0YzhiZDA2NDIxMDNlNDg3ZmUyNzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"be286acd-b770-4eb6-b888-728e58ffa0eb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8200a2f1-d518-4954-ad79-3c64ae7f19b1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1942e147-5a5a-410d-9688-b0ccadf8b68e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZnaupgkgmdq29vyf1yjt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-template.yml","artifactChecksum":"NTk0N2Q5ZGVkZGUxYmEwOGJiYTc1ZmIyY2QzZDc2YjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f55dfdb9-52cc-4031-97fc-211320bb54fa","artifactVersion":"1"},{"artifactName":"service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar","artifactChecksum":"ZTIxNWZkYzg5YTllZDM2MzlmNmFjNzVjN2E0YTE2NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3cd72375-4786-4bd5-80f2-9c13a7466e1b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-21T08:59:59.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "clamp",
  "timestamp": 1629536356909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629536352827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "policy-id",
  "timestamp": 1629536357665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "clamp",
  "timestamp": 1629536356909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629536352827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "policy-id",
  "timestamp": 1629536357665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "cds",
  "timestamp": 1629536360783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "clamp",
  "timestamp": 1629536356909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629536352827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "policy-id",
  "timestamp": 1629536357665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "cds",
  "timestamp": 1629536360783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "clamp",
  "timestamp": 1629536356909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "policy-id",
  "timestamp": 1629536357665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629536352827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "cds",
  "timestamp": 1629536360783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "clamp",
  "timestamp": 1629536356909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629536352827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "policy-id",
  "timestamp": 1629536357665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "aai-ml",
  "timestamp": 1629536363730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "cds",
  "timestamp": 1629536360783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.835Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T08:59:59.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "clamp",
  "timestamp": 1629536356909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.837Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-21T08:59:59.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629536352827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "policy-id",
  "timestamp": 1629536357665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629536364099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "aai-ml",
  "timestamp": 1629536363730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.844Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T08:59:59.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "cds",
  "timestamp": 1629536360783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.845Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "clamp",
  "timestamp": 1629536356909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629536352827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "policy-id",
  "timestamp": 1629536357665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629536364099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "aai-ml",
  "timestamp": 1629536363730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "cds",
  "timestamp": 1629536360783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "clamp",
  "timestamp": 1629536356909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:59:59.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "policy-id",
  "timestamp": 1629536357665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:59:59.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629536352827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:59:59.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629536364099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "dcae-sch",
  "timestamp": 1629536366198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "aai-ml",
  "timestamp": 1629536363730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "cds",
  "timestamp": 1629536360783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629536364099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "dcae-sch",
  "timestamp": 1629536366198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "aai-ml",
  "timestamp": 1629536363730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "cds",
  "timestamp": 1629536360783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:59:59.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629536364099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "dcae-sch",
  "timestamp": 1629536366198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "aai-ml",
  "timestamp": 1629536363730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629536364099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-21T08:59:59.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "dcae-sch",
  "timestamp": 1629536366198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "policy-id",
  "timestamp": 1629536369912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:59:59.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:59:59.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "aai-ml",
  "timestamp": 1629536363730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629536364099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "dcae-sch",
  "timestamp": 1629536366198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "policy-id",
  "timestamp": 1629536370918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:59:59.876Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:59:59.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "cds",
  "timestamp": 1629536371220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:59:59.877Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:59:59.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "aai-ml",
  "timestamp": 1629536363730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T08:59:59.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "clamp",
  "timestamp": 1629536371690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:59:59.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:59:59.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629536364099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "dcae-sch",
  "timestamp": 1629536366198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "policy-id",
  "timestamp": 1629536371924,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-21T08:59:59.919Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7674a838-c26b-4f68-bb9d-8a7a8510e32d
2021-08-21T08:59:59.919Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7674a838-c26b-4f68-bb9d-8a7a8510e32d 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-21T08:59:59.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "cds",
  "timestamp": 1629536372231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-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-21T08:59:59.942Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7674a838-c26b-4f68-bb9d-8a7a8510e32d
2021-08-21T08:59:59.943Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7674a838-c26b-4f68-bb9d-8a7a8510e32d and ComponentName cds
2021-08-21T08:59:59.943Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
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=?
2021-08-21T08:59:59.945Z||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-21T08:59:59.945Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-21T08:59:59.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "dcae-sch",
  "timestamp": 1629536366198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "aai-ml",
  "timestamp": 1629536373496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:59:59.957Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:59:59.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "clamp",
  "timestamp": 1629536373582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:59:59.957Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:59:59.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629536373822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-21T08:59:59.958Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:59:59.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "dcae-sch",
  "timestamp": 1629536366198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "clamp",
  "timestamp": 1629536374585,
  "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-21T08:59:59.962Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T08:59:59.963Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-21T08:59:59.963Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7674a838-c26b-4f68-bb9d-8a7a8510e32d
2021-08-21T08:59:59.963Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7674a838-c26b-4f68-bb9d-8a7a8510e32d 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-21T08:59:59.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629536375060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-21T08:59:59.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:59:59.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629536374805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629536376065,
  "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-21T08:59:59.978Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7674a838-c26b-4f68-bb9d-8a7a8510e32d
2021-08-21T08:59:59.978Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7674a838-c26b-4f68-bb9d-8a7a8510e32d 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-21T08:59:59.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629536374805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629536374805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629536374805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629536374805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "aai-ml",
  "timestamp": 1629536380012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T08:59:59.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T08:59:59.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629536374805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T08:59:59.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T08:59:59.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T08:59:59.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "aai-ml",
  "timestamp": 1629536381017,
  "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-21T09:00:00.000Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7674a838-c26b-4f68-bb9d-8a7a8510e32d
2021-08-21T09:00:00.000Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7674a838-c26b-4f68-bb9d-8a7a8510e32d 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-21T09:00:00.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T09:00:00.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629536374805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T09:00:00.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T09:00:00.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T09:00:00.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629536374805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T09:00:00.012Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-21T09:00:00.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T09:00:00.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629536384398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T09:00:00.013Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T09:00:00.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T09:00:00.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629536386989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T09:00:00.014Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T09:00:00.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-21T09:00:00.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629536387996,
  "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-21T09:00:00.021Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7674a838-c26b-4f68-bb9d-8a7a8510e32d
2021-08-21T09:00:00.022Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7674a838-c26b-4f68-bb9d-8a7a8510e32d 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-21T09:00:00.846Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T09:00:00.847Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-21T09:00:00.851Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T09:00:00.851Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T09:00:00.951Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T09:00:00.952Z||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-21T09:00:00.952Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T09:00:00.961Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:00:00.962Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-21T09:00:01.852Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T09:00:01.855Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-21T09:00:01.858Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T09:00:01.858Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-21T09:00:01.958Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T09:00:01.960Z||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-21T09:00:01.961Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T09:00:01.976Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:00:01.977Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-21T09:00:02.859Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T09:00:02.860Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-21T09:00:02.862Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T09:00:02.862Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T09:00:02.963Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T09:00:02.965Z||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-21T09:00:02.965Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T09:00:03.056Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:00:03.057Z||pool-60-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":1,"count":1}
2021-08-21T09:00:03.863Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T09:00:03.865Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-21T09:00:03.867Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T09:00:03.867Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T09:00:03.970Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-21T09:00:03.971Z||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-21T09:00:03.971Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T09:00:03.981Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:00:03.982Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-21T09:00:04.870Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T09:00:04.875Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-21T09:00:04.878Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T09:00:04.878Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T09:00:04.979Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T09:00:04.979Z||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-21T09:00:04.979Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T09:00:04.992Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:00:04.994Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-21T09:00:05.879Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T09:00:05.883Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-21T09:00:05.885Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T09:00:05.886Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T09:00:05.986Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-21T09:00:05.987Z||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-21T09:00:05.987Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T09:00:05.998Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:00:05.999Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-21T09:00:06.887Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-21T09:00:06.888Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-21T09:00:06.890Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T09:00:06.890Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T09:00:06.990Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T09:00:06.991Z||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-21T09:00:06.992Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T09:00:07.004Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:00:07.005Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-21T09:00:07.891Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "serviceName": "Demo_pNF_ZNauPGkGmDQ29VyF1yjt",
  "serviceVersion": "1.0",
  "serviceUUID": "c69d2423-4b61-4839-bbe7-f6bfdbe2ff75",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c13e3ac-16c9-4be2-9dd6-0d7aa79a8e1c",
  "resources": [
    {
      "resourceInstanceName": "pNF 2933a7e0-c348 0",
      "resourceCustomizationUUID": "d1008a5b-cc5f-47e0-b979-b0d2fd776791",
      "resourceName": "pNF 2933a7e0-c348",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f035fd7f-ec71-425e-b8a1-85477a94c9df",
      "resourceInvariantUUID": "61a20d32-8b16-4541-b32e-c2e2f9d1fa58",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
      "artifactChecksum": "ZTIxNWZkYzg5YTllZDM2MzlmNmFjNzVjN2E0YTE2NzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3cd72375-4786-4bd5-80f2-9c13a7466e1b"
    }
  ],
  "workloadContext": "Production"
}
2021-08-21T09:00:07.891Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-21T09:00:07.892Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c69d2423-4b61-4839-bbe7-f6bfdbe2ff75 ASDC
2021-08-21T09:00:07.893Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7674a838-c26b-4f68-bb9d-8a7a8510e32d
ServiceName:Demo_pNF_ZNauPGkGmDQ29VyF1yjt
ServiceVersion:1.0
ServiceUUID:c69d2423-4b61-4839-bbe7-f6bfdbe2ff75
ServiceInvariantUUID:7c13e3ac-16c9-4be2-9dd6-0d7aa79a8e1c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
ArtifactUUID:3cd72375-4786-4bd5-80f2-9c13a7466e1b
ArtifactChecksum:ZTIxNWZkYzg5YTllZDM2MzlmNmFjNzVjN2E0YTE2NzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2933a7e0-c348 0
ResourceCustomizationUUID:d1008a5b-cc5f-47e0-b979-b0d2fd776791
ResourceInvariantUUID:61a20d32-8b16-4541-b32e-c2e2f9d1fa58
ResourceName:pNF 2933a7e0-c348
ResourceType:PNF
ResourceUUID:f035fd7f-ec71-425e-b8a1-85477a94c9df
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-21T09:00:07.893Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c69d2423-4b61-4839-bbe7-f6bfdbe2ff75 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-21T09:00:07.936Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-21T09:00:07.939Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-21T09:00:07.939Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-21T09:00:07.939Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3cd72375-4786-4bd5-80f2-9c13a7466e1b from URL: /sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:07.939Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-21T09:00:07.940Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:09.552Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-21T09:00:09.557Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar 3cd72375-4786-4bd5-80f2-9c13a7466e1b 82554
2021-08-21T09:00:09.558Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar ASDC sendASDCNotification
2021-08-21T09:00:09.558Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:09.563Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-21T09:00:09.563Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-21T09:00:09.567Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T09:00:09.568Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536409558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T09:00:09.670Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-08-21T09:00:09.671Z||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-21T09:00:09.672Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T09:00:09.692Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:00:09.693Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-08-21T09:00:10.582Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-21T09:00:10.593Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-21T09:00:10.601Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3cd72375-4786-4bd5-80f2-9c13a7466e1b, URL: /sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar to file: /app/ASDC/1/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:10.612Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:10.614Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:10.616Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:10.920Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17992349860518943128/Definitions/service-DemoPnfZnaupgkgmdq29vyf1yjt-template.yml
2021-08-21T09:00:11.889Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-21T09:00:11.890Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-21T09:00:11.890Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:11.890Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-21T09:00:11.890Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2933a7e0-c348 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-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:11.890Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||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-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:11.891Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:11.891Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||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-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:11.891Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:11.891Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:11.891Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:11.891Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-21T09:00:11.891Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T09:00:11.892Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_ZNauPGkGmDQ29VyF1yjt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T09:00:11.892Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Node template pNF 2933a7e0-c348 0 is matching search criteria
2021-08-21T09:00:11.892Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-21T09:00:11.893Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 2933a7e0-c348 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-21T09:00:11.893Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T09:00:11.893Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_ZNauPGkGmDQ29VyF1yjt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T09:00:11.894Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Node template pNF 2933a7e0-c348 0 is matching search criteria
2021-08-21T09:00:11.894Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-21T09:00:11.894Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 2933a7e0-c348 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-21T09:00:11.894Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T09:00:11.894Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_ZNauPGkGmDQ29VyF1yjt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T09:00:11.895Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T09:00:11.895Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_ZNauPGkGmDQ29VyF1yjt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T09:00:11.895Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T09:00:11.895Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_ZNauPGkGmDQ29VyF1yjt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T09:00:11.896Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T09:00:11.896Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_ZNauPGkGmDQ29VyF1yjt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T09:00:11.896Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T09:00:11.897Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_ZNauPGkGmDQ29VyF1yjt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T09:00:11.897Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ZNauPGkGmDQ29VyF1yjt
Description:catalog service description
Model UUID:c69d2423-4b61-4839-bbe7-f6bfdbe2ff75
Model Version:NULL
Model InvariantUuid:7c13e3ac-16c9-4be2-9dd6-0d7aa79a8e1c
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-21T09:00:11.906Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: f035fd7f-ec71-425e-b8a1-85477a94c9df
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-21T09:00:11.912Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||pNF 2933a7e0-c348 0
2021-08-21T09:00:11.914Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f035fd7f-ec71-425e-b8a1-85477a94c9df
2021-08-21T09:00:11.914Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c69d2423-4b61-4839-bbe7-f6bfdbe2ff75
2021-08-21T09:00:11.918Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c69d2423-4b61-4839-bbe7-f6bfdbe2ff75
2021-08-21T09:00:11.918Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2933a7e0-c348 0 f035fd7f-ec71-425e-b8a1-85477a94c9df 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-21T09:00:11.925Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T09:00:11.925Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_ZNauPGkGmDQ29VyF1yjt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T09:00:11.926Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c69d2423-4b61-4839-bbe7-f6bfdbe2ff75: pNF 2933a7e0-c348
2021-08-21T09:00:11.926Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||Processing PNF resource: f035fd7f-ec71-425e-b8a1-85477a94c9df
2021-08-21T09:00:11.927Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-21T09:00:11.927Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_ZNauPGkGmDQ29VyF1yjt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-21T09:00:11.927Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||Resource customization UUID: d1008a5b-cc5f-47e0-b979-b0d2fd776791 is the same as notified resource customizationUUID: d1008a5b-cc5f-47e0-b979-b0d2fd776791
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-21T09:00:11.990Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2933a7e0-c348 f035fd7f-ec71-425e-b8a1-85477a94c9df 0 ASDC deployResourceStructure
2021-08-21T09:00:11.991Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar ASDC sendASDCNotification
2021-08-21T09:00:11.991Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar
2021-08-21T09:00:11.991Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-21T09:00:11.991Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-21T09:00:11.994Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T09:00:11.994Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536411991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T09:00:12.094Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T09:00:12.095Z||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-21T09:00:12.096Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T09:00:12.106Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:00:12.106Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-21T09:00:12.995Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7674a838-c26b-4f68-bb9d-8a7a8510e32d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T09:00:13.012Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7674a838-c26b-4f68-bb9d-8a7a8510e32d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-21T09:00:13.015Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-21T09:00:13.015Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-21T09:00:13.015Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-21T09:00:13.015Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-21T09:00:13.015Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T09:00:13.015Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T09:00:13.015Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T09:00:13.015Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T09:00:13.015Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T09:00:13.015Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T09:00:13.015Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-21T09:00:13.016Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-21T09:00:13.020Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-21T09:00:43.020Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7674a838-c26b-4f68-bb9d-8a7a8510e32d 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-21T09:00:43.033Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7674a838-c26b-4f68-bb9d-8a7a8510e32d and serviceModelVersionId: c69d2423-4b61-4839-bbe7-f6bfdbe2ff75
2021-08-21T09:00:43.034Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c13e3ac-16c9-4be2-9dd6-0d7aa79a8e1c
2021-08-21T09:00:43.035Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c13e3ac-16c9-4be2-9dd6-0d7aa79a8e1c/model-vers/model-ver/c69d2423-4b61-4839-bbe7-f6bfdbe2ff75?depth=0
2021-08-21T09:00:43.042Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-08-21T09:00:43.109Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c13e3ac-16c9-4be2-9dd6-0d7aa79a8e1c/model-vers/model-ver/c69d2423-4b61-4839-bbe7-f6bfdbe2ff75?depth=0|INFO|500||Invoke
2021-08-21T09:00:43.110Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c13e3ac-16c9-4be2-9dd6-0d7aa79a8e1c/model-vers/model-ver/c69d2423-4b61-4839-bbe7-f6bfdbe2ff75?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c13e3ac-16c9-4be2-9dd6-0d7aa79a8e1c/model-vers/model-ver/c69d2423-4b61-4839-bbe7-f6bfdbe2ff75?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7674a838-c26b-4f68-bb9d-8a7a8510e32d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b6fd800a-9ff7-49c4-9243-2fe673ee9631], X-ECOMP-RequestID=[7674a838-c26b-4f68-bb9d-8a7a8510e32d], X-TransactionId=[], X-ONAP-RequestID=[7674a838-c26b-4f68-bb9d-8a7a8510e32d], Content-Type=[application/merge-patch+json]}
2021-08-21T09:00:43.133Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c13e3ac-16c9-4be2-9dd6-0d7aa79a8e1c/model-vers/model-ver/c69d2423-4b61-4839-bbe7-f6bfdbe2ff75?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-21T09:00:43.322Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c13e3ac-16c9-4be2-9dd6-0d7aa79a8e1c/model-vers/model-ver/c69d2423-4b61-4839-bbe7-f6bfdbe2ff75?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/7c13e3ac-16c9-4be2-9dd6-0d7aa79a8e1c/model-vers/model-ver/c69d2423-4b61-4839-bbe7-f6bfdbe2ff75?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210821-09:00:43:160-8350], vertex-id=[590000], Content-Length=[0], Date=[Sat, 21 Aug 2021 09:00:43 GMT], Content-Type=[application/json]}
2021-08-21T09:00:43.323Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c13e3ac-16c9-4be2-9dd6-0d7aa79a8e1c/model-vers/model-ver/c69d2423-4b61-4839-bbe7-f6bfdbe2ff75?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-21T09:00:43.324Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c13e3ac-16c9-4be2-9dd6-0d7aa79a8e1c/model-vers/model-ver/c69d2423-4b61-4839-bbe7-f6bfdbe2ff75?depth=0|INFO|500||InvokeReturn
2021-08-21T09:00:43.324Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-21T09:00:43.324Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||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-21T09:00:43.332Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-21T09:00:43.332Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7674a838-c26b-4f68-bb9d-8a7a8510e32d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-21T09:00:43.333Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-21T09:00:43.334Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-21T09:00:43.337Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-21T09:00:43.337Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536443332,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-21T09:00:43.437Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-21T09:00:43.438Z||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-21T09:00:43.438Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oAacD9WsXBZqaRpw) ...
2021-08-21T09:00:43.451Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:00:43.452Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 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-21T09:00:59.178Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:00:59.178Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:00:59.181Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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-21T09:00:59.181Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:00:59.181Z||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-21T09:00:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:00:59.312Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:00:59.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-21T09:00:59.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T09:00:59.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-21T09:01:08.751Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:01:59.177Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:01:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:01:59.181Z||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-21T09:01:59.181Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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-21T09:01:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:01:59.181Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:01:59.709Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:01:59.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T09:01:59.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-21T09:01:59.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T09:01:59.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T09:01:59.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-21T09:01:59.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T09:01:59.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T09:01:59.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T09:01:59.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T09:01:59.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T09:01:59.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T09:01:59.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T09:01:59.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T09:01:59.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/resourceInstances/pnf2933a7e0c3480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T09:01:59.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T09:01:59.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T09:01:59.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-21T09:01:59.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T09:01:59.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T09:01:59.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536399176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-21T09:01:59.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-21T09:01:59.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T09:01:59.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536409558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-21T09:01:59.715Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T09:01:59.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T09:01:59.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536411991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZnaupgkgmdq29vyf1yjt/1.0/artifacts/service-DemoPnfZnaupgkgmdq29vyf1yjt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-21T09:01:59.716Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T09:01:59.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-21T09:01:59.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7674a838-c26b-4f68-bb9d-8a7a8510e32d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629536443332,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-21T09:01:59.716Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-21T09:02:08.747Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:02:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:02:59.178Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:02:59.181Z||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-21T09:02:59.181Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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-21T09:02:59.182Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:02:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:03:08.789Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:03:08.789Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:03:59.177Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:03:59.179Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:03:59.185Z||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-21T09:03:59.185Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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-21T09:03:59.185Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:03:59.185Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:04:08.778Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:04:08.787Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:04:59.177Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:04:59.180Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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-21T09:04:59.180Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:04:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:04:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:04:59.182Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:05:08.730Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:05:08.734Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:05:59.177Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:05:59.178Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:05:59.182Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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-21T09:05:59.182Z||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-21T09:05:59.182Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:05:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:06:08.749Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:06:08.781Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:06:59.177Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:06:59.178Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:06:59.180Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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-21T09:06:59.180Z||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-21T09:06:59.180Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:06:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:07:08.741Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:07:08.741Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:07:59.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:07:59.180Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:07:59.180Z||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-21T09:07:59.180Z||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-21T09:07:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:07:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:08:08.752Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:08:08.752Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:08:59.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:08:59.179Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:08:59.179Z||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-21T09:08:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:08:59.182Z||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-21T09:08:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:09:08.758Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:09:08.787Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:09:59.176Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:09:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:09:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:09:59.182Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:09:59.183Z||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-21T09:09:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:10:08.764Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:10:08.784Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:10:59.177Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:10:59.179Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:10:59.182Z||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-21T09:10:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:10:59.183Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:10:59.183Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:11:08.759Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:11:08.764Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:11:59.179Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:11:59.179Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:11:59.185Z||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-21T09:11:59.184Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:11:59.185Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:11:59.185Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:12:08.776Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:12:08.794Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:12:59.176Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:12:59.178Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:12:59.180Z||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-21T09:12:59.180Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:12:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:12:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:13:08.753Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:13:08.755Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:13:59.177Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:13:59.178Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:13:59.182Z|7092cb78-52d9-46dc-8920-e30ceed3b290|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-21T09:13:59.182Z|7092cb78-52d9-46dc-8920-e30ceed3b290|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:13:59.182Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:13:59.191Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:14:08.784Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:14:08.784Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:14:59.178Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:14:59.177Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:14:59.191Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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-21T09:14:59.192Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:14:59.191Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:14:59.192Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:15:08.771Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:15:08.784Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:15:59.178Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:15:59.177Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:15:59.183Z||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-21T09:15:59.183Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:15:59.183Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:15:59.183Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:16:08.792Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:16:08.792Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:16:59.177Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:16:59.178Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:16:59.182Z||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-21T09:16:59.182Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:16:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:16:59.182Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:17:08.737Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:17:08.792Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:17:59.176Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:17:59.178Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:17:59.181Z|7092cb78-52d9-46dc-8920-e30ceed3b290|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-21T09:17:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:17:59.181Z|7092cb78-52d9-46dc-8920-e30ceed3b290|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:17:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:18:08.799Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:18:08.802Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:18:59.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:18:59.178Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:18:59.183Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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-21T09:18:59.183Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:18:59.183Z||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-21T09:18:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:19:08.771Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:19:08.794Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:19:59.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:19:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:19:59.181Z||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-21T09:19:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:19:59.181Z||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-21T09:19:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:20:08.795Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:20:08.816Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:20:59.179Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:20:59.179Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:20:59.184Z||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-21T09:20:59.184Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:20:59.184Z||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-21T09:20:59.185Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:21:08.780Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:21:08.782Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:21:59.182Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:21:59.188Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:21:59.188Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:21:59.179Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:21:59.192Z||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-21T09:21:59.195Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:22:08.849Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:22:08.849Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:22:59.178Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:22:59.177Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:22:59.181Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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-21T09:22:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:22:59.181Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:22:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:23:08.799Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:23:08.800Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:23:59.179Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:23:59.177Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:23:59.182Z||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-21T09:23:59.182Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:23:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:23:59.182Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:24:08.749Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:24:08.752Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:24:59.178Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:24:59.176Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:24:59.181Z||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-21T09:24:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:24:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:24:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:25:08.742Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:25:08.746Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:25:59.177Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:25:59.179Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:25:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:25:59.181Z||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-21T09:25:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:25:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:26:08.826Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:26:08.826Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:26:59.176Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:26:59.178Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:26:59.182Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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-21T09:26:59.182Z||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-21T09:26:59.182Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:26:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:27:08.809Z|7674a838-c26b-4f68-bb9d-8a7a8510e32d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:27:08.845Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:27:59.176Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:27:59.178Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:27:59.181Z||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-21T09:27:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:27:59.181Z||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-21T09:27:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:28:08.794Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:28:08.794Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:28:59.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:28:59.178Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:28:59.180Z||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-21T09:28:59.180Z||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-21T09:28:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:28:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:29:08.731Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:29:08.746Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:29:59.179Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:29:59.180Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:29:59.185Z||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-21T09:29:59.185Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:29:59.185Z||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-21T09:29:59.185Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:30:08.802Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:30:08.802Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:30:59.176Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:30:59.179Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:30:59.181Z||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-21T09:30:59.181Z||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-21T09:30:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:30:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:31:08.749Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:31:08.749Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:31:59.176Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:31:59.178Z||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-21T09:31:59.178Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:31:59.178Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:31:59.179Z|7092cb78-52d9-46dc-8920-e30ceed3b290|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-21T09:31:59.179Z|7092cb78-52d9-46dc-8920-e30ceed3b290|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:32:08.747Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:32:08.779Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:32:59.176Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:32:59.179Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:32:59.179Z||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-21T09:32:59.180Z||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-21T09:32:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:32:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:33:08.748Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:33:08.748Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:33:59.176Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:33:59.179Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:33:59.180Z||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-21T09:33:59.180Z||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-21T09:33:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:33:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:34:08.735Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:34:08.735Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:34:59.176Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:34:59.178Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:34:59.178Z||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-21T09:34:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:34:59.179Z||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-21T09:34:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:35:08.736Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:35:08.746Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:35:59.175Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:35:59.178Z||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-21T09:35:59.178Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:35:59.178Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:35:59.179Z||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-21T09:35:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:36:08.774Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:36:08.779Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:36:59.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:36:59.178Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:36:59.181Z|7092cb78-52d9-46dc-8920-e30ceed3b290|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-21T09:36:59.181Z|7092cb78-52d9-46dc-8920-e30ceed3b290|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:36:59.181Z||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-21T09:36:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:37:08.780Z|7092cb78-52d9-46dc-8920-e30ceed3b290|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:37:08.788Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:37:59.176Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:37:59.178Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:37:59.179Z||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-21T09:37:59.179Z||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-21T09:37:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:37:59.180Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:38:08.745Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:38:08.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:38:59.178Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:38:59.181Z||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-21T09:38:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:38:59.176Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:38:59.186Z||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-21T09:38:59.187Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:39:08.745Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:39:08.797Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:39:59.176Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:39:59.178Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:39:59.179Z||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-21T09:39:59.179Z||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-21T09:39:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:39:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:40:08.733Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:40:08.785Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:40:59.176Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:40:59.179Z||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-21T09:40:59.179Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:40:59.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:40:59.181Z||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-21T09:40:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:41:08.733Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:41:08.755Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:41:59.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:41:59.178Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:41:59.181Z||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-21T09:41:59.181Z||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-21T09:41:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:41:59.181Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:42:08.742Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:42:08.754Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:42:59.178Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:42:59.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-21T09:42:59.181Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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-21T09:42:59.181Z||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-21T09:42:59.182Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:42:59.182Z||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 oAacD9WsXBZqaRpw) ...
2021-08-21T09:43:08.748Z|3ee816b1-da33-4cb5-820c-25fe9fcbfcb4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:43:08.805Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-21T09:43:20.188Z||http-nio-8085-exec-6|||||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)