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-09-02T11:21:23.640Z||main|||||INFO|500||The following profiles are active: basic
2021-09-02T11:21:31.775Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-02T11:21:31.776Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-02T11:21:31.848Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-02T11:21:33.818Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-02T11:21:33.953Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-02T11:21:34.328Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-02T11:21:34.334Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-02T11:21:34.412Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-02T11:21:34.533Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-02T11:21:34.853Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-02T11:21:35.587Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-02T11:21:37.263Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-02T11:21:37.301Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-02T11:21:37.660Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-02T11:21:37.837Z||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-09-02T11:21:38.766Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-02T11:21:39.544Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-02T11:21:39.558Z||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$$9365e490.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-09-02T11:21:39.559Z||main|||||WARN|500||The sdc end point is not alive
2021-09-02T11:21:41.765Z||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-09-02T11:21:43.899Z||main|||||WARN|500||---
2021-09-02T11:21:43.900Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-02T11:21:43.900Z||main|||||WARN|500||---
2021-09-02T11:21:44.278Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-02T11:21:48.314Z||main|||||INFO|500||Started Application in 28.483 seconds (JVM running for 29.462)
2021-09-02T11:21:48.328Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-02T11:21:48.329Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-02T11:21:48.339Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-02T11:21:48.396Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-02T11:21:48.427Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2d6f2e08-e6d2-45b4-8443-77706fa8fd07 url= /sdc/v1/artifactTypes
2021-09-02T11:21:48.428Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-02T11:21:48.641Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-02T11:21:48.653Z||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-09-02T11:21:48.670Z||scheduling-1|||||DEBUG|500||create keys
2021-09-02T11:21:48.687Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-02T11:21:48.711Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:21:48.728Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e9db9118-15ae-4410-bdcf-cf0029f2a01a url= /sdc/v1/registerForDistribution
2021-09-02T11:21:48.833Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e9db9118-15ae-4410-bdcf-cf0029f2a01a url= /sdc/v1/registerForDistribution
2021-09-02T11:21:48.833Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-02T11:21:48.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:21:48.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:21:48.848Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-02T11:21:48.851Z||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-09-02T11:21:48.851Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:21:48.851Z||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-09-02T11:21:48.852Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:21:59.056Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:21:59.056Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:22:48.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:22:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:22:48.844Z||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-09-02T11:22:48.845Z||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-09-02T11:22:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:22:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:22:58.391Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:22:58.392Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:23:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:23:48.844Z||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-09-02T11:23:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:23:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:23:48.846Z||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-09-02T11:23:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:23:58.383Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:23:58.396Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:24:48.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:24:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:24:48.845Z||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-09-02T11:24:48.845Z||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-09-02T11:24:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:24:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:24:58.385Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:24:58.385Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:25:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:25:48.844Z||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-09-02T11:25:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:25:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:25:48.845Z||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-09-02T11:25:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:25:58.386Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:25:58.388Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:26:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:26:48.844Z||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-09-02T11:26:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:26:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:26:48.845Z||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-09-02T11:26:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:26:58.384Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:26:58.386Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:27:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:27:48.844Z||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-09-02T11:27:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:27:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:27:48.845Z||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-09-02T11:27:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:27:58.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:27:58.384Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:28:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:28:48.844Z||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-09-02T11:28:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:28:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:28:48.846Z||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-09-02T11:28:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:28:58.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:28:58.385Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:29:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:29:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:29:48.844Z||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-09-02T11:29:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:29:48.845Z||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-09-02T11:29:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:29:58.388Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:29:58.389Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:30:48.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:30:48.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:30:48.847Z||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-09-02T11:30:48.847Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:30:48.849Z||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-09-02T11:30:48.849Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:30:58.391Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:30:58.392Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:31:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:31:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:31:48.846Z||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-09-02T11:31:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:31:48.846Z||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-09-02T11:31:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:31:58.387Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:31:58.387Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:32:03.786Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-02T11:32:48.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:32:48.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:32:48.849Z||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-09-02T11:32:48.849Z||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-09-02T11:32:48.849Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:32:48.849Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:32:58.396Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:32:58.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:33:48.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:33:48.844Z||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-09-02T11:33:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:33:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:33:48.845Z||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-09-02T11:33:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:33:58.387Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:33:58.387Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:34:48.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:34:48.844Z||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-09-02T11:34:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:34:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:34:48.845Z||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-09-02T11:34:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:34:58.383Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:34:58.384Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:35:48.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:35:48.844Z||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-09-02T11:35:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:35:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:35:48.845Z||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-09-02T11:35:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:35:58.384Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:35:58.385Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:36:48.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:36:48.844Z||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-09-02T11:36:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:36:48.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:36:48.845Z||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-09-02T11:36:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:36:58.380Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:36:58.383Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:37:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:37:48.844Z||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-09-02T11:37:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:37:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:37:48.845Z||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-09-02T11:37:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:37:58.383Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:37:58.385Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:38:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:38:48.844Z||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-09-02T11:38:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:38:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:38:48.845Z||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-09-02T11:38:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:38:58.383Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:38:58.384Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:39:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:39:48.844Z||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-09-02T11:39:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:39:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:39:48.845Z||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-09-02T11:39:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:39:58.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:39:58.384Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:40:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:40:48.844Z||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-09-02T11:40:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:40:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:40:48.845Z||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-09-02T11:40:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:40:58.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:40:58.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:41:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:41:48.844Z||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-09-02T11:41:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:41:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:41:48.845Z||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-09-02T11:41:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:41:58.383Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:41:58.383Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:42:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:42:48.844Z||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-09-02T11:42:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:42:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:42:48.845Z||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-09-02T11:42:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:42:58.403Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:42:58.403Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:43:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:43:48.844Z||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-09-02T11:43:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:43:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:43:48.846Z||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-09-02T11:43:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:43:58.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:43:58.383Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:44:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:44:48.844Z||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-09-02T11:44:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:44:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:44:48.845Z||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-09-02T11:44:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:44:58.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:44:58.385Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:45:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:45:48.844Z||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-09-02T11:45:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:45:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:45:48.845Z||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-09-02T11:45:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:45:58.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:45:58.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:46:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:46:48.844Z||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-09-02T11:46:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:46:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:46:48.845Z||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-09-02T11:46:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:46:58.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:46:58.385Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:47:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:47:48.844Z||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-09-02T11:47:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:47:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:47:48.845Z||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-09-02T11:47:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:47:58.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:47:58.384Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:48:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:48:48.844Z||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-09-02T11:48:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:48:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:48:48.845Z||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-09-02T11:48:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:48:58.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:48:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:49:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:49:48.844Z||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-09-02T11:49:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:49:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:49:48.845Z||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-09-02T11:49:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:49:58.384Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:49:58.385Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:50:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:50:48.844Z||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-09-02T11:50:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:50:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:50:48.845Z||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-09-02T11:50:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:50:58.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:50:58.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:51:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:51:48.844Z||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-09-02T11:51:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:51:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:51:48.845Z||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-09-02T11:51:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:51:58.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:51:58.381Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:52:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:52:48.844Z||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-09-02T11:52:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:52:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:52:48.845Z||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-09-02T11:52:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:52:58.384Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:52:58.384Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:53:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:53:48.844Z||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-09-02T11:53:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:53:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:53:48.845Z||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-09-02T11:53:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:53:58.383Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:53:58.385Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:54:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:54:48.844Z||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-09-02T11:54:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:54:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:54:48.845Z||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-09-02T11:54:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:54:58.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:54:58.383Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:55:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:55:48.844Z||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-09-02T11:55:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:55:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:55:48.845Z||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-09-02T11:55:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:55:58.384Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:55:58.384Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:56:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:56:48.844Z||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-09-02T11:56:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:56:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:56:48.845Z||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-09-02T11:56:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:56:58.383Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:56:58.385Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:57:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:57:48.844Z||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-09-02T11:57:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:57:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:57:48.845Z||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-09-02T11:57:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:57:58.384Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:57:58.385Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:58:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:58:48.844Z||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-09-02T11:58:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:58:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:58:48.845Z||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-09-02T11:58:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:58:58.381Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:58:58.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:59:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:59:48.844Z||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-09-02T11:59:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:59:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:59:48.845Z||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-09-02T11:59:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T11:59:58.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:59:58.382Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:00:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:00:48.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:00:48.845Z||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-09-02T12:00:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:00:48.845Z||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-09-02T12:00:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:00:58.381Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:00:58.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:01:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:01:48.843Z||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-09-02T12:01:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:01:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:01:48.845Z||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-09-02T12:01:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:01:58.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:01:58.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:02:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:02:48.844Z||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-09-02T12:02:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:02:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:02:48.845Z||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-09-02T12:02:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:02:58.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:02:58.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:03:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:03:48.844Z||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-09-02T12:03:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:03:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:03:48.845Z||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-09-02T12:03:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:03:58.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:03:58.384Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:04:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:04:48.844Z||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-09-02T12:04:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:04:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:04:48.845Z||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-09-02T12:04:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:04:58.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:04:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:05:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:05:48.844Z||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-09-02T12:05:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:05:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:05:48.845Z||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-09-02T12:05:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:05:58.387Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:05:58.390Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:06:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:06:48.844Z||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-09-02T12:06:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:06:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:06:48.845Z||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-09-02T12:06:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:06:58.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:06:58.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:07:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:07:48.844Z||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-09-02T12:07:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:07:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:07:48.845Z||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-09-02T12:07:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:07:58.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:07:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:08:48.843Z||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-09-02T12:08:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:08:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:08:48.845Z||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-09-02T12:08:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:08:58.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:58.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:09:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:09:48.844Z||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-09-02T12:09:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:09:48.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:09:48.845Z||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-09-02T12:09:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:09:58.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:09:58.383Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:10:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:10:48.844Z||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-09-02T12:10:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:10:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:10:48.845Z||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-09-02T12:10:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:10:58.383Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:10:58.383Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:11:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:11:48.844Z||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-09-02T12:11:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:11:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:11:48.845Z||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-09-02T12:11:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:11:58.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:11:58.380Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:12:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:12:48.844Z||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-09-02T12:12:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:12:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:12:48.845Z||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-09-02T12:12:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:12:58.384Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:12:58.385Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:13:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:13:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:13:48.845Z||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-09-02T12:13:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:13:48.845Z||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-09-02T12:13:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:13:58.384Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:13:58.384Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:14:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:14:48.844Z||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-09-02T12:14:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:14:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:14:48.846Z||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-09-02T12:14:48.847Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:14:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:14:58.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:15:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:15:48.844Z||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-09-02T12:15:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:15:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:15:48.845Z||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-09-02T12:15:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:15:58.384Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:15:58.386Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:16:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:16:48.844Z||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-09-02T12:16:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:16:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:16:48.845Z||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-09-02T12:16:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:16:58.393Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:16:58.394Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:17:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:17:48.844Z||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-09-02T12:17:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:17:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:17:48.846Z||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-09-02T12:17:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:17:58.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:17:58.382Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:18:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:18:48.844Z||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-09-02T12:18:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:18:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:18:48.845Z||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-09-02T12:18:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:18:58.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:18:58.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:19:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:19:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:19:48.844Z||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-09-02T12:19:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:19:48.845Z||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-09-02T12:19:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:19:58.381Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:19:58.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:20:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:20:48.844Z||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-09-02T12:20:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:20:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:20:48.845Z||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-09-02T12:20:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:20:58.384Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:20:58.387Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:21:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:21:48.844Z||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-09-02T12:21:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:21:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:21:48.845Z||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-09-02T12:21:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:21:58.384Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:21:58.385Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:22:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:22:48.844Z||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-09-02T12:22:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:22:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:22:48.845Z||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-09-02T12:22:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:22:58.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:22:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:23:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:23:48.844Z||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-09-02T12:23:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:23:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:23:48.845Z||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-09-02T12:23:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:23:58.381Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:23:58.389Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:24:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:24:48.844Z||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-09-02T12:24:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:24:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:24:48.845Z||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-09-02T12:24:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:24:58.382Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:24:58.385Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:25:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:25:48.844Z||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-09-02T12:25:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:25:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:25:48.845Z||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-09-02T12:25:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:25:58.383Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:25:58.392Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:26:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:26:48.844Z||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-09-02T12:26:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:26:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:26:48.845Z||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-09-02T12:26:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:26:58.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:26:58.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:27:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:27:48.843Z||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-09-02T12:27:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:27:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:27:48.845Z||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-09-02T12:27:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:27:58.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:27:58.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:28:48.844Z||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-09-02T12:28:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:28:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:28:48.845Z||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-09-02T12:28:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:28:58.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:58.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:29:48.843Z||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-09-02T12:29:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:29:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:29:48.845Z||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-09-02T12:29:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:29:58.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:58.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:30:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:30:48.844Z||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-09-02T12:30:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:30:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:30:48.845Z||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-09-02T12:30:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:30:58.383Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:30:58.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:31:48.844Z||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-09-02T12:31:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:31:48.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:31:48.847Z||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-09-02T12:31:48.847Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:31:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:58.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:32:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:32:48.844Z||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-09-02T12:32:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:32:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:32:48.845Z||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-09-02T12:32:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:32:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:32:58.382Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:33:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:33:48.844Z||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-09-02T12:33:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:33:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:33:48.845Z||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-09-02T12:33:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:33:58.385Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:33:58.386Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:34:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:34:48.844Z||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-09-02T12:34:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:34:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:34:48.845Z||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-09-02T12:34:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:34:58.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:34:58.383Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:35:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:35:48.843Z||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-09-02T12:35:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:35:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:35:48.845Z||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-09-02T12:35:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:35:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:35:58.382Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:36:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:36:48.844Z||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-09-02T12:36:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:36:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:36:48.845Z||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-09-02T12:36:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:36:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:36:58.383Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:37:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:37:48.844Z||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-09-02T12:37:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:37:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:37:48.845Z||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-09-02T12:37:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:37:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:37:58.381Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:38:48.844Z||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-09-02T12:38:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:38:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:38:48.845Z||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-09-02T12:38:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:38:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:58.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:39:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:39:48.843Z||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-09-02T12:39:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:39:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:39:48.845Z||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-09-02T12:39:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:39:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:39:58.381Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:40:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:40:48.844Z||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-09-02T12:40:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:40:48.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:40:48.884Z||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-09-02T12:40:48.884Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:40:58.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:40:58.451Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:41:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:41:48.843Z||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-09-02T12:41:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:41:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:41:48.845Z||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-09-02T12:41:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:41:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:41:58.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:42:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:42:48.844Z||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-09-02T12:42:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:42:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:42:48.845Z||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-09-02T12:42:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:42:58.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:42:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:43:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:43:48.844Z||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-09-02T12:43:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:43:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:43:48.845Z||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-09-02T12:43:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:43:58.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:43:58.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:44:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:44:48.844Z||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-09-02T12:44:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:44:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:44:48.845Z||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-09-02T12:44:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:44:58.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:44:58.384Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:45:48.844Z||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-09-02T12:45:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:45:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:45:48.845Z||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-09-02T12:45:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:45:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:58.384Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:46:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:46:48.844Z||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-09-02T12:46:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:46:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:46:48.845Z||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-09-02T12:46:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:46:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:46:58.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:47:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:47:48.843Z||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-09-02T12:47:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:47:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:47:48.845Z||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-09-02T12:47:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:47:58.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:47:58.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:48:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:48:48.844Z||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-09-02T12:48:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:48:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:48:48.845Z||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-09-02T12:48:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:48:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:48:58.382Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:49:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:49:48.844Z||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-09-02T12:49:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:49:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:49:48.845Z||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-09-02T12:49:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:49:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:49:58.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:50:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:50:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:50:48.847Z||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-09-02T12:50:48.847Z||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-09-02T12:50:48.847Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:50:48.847Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:50:58.386Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:50:58.387Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:51:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:51:48.844Z||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-09-02T12:51:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:51:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:51:48.845Z||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-09-02T12:51:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:51:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:51:58.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:52:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:52:48.843Z||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-09-02T12:52:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:52:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:52:48.845Z||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-09-02T12:52:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:52:58.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:52:58.383Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:53:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:53:48.844Z||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-09-02T12:53:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:53:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:53:48.845Z||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-09-02T12:53:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:53:58.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:53:58.384Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:54:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:54:48.844Z||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-09-02T12:54:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:54:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:54:48.845Z||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-09-02T12:54:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:54:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:54:58.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:55:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:55:48.844Z||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-09-02T12:55:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:55:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:55:48.845Z||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-09-02T12:55:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:55:58.386Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:55:58.387Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:56:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:56:48.843Z||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-09-02T12:56:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:56:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:56:48.845Z||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-09-02T12:56:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:56:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:56:58.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:57:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:57:48.843Z||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-09-02T12:57:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:57:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:57:48.845Z||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-09-02T12:57:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:57:58.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:57:58.384Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:58:48.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:58:48.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:58:48.845Z||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-09-02T12:58:48.845Z||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-09-02T12:58:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:58:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:58:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:58:58.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:59:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:59:48.843Z||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-09-02T12:59:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:59:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:59:48.845Z||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-09-02T12:59:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T12:59:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:59:58.383Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:00:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:00:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:00:48.845Z||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-09-02T13:00:48.845Z||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-09-02T13:00:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:00:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:00:58.384Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:00:58.385Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:01:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:01:48.844Z||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-09-02T13:01:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:01:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:01:48.845Z||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-09-02T13:01:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:01:58.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:01:58.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:02:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:02:48.844Z||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-09-02T13:02:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:02:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:02:48.845Z||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-09-02T13:02:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:02:58.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:02:58.383Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:03:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:03:48.843Z||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-09-02T13:03:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:03:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:03:48.845Z||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-09-02T13:03:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:03:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:03:58.384Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:04:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:04:48.843Z||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-09-02T13:04:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:04:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:04:48.845Z||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-09-02T13:04:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:04:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:04:58.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:05:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:05:48.843Z||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-09-02T13:05:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:05:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:05:48.845Z||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-09-02T13:05:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:05:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:05:58.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:06:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:06:48.843Z||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-09-02T13:06:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:06:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:06:48.845Z||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-09-02T13:06:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:06:58.377Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:06:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:07:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:07:48.843Z||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-09-02T13:07:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:07:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:07:48.845Z||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-09-02T13:07:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:07:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:07:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:08:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:08:48.843Z||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-09-02T13:08:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:08:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:08:48.845Z||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-09-02T13:08:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:08:58.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:08:58.382Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:09:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:09:48.843Z||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-09-02T13:09:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:09:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:09:48.845Z||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-09-02T13:09:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:09:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:09:58.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:10:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:10:48.843Z||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-09-02T13:10:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:10:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:10:48.845Z||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-09-02T13:10:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:10:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:10:58.382Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:11:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:11:48.843Z||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-09-02T13:11:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:11:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:11:48.845Z||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-09-02T13:11:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:11:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:11:58.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:12:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:12:48.843Z||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-09-02T13:12:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:12:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:12:48.845Z||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-09-02T13:12:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:12:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:12:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:13:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:13:48.843Z||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-09-02T13:13:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:13:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:13:48.845Z||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-09-02T13:13:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:13:58.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:13:58.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:14:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:14:48.843Z||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-09-02T13:14:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:14:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:14:48.845Z||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-09-02T13:14:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:14:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:14:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:15:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:15:48.843Z||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-09-02T13:15:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:15:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:15:48.845Z||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-09-02T13:15:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:15:58.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:15:58.383Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:16:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:16:48.843Z||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-09-02T13:16:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:16:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:16:48.845Z||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-09-02T13:16:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:16:58.381Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:16:58.381Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:17:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:17:48.843Z||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-09-02T13:17:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:17:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:17:48.845Z||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-09-02T13:17:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:17:58.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:17:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:18:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:18:48.843Z||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-09-02T13:18:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:18:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:18:48.845Z||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-09-02T13:18:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:18:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:18:58.378Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:19:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:19:48.844Z||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-09-02T13:19:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:19:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:19:48.845Z||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-09-02T13:19:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:19:58.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:19:58.383Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:20:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:20:48.844Z||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-09-02T13:20:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:20:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:20:48.845Z||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-09-02T13:20:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:20:58.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:20:58.381Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:21:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:21:48.843Z||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-09-02T13:21:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:21:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:21:48.845Z||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-09-02T13:21:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:21:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:21:58.381Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:22:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:22:48.843Z||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-09-02T13:22:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:22:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:22:48.845Z||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-09-02T13:22:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:22:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:22:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:23:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:23:48.844Z||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-09-02T13:23:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:23:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:23:48.845Z||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-09-02T13:23:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:23:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:23:58.383Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:24:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:24:48.843Z||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-09-02T13:24:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:24:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:24:48.845Z||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-09-02T13:24:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:24:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:24:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:25:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:25:48.844Z||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-09-02T13:25:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:25:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:25:48.845Z||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-09-02T13:25:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:25:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:25:58.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:26:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:26:48.844Z||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-09-02T13:26:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:26:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:26:48.845Z||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-09-02T13:26:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:26:58.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:26:58.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:27:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:27:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:27:48.845Z||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-09-02T13:27:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:27:48.846Z||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-09-02T13:27:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:27:58.381Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:27:58.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:28:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:28:48.844Z||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-09-02T13:28:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:28:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:28:48.845Z||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-09-02T13:28:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:28:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:28:58.382Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:29:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:29:48.843Z||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-09-02T13:29:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:29:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:29:48.845Z||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-09-02T13:29:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:29:58.381Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:29:58.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:30:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:30:48.843Z||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-09-02T13:30:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:30:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:30:48.845Z||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-09-02T13:30:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:30:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:30:58.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:31:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:31:48.843Z||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-09-02T13:31:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:31:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:31:48.845Z||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-09-02T13:31:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:31:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:31:58.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:32:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:32:48.843Z||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-09-02T13:32:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:32:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:32:48.845Z||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-09-02T13:32:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:32:58.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:32:58.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:33:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:33:48.843Z||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-09-02T13:33:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:33:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:33:48.845Z||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-09-02T13:33:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:33:58.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:33:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:34:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:34:48.843Z||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-09-02T13:34:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:34:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:34:48.845Z||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-09-02T13:34:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:34:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:34:58.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:35:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:35:48.844Z||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-09-02T13:35:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:35:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:35:48.845Z||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-09-02T13:35:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:35:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:35:58.381Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:36:48.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:36:48.843Z||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-09-02T13:36:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:36:48.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:36:48.846Z||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-09-02T13:36:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:36:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:36:58.380Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:37:48.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:37:48.843Z||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-09-02T13:37:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:37:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:37:48.845Z||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-09-02T13:37:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:37:58.382Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:37:58.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:38:48.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:38:48.843Z||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-09-02T13:38:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:38:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:38:48.845Z||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-09-02T13:38:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:38:58.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:38:58.382Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:39:48.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:39:48.843Z||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-09-02T13:39:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:39:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:39:48.845Z||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-09-02T13:39:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:39:58.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:39:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:40:48.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:40:48.843Z||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-09-02T13:40:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:40:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:40:48.845Z||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-09-02T13:40:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:40:58.380Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:40:58.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:41:48.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:41:48.843Z||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-09-02T13:41:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:41:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:41:48.845Z||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-09-02T13:41:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:41:58.383Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:41:58.383Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:42:48.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:42:48.843Z||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-09-02T13:42:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:42:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:42:48.845Z||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-09-02T13:42:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:42:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:42:58.380Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:43:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:43:48.843Z||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-09-02T13:43:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:43:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:43:48.845Z||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-09-02T13:43:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:43:58.381Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:43:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:44:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:44:48.843Z||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-09-02T13:44:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:44:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:44:48.845Z||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-09-02T13:44:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:44:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:44:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:45:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:45:48.843Z||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-09-02T13:45:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:45:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:45:48.845Z||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-09-02T13:45:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:45:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:45:58.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:46:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:46:48.843Z||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-09-02T13:46:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:46:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:46:48.845Z||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-09-02T13:46:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:46:58.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:46:58.383Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:47:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:47:48.843Z||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-09-02T13:47:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:47:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:47:48.845Z||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-09-02T13:47:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:47:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:47:58.380Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:48:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:48:48.843Z||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-09-02T13:48:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:48:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:48:48.845Z||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-09-02T13:48:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:48:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:48:58.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:49:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:49:48.843Z||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-09-02T13:49:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:49:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:49:48.845Z||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-09-02T13:49:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:49:58.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:49:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:50:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:50:48.843Z||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-09-02T13:50:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:50:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:50:48.845Z||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-09-02T13:50:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:50:58.386Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:50:58.386Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:51:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:51:48.843Z||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-09-02T13:51:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:51:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:51:48.845Z||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-09-02T13:51:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:51:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:51:58.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:52:48.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:52:48.843Z||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-09-02T13:52:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:52:48.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:52:48.845Z||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-09-02T13:52:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:52:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:52:58.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:53:48.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:53:48.843Z||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-09-02T13:53:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:53:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:53:48.845Z||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-09-02T13:53:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:53:58.377Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:53:58.380Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:54:48.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:54:48.843Z||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-09-02T13:54:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:54:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:54:48.845Z||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-09-02T13:54:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:54:58.378Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:54:58.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:55:48.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:55:48.843Z||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-09-02T13:55:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:55:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:55:48.845Z||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-09-02T13:55:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:55:58.382Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:55:58.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:56:48.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:56:48.843Z||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-09-02T13:56:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:56:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:56:48.845Z||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-09-02T13:56:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:56:58.377Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:56:58.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:57:48.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:57:48.843Z||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-09-02T13:57:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:57:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:57:48.845Z||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-09-02T13:57:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:57:58.378Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:57:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:58:48.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:58:48.843Z||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-09-02T13:58:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:58:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:58:48.845Z||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-09-02T13:58:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:58:58.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:58:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:59:48.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:59:48.843Z||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-09-02T13:59:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:59:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:59:48.845Z||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-09-02T13:59:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T13:59:58.378Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:59:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:00:48.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:00:48.843Z||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-09-02T14:00:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:00:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:00:48.845Z||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-09-02T14:00:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:00:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:00:58.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:01:48.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:01:48.843Z||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-09-02T14:01:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:01:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:01:48.845Z||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-09-02T14:01:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:01:58.388Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:01:58.391Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:02:48.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:02:48.843Z||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-09-02T14:02:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:02:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:02:48.845Z||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-09-02T14:02:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:02:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:02:58.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:03:48.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:03:48.843Z||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-09-02T14:03:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:03:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:03:48.845Z||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-09-02T14:03:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:03:58.381Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:03:58.381Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:04:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:04:48.843Z||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-09-02T14:04:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:04:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:04:48.845Z||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-09-02T14:04:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:04:58.381Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:04:58.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:05:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:05:48.843Z||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-09-02T14:05:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:05:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:05:48.845Z||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-09-02T14:05:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:05:58.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:05:58.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:06:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:06:48.844Z||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-09-02T14:06:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:06:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:06:48.845Z||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-09-02T14:06:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:06:58.382Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:06:58.383Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:07:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:07:48.843Z||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-09-02T14:07:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:07:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:07:48.845Z||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-09-02T14:07:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:07:58.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:07:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:08:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:08:48.843Z||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-09-02T14:08:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:08:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:08:48.845Z||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-09-02T14:08:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:08:58.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:08:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:09:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:09:48.843Z||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-09-02T14:09:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:09:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:09:48.846Z||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-09-02T14:09:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:09:58.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:09:58.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:10:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:10:48.843Z||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-09-02T14:10:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:10:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:10:48.845Z||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-09-02T14:10:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:10:58.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:10:58.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:11:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:11:48.843Z||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-09-02T14:11:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:11:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:11:48.845Z||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-09-02T14:11:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:11:58.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:11:58.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:12:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:12:48.843Z||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-09-02T14:12:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:12:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:12:48.845Z||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-09-02T14:12:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:12:58.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:12:58.381Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:13:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:13:48.844Z||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-09-02T14:13:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:13:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:13:48.845Z||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-09-02T14:13:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:13:58.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:13:58.380Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:14:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:14:48.843Z||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-09-02T14:14:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:14:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:14:48.845Z||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-09-02T14:14:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:14:58.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:14:58.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:15:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:15:48.843Z||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-09-02T14:15:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:15:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:15:48.845Z||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-09-02T14:15:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:15:58.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:15:58.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:16:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:16:48.843Z||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-09-02T14:16:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:16:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:16:48.845Z||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-09-02T14:16:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:16:58.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:16:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:17:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:17:48.843Z||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-09-02T14:17:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:17:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:17:48.845Z||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-09-02T14:17:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:17:58.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:17:58.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:18:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:18:48.843Z||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-09-02T14:18:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:18:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:18:48.845Z||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-09-02T14:18:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:18:58.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:18:58.378Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:19:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:19:48.843Z||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-09-02T14:19:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:19:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:19:48.845Z||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-09-02T14:19:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:19:58.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:19:58.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:20:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:20:48.843Z||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-09-02T14:20:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:20:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:20:48.845Z||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-09-02T14:20:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:20:58.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:20:58.383Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:21:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:21:48.843Z||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-09-02T14:21:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:21:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:21:48.845Z||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-09-02T14:21:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:21:58.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:21:58.381Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:22:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:22:48.843Z||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-09-02T14:22:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:22:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:22:48.845Z||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-09-02T14:22:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:22:58.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:22:58.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:23:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:23:48.843Z||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-09-02T14:23:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:23:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:23:48.845Z||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-09-02T14:23:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:23:58.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:23:58.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:24:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:24:48.843Z||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-09-02T14:24:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:24:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:24:48.845Z||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-09-02T14:24:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:24:58.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:24:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:25:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:25:48.843Z||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-09-02T14:25:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:25:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:25:48.845Z||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-09-02T14:25:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:25:58.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:25:58.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:26:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:26:48.843Z||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-09-02T14:26:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:26:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:26:48.845Z||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-09-02T14:26:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:26:58.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:26:58.381Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:27:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:27:48.844Z||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-09-02T14:27:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:27:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:27:48.845Z||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-09-02T14:27:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:27:58.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:27:58.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:28:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:28:48.843Z||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-09-02T14:28:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:28:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:28:48.845Z||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-09-02T14:28:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:28:58.381Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:28:58.382Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:29:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:29:48.843Z||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-09-02T14:29:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:29:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:29:48.845Z||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-09-02T14:29:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:29:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:29:58.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:30:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:30:48.843Z||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-09-02T14:30:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:30:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:30:48.845Z||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-09-02T14:30:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:30:58.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:30:58.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:31:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:31:48.843Z||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-09-02T14:31:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:31:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:31:48.845Z||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-09-02T14:31:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:31:58.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:31:58.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:32:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:32:48.843Z||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-09-02T14:32:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:32:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:32:48.845Z||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-09-02T14:32:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:32:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:32:58.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:33:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:33:48.844Z||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-09-02T14:33:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:33:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:33:48.845Z||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-09-02T14:33:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:33:58.375Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:33:58.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:34:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:34:48.843Z||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-09-02T14:34:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:34:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:34:48.845Z||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-09-02T14:34:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:34:58.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:34:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:35:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:35:48.843Z||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-09-02T14:35:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:35:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:35:48.845Z||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-09-02T14:35:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:35:58.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:35:58.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:36:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:36:48.843Z||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-09-02T14:36:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:36:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:36:48.845Z||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-09-02T14:36:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:36:58.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:36:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:37:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:37:48.843Z||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-09-02T14:37:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:37:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:37:48.845Z||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-09-02T14:37:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:37:58.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:37:58.382Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:38:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:38:48.843Z||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-09-02T14:38:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:38:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:38:48.845Z||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-09-02T14:38:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:38:58.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:38:58.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:39:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:39:48.843Z||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-09-02T14:39:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:39:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:39:48.845Z||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-09-02T14:39:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:39:58.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:39:58.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:40:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:40:48.843Z||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-09-02T14:40:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:40:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:40:48.845Z||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-09-02T14:40:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:40:58.385Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:40:58.387Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:41:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:41:48.843Z||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-09-02T14:41:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:41:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:41:48.845Z||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-09-02T14:41:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:41:58.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:41:58.380Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:42:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:42:48.843Z||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-09-02T14:42:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:42:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:42:48.845Z||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-09-02T14:42:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:42:58.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:42:58.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:43:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:43:48.843Z||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-09-02T14:43:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:43:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:43:48.845Z||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-09-02T14:43:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:43:58.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:43:58.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:44:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:44:48.843Z||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-09-02T14:44:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:44:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:44:48.845Z||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-09-02T14:44:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:44:58.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:44:58.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:45:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:45:48.843Z||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-09-02T14:45:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:45:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:45:48.845Z||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-09-02T14:45:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:45:58.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:45:58.381Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:46:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:46:48.843Z||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-09-02T14:46:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:46:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:46:48.845Z||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-09-02T14:46:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:46:58.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:46:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:47:48.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:47:48.843Z||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-09-02T14:47:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:47:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:47:48.845Z||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-09-02T14:47:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:47:58.381Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:47:58.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:48:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:48:48.843Z||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-09-02T14:48:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:48:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:48:48.845Z||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-09-02T14:48:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:48:58.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:48:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:49:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:49:48.843Z||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-09-02T14:49:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:49:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:49:48.845Z||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-09-02T14:49:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:49:58.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:49:58.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:50:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:50:48.844Z||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-09-02T14:50:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:50:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:50:48.845Z||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-09-02T14:50:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:50:58.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:50:58.383Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:51:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:51:48.843Z||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-09-02T14:51:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:51:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:51:48.845Z||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-09-02T14:51:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:51:58.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:51:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:52:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:52:48.843Z||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-09-02T14:52:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:52:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:52:48.844Z||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-09-02T14:52:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:52:58.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:52:58.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:53:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:53:48.843Z||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-09-02T14:53:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:53:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:53:48.845Z||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-09-02T14:53:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:53:58.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:53:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:54:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:54:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:54:48.845Z||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-09-02T14:54:48.845Z||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-09-02T14:54:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:54:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:54:58.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:54:58.382Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:55:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:55:48.843Z||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-09-02T14:55:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:55:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:55:48.845Z||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-09-02T14:55:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:55:58.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:55:58.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:56:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:56:48.843Z||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-09-02T14:56:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:56:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:56:48.845Z||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-09-02T14:56:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:56:58.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:56:58.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:57:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:57:48.843Z||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-09-02T14:57:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:57:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:57:48.845Z||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-09-02T14:57:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:57:58.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:57:58.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:58:48.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:58:48.843Z||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-09-02T14:58:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:58:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:58:48.845Z||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-09-02T14:58:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:58:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:58:58.381Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:59:48.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:59:48.843Z||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-09-02T14:59:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:59:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T14:59:48.845Z||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-09-02T14:59:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T14:59:58.375Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T14:59:58.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:00:48.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:00:48.843Z||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-09-02T15:00:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:00:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:00:48.845Z||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-09-02T15:00:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:00:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:00:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:01:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:01:48.843Z||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-09-02T15:01:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:01:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:01:48.845Z||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-09-02T15:01:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:01:58.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:01:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:02:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:02:48.843Z||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-09-02T15:02:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:02:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:02:48.845Z||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-09-02T15:02:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:02:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:02:58.381Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:03:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:03:48.843Z||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-09-02T15:03:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:03:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:03:48.845Z||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-09-02T15:03:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:03:58.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:03:58.383Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:04:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:04:48.843Z||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-09-02T15:04:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:04:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:04:48.845Z||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-09-02T15:04:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:04:58.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:04:58.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:05:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:05:48.843Z||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-09-02T15:05:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:05:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:05:48.845Z||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-09-02T15:05:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:05:58.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:05:58.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:06:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:06:48.844Z||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-09-02T15:06:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:06:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:06:48.845Z||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-09-02T15:06:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:06:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:06:58.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:07:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:07:48.843Z||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-09-02T15:07:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:07:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:07:48.844Z||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-09-02T15:07:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:07:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:07:58.384Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:08:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:08:48.843Z||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-09-02T15:08:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:08:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:08:48.845Z||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-09-02T15:08:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:08:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:08:58.380Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:09:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:09:48.843Z||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-09-02T15:09:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:09:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:09:48.845Z||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-09-02T15:09:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:09:58.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:09:58.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:10:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:10:48.843Z||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-09-02T15:10:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:10:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:10:48.845Z||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-09-02T15:10:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:10:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:10:58.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:11:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:11:48.843Z||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-09-02T15:11:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:11:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:11:48.845Z||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-09-02T15:11:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:11:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:11:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:12:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:12:48.843Z||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-09-02T15:12:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:12:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:12:48.845Z||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-09-02T15:12:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:12:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:12:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:13:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:13:48.843Z||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-09-02T15:13:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:13:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:13:48.845Z||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-09-02T15:13:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:13:58.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:13:58.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:14:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:14:48.843Z||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-09-02T15:14:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:14:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:14:48.845Z||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-09-02T15:14:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:14:58.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:14:58.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:15:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:15:48.843Z||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-09-02T15:15:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:15:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:15:48.845Z||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-09-02T15:15:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:15:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:15:58.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:16:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:16:48.843Z||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-09-02T15:16:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:16:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:16:48.844Z||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-09-02T15:16:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:16:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:16:58.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:17:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:17:48.843Z||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-09-02T15:17:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:17:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:17:48.845Z||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-09-02T15:17:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:17:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:17:58.394Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:18:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:18:48.843Z||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-09-02T15:18:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:18:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:18:48.845Z||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-09-02T15:18:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:18:58.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:18:58.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:19:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:19:48.843Z||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-09-02T15:19:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:19:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:19:48.845Z||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-09-02T15:19:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:19:58.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:19:58.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:20:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:20:48.843Z||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-09-02T15:20:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:20:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:20:48.845Z||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-09-02T15:20:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:20:58.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:20:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:21:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:21:48.843Z||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-09-02T15:21:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:21:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:21:48.845Z||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-09-02T15:21:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:21:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:21:58.384Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:22:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:22:48.843Z||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-09-02T15:22:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:22:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:22:48.845Z||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-09-02T15:22:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:22:58.383Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:22:58.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:23:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:23:48.844Z||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-09-02T15:23:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:23:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:23:48.845Z||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-09-02T15:23:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:23:58.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:23:58.382Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:24:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:24:48.843Z||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-09-02T15:24:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:24:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:24:48.845Z||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-09-02T15:24:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:24:58.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:24:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:25:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:25:48.843Z||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-09-02T15:25:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:25:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:25:48.845Z||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-09-02T15:25:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:25:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:25:58.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:26:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:26:48.843Z||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-09-02T15:26:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:26:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:26:48.845Z||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-09-02T15:26:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:26:58.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:26:58.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:27:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:27:48.843Z||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-09-02T15:27:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:27:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:27:48.845Z||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-09-02T15:27:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:27:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:27:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:28:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:28:48.843Z||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-09-02T15:28:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:28:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:28:48.845Z||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-09-02T15:28:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:28:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:28:58.381Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:29:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:29:48.844Z||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-09-02T15:29:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:29:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:29:48.845Z||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-09-02T15:29:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:29:58.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:29:58.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:30:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:30:48.844Z||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-09-02T15:30:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:30:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:30:48.845Z||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-09-02T15:30:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:30:58.382Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:30:58.382Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:31:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:31:48.843Z||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-09-02T15:31:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:31:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:31:48.845Z||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-09-02T15:31:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:31:58.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:31:58.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:32:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:32:48.843Z||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-09-02T15:32:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:32:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:32:48.845Z||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-09-02T15:32:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:32:58.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:32:58.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:33:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:33:48.844Z||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-09-02T15:33:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:33:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:33:48.845Z||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-09-02T15:33:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:33:58.385Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:33:58.387Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:34:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:34:48.844Z||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-09-02T15:34:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:34:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:34:48.845Z||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-09-02T15:34:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:34:58.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:34:58.381Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:35:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:35:48.843Z||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-09-02T15:35:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:35:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:35:48.845Z||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-09-02T15:35:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:35:58.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:35:58.381Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:36:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:36:48.843Z||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-09-02T15:36:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:36:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:36:48.845Z||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-09-02T15:36:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:36:58.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:36:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:37:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:37:48.844Z||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-09-02T15:37:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:37:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:37:48.845Z||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-09-02T15:37:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:37:58.387Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:37:58.387Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:38:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:38:48.843Z||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-09-02T15:38:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:38:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:38:48.845Z||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-09-02T15:38:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:38:58.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:38:58.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:39:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:39:48.843Z||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-09-02T15:39:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:39:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:39:48.845Z||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-09-02T15:39:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:39:58.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:39:58.381Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:40:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:40:48.843Z||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-09-02T15:40:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:40:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:40:48.845Z||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-09-02T15:40:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:40:58.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:40:58.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:41:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:41:48.843Z||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-09-02T15:41:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:41:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:41:48.845Z||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-09-02T15:41:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:41:58.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:41:58.382Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:42:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:42:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:42:48.845Z||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-09-02T15:42:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:42:48.845Z||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-09-02T15:42:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:42:58.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:42:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:43:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:43:48.844Z||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-09-02T15:43:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:43:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:43:48.845Z||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-09-02T15:43:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:43:58.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:43:58.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:44:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:44:48.843Z||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-09-02T15:44:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:44:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:44:48.845Z||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-09-02T15:44:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:44:58.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:44:58.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:45:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:45:48.843Z||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-09-02T15:45:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:45:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:45:48.845Z||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-09-02T15:45:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:45:58.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:45:58.383Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:46:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:46:48.843Z||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-09-02T15:46:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:46:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:46:48.845Z||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-09-02T15:46:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:46:58.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:46:58.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:47:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:47:48.843Z||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-09-02T15:47:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:47:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:47:48.845Z||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-09-02T15:47:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:47:58.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:47:58.383Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:48:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:48:48.843Z||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-09-02T15:48:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:48:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:48:48.845Z||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-09-02T15:48:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:48:58.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:48:58.377Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:49:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:49:48.843Z||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-09-02T15:49:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:49:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:49:48.845Z||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-09-02T15:49:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:49:58.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:49:58.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:50:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:50:48.843Z||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-09-02T15:50:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:50:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:50:48.845Z||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-09-02T15:50:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:50:58.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:50:58.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:51:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:51:48.843Z||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-09-02T15:51:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:51:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:51:48.845Z||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-09-02T15:51:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:51:58.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:51:58.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:52:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:52:48.843Z||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-09-02T15:52:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:52:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:52:48.845Z||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-09-02T15:52:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:52:58.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:52:58.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:53:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:53:48.843Z||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-09-02T15:53:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:53:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:53:48.845Z||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-09-02T15:53:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:53:58.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:53:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:54:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:54:48.843Z||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-09-02T15:54:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:54:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:54:48.845Z||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-09-02T15:54:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:54:58.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:54:58.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:55:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:55:48.843Z||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-09-02T15:55:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:55:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:55:48.845Z||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-09-02T15:55:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:55:58.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:55:58.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:56:48.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:56:48.843Z||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-09-02T15:56:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:56:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:56:48.845Z||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-09-02T15:56:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:56:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:56:58.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:57:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:57:48.843Z||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-09-02T15:57:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:57:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:57:48.845Z||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-09-02T15:57:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:57:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:57:58.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:58:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:58:48.843Z||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-09-02T15:58:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:58:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:58:48.845Z||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-09-02T15:58:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:58:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:58:58.380Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:59:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:59:48.843Z||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-09-02T15:59:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:59:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T15:59:48.845Z||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-09-02T15:59:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T15:59:58.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T15:59:58.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:00:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:00:48.843Z||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-09-02T16:00:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:00:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:00:48.845Z||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-09-02T16:00:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:00:58.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:00:58.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:01:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:01:48.843Z||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-09-02T16:01:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:01:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:01:48.845Z||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-09-02T16:01:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:01:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:01:58.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:02:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:02:48.843Z||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-09-02T16:02:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:02:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:02:48.845Z||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-09-02T16:02:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:02:58.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:02:58.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:03:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:03:48.843Z||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-09-02T16:03:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:03:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:03:48.846Z||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-09-02T16:03:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:03:58.377Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:03:58.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:04:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:04:48.843Z||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-09-02T16:04:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:04:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:04:48.845Z||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-09-02T16:04:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:04:58.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:04:58.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:05:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:05:48.843Z||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-09-02T16:05:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:05:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:05:48.845Z||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-09-02T16:05:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:05:58.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:05:58.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:06:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:06:48.843Z||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-09-02T16:06:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:06:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:06:48.845Z||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-09-02T16:06:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:06:58.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:06:58.380Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:07:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:07:48.843Z||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-09-02T16:07:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:07:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:07:48.845Z||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-09-02T16:07:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:07:58.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:07:58.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:08:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:08:48.843Z||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-09-02T16:08:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:08:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:08:48.845Z||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-09-02T16:08:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:08:58.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:08:58.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:09:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:09:48.844Z||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-09-02T16:09:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:09:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:09:48.845Z||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-09-02T16:09:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:09:58.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:09:58.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:10:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:10:48.843Z||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-09-02T16:10:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:10:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:10:48.845Z||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-09-02T16:10:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:10:58.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:10:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:11:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:11:48.843Z||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-09-02T16:11:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:11:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:11:48.845Z||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-09-02T16:11:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:11:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:11:58.377Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:12:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:12:48.843Z||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-09-02T16:12:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:12:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:12:48.844Z||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-09-02T16:12:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:12:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:12:58.378Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:13:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:13:48.843Z||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-09-02T16:13:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:13:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:13:48.845Z||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-09-02T16:13:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:13:58.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:13:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:14:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:14:48.843Z||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-09-02T16:14:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:14:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:14:48.845Z||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-09-02T16:14:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:14:58.375Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:14:58.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:15:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:15:48.843Z||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-09-02T16:15:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:15:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:15:48.844Z||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-09-02T16:15:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:15:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:15:58.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:16:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:16:48.843Z||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-09-02T16:16:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:16:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:16:48.845Z||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-09-02T16:16:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:16:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:16:58.381Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:17:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:17:48.843Z||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-09-02T16:17:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:17:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:17:48.845Z||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-09-02T16:17:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:17:58.375Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:17:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:18:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:18:48.843Z||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-09-02T16:18:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:18:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:18:48.845Z||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-09-02T16:18:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:18:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:18:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:19:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:19:48.843Z||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-09-02T16:19:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:19:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:19:48.845Z||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-09-02T16:19:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:19:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:19:58.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:20:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:20:48.843Z||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-09-02T16:20:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:20:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:20:48.845Z||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-09-02T16:20:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:20:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:20:58.378Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:21:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:21:48.844Z||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-09-02T16:21:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:21:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:21:48.845Z||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-09-02T16:21:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:21:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:21:58.382Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:22:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:22:48.843Z||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-09-02T16:22:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:22:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:22:48.845Z||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-09-02T16:22:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:22:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:22:58.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:23:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:23:48.843Z||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-09-02T16:23:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:23:48.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:23:48.845Z||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-09-02T16:23:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:23:58.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:23:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:24:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:24:48.843Z||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-09-02T16:24:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:24:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:24:48.846Z||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-09-02T16:24:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:24:58.384Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:24:58.412Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:25:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:25:48.843Z||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-09-02T16:25:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:25:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:25:48.845Z||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-09-02T16:25:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:25:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:25:58.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:26:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:26:48.843Z||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-09-02T16:26:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:26:48.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:26:48.846Z||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-09-02T16:26:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:26:58.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:26:58.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:27:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:27:48.843Z||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-09-02T16:27:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:27:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:27:48.845Z||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-09-02T16:27:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:27:58.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:27:58.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:28:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:28:48.843Z||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-09-02T16:28:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:28:48.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:28:48.845Z||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-09-02T16:28:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:28:58.381Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:28:58.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:29:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:29:48.843Z||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-09-02T16:29:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:29:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:29:48.845Z||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-09-02T16:29:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:29:58.377Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:29:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:30:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:30:48.843Z||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-09-02T16:30:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:30:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:30:48.845Z||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-09-02T16:30:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:30:58.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:30:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:31:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:31:48.843Z||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-09-02T16:31:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:31:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:31:48.845Z||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-09-02T16:31:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:31:58.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:31:58.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:32:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:32:48.843Z||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-09-02T16:32:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:32:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:32:48.845Z||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-09-02T16:32:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:32:58.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:32:58.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:33:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:33:48.843Z||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-09-02T16:33:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:33:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:33:48.845Z||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-09-02T16:33:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:33:58.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:33:58.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:34:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:34:48.843Z||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-09-02T16:34:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:34:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:34:48.845Z||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-09-02T16:34:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:34:58.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:34:58.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:35:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:35:48.843Z||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-09-02T16:35:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:35:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:35:48.845Z||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-09-02T16:35:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:35:58.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:35:58.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:36:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:36:48.843Z||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-09-02T16:36:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:36:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:36:48.845Z||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-09-02T16:36:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:36:58.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:36:58.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:37:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:37:48.843Z||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-09-02T16:37:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:37:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:37:48.845Z||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-09-02T16:37:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:37:58.375Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:37:58.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:38:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:38:48.843Z||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-09-02T16:38:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:38:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:38:48.845Z||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-09-02T16:38:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:38:58.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:38:58.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:39:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:39:48.843Z||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-09-02T16:39:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:39:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:39:48.845Z||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-09-02T16:39:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:39:58.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:39:58.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:40:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:40:48.843Z||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-09-02T16:40:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:40:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:40:48.845Z||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-09-02T16:40:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:40:58.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:40:58.380Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:41:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:41:48.843Z||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-09-02T16:41:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:41:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:41:48.845Z||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-09-02T16:41:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:41:58.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:41:58.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:42:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:42:48.843Z||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-09-02T16:42:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:42:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:42:48.845Z||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-09-02T16:42:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:42:58.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:42:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:43:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:43:48.843Z||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-09-02T16:43:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:43:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:43:48.845Z||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-09-02T16:43:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:43:58.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:43:58.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:44:48.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:44:48.843Z||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-09-02T16:44:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:44:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:44:48.845Z||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-09-02T16:44:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:44:58.390Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:44:58.390Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:45:48.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:45:48.843Z||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-09-02T16:45:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:45:48.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:45:48.845Z||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-09-02T16:45:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:45:58.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:45:58.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:46:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:46:48.843Z||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-09-02T16:46:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:46:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:46:48.845Z||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-09-02T16:46:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:46:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:46:58.378Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:47:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:47:48.843Z||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-09-02T16:47:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:47:48.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:47:48.845Z||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-09-02T16:47:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:47:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:47:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:48:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:48:48.843Z||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-09-02T16:48:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:48:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:48:48.845Z||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-09-02T16:48:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:48:58.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:48:58.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:49:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:49:48.843Z||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-09-02T16:49:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:49:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:49:48.845Z||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-09-02T16:49:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:49:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:49:58.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:50:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:50:48.843Z||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-09-02T16:50:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:50:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:50:48.845Z||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-09-02T16:50:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:50:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:50:58.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:51:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:51:48.843Z||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-09-02T16:51:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:51:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:51:48.845Z||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-09-02T16:51:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:51:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:51:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:52:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:52:48.843Z||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-09-02T16:52:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:52:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:52:48.845Z||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-09-02T16:52:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:52:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:52:58.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:53:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:53:48.843Z||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-09-02T16:53:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:53:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:53:48.845Z||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-09-02T16:53:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:53:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:53:58.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:54:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:54:48.843Z||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-09-02T16:54:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:54:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:54:48.845Z||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-09-02T16:54:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:54:58.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:54:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:55:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:55:48.843Z||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-09-02T16:55:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:55:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:55:48.845Z||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-09-02T16:55:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:55:58.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:55:58.376Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:56:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:56:48.843Z||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-09-02T16:56:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:56:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:56:48.844Z||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-09-02T16:56:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:56:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:56:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:57:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:57:48.843Z||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-09-02T16:57:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:57:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:57:48.845Z||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-09-02T16:57:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:57:58.375Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:57:58.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:58:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:58:48.843Z||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-09-02T16:58:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:58:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:58:48.845Z||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-09-02T16:58:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:58:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:58:58.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:59:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:59:48.843Z||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-09-02T16:59:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:59:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T16:59:48.845Z||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-09-02T16:59:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T16:59:58.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T16:59:58.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:00:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:00:48.843Z||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-09-02T17:00:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:00:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:00:48.845Z||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-09-02T17:00:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:00:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:00:58.380Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:01:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:01:48.843Z||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-09-02T17:01:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:01:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:01:48.845Z||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-09-02T17:01:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:01:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:01:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:02:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:02:48.843Z||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-09-02T17:02:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:02:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:02:48.845Z||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-09-02T17:02:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:02:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:02:58.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:03:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:03:48.843Z||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-09-02T17:03:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:03:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:03:48.845Z||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-09-02T17:03:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:03:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:03:58.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:04:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:04:48.843Z||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-09-02T17:04:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:04:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:04:48.845Z||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-09-02T17:04:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:04:58.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:04:58.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:05:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:05:48.843Z||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-09-02T17:05:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:05:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:05:48.845Z||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-09-02T17:05:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:05:58.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:05:58.381Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:06:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:06:48.843Z||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-09-02T17:06:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:06:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:06:48.845Z||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-09-02T17:06:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:06:58.378Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:06:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:07:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:07:48.844Z||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-09-02T17:07:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:07:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:07:48.845Z||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-09-02T17:07:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:07:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:07:58.381Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:08:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:08:48.844Z||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-09-02T17:08:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:08:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:08:48.845Z||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-09-02T17:08:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:08:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:08:58.383Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:09:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:09:48.843Z||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-09-02T17:09:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:09:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:09:48.845Z||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-09-02T17:09:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:09:58.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:09:58.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:10:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:10:48.843Z||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-09-02T17:10:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:10:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:10:48.845Z||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-09-02T17:10:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:10:58.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:10:58.385Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:11:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:11:48.843Z||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-09-02T17:11:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:11:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:11:48.845Z||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-09-02T17:11:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:11:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:11:58.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:12:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:12:48.843Z||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-09-02T17:12:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:12:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:12:48.845Z||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-09-02T17:12:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:12:58.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:12:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:13:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:13:48.843Z||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-09-02T17:13:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:13:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:13:48.845Z||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-09-02T17:13:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:13:58.381Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:13:58.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:14:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:14:48.843Z||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-09-02T17:14:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:14:48.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:14:48.845Z||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-09-02T17:14:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:14:58.375Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:14:58.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:15:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:15:48.843Z||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-09-02T17:15:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:15:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:15:48.845Z||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-09-02T17:15:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:15:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:15:58.382Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:16:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:16:48.844Z||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-09-02T17:16:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:16:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:16:48.844Z||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-09-02T17:16:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:16:58.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:16:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:17:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:17:48.843Z||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-09-02T17:17:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:17:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:17:48.845Z||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-09-02T17:17:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:17:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:17:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:18:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:18:48.843Z||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-09-02T17:18:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:18:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:18:48.845Z||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-09-02T17:18:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:18:58.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:18:58.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:19:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:19:48.843Z||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-09-02T17:19:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:19:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:19:48.845Z||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-09-02T17:19:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:19:58.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:19:58.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:20:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:20:48.843Z||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-09-02T17:20:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:20:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:20:48.845Z||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-09-02T17:20:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:20:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:20:58.381Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:21:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:21:48.843Z||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-09-02T17:21:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:21:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:21:48.845Z||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-09-02T17:21:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:21:58.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:21:58.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:22:48.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:22:48.843Z||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-09-02T17:22:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:22:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:22:48.845Z||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-09-02T17:22:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:22:58.375Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:22:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:23:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:23:48.843Z||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-09-02T17:23:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:23:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:23:48.844Z||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-09-02T17:23:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:23:58.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:23:58.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:24:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:24:48.843Z||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-09-02T17:24:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:24:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:24:48.844Z||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-09-02T17:24:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:24:58.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:24:58.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:25:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:25:48.843Z||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-09-02T17:25:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:25:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:25:48.845Z||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-09-02T17:25:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:25:58.377Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:25:58.380Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:26:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:26:48.843Z||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-09-02T17:26:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:26:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:26:48.845Z||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-09-02T17:26:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:26:58.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:26:58.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:27:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:27:48.843Z||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-09-02T17:27:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:27:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:27:48.845Z||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-09-02T17:27:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:27:58.377Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:27:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:28:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:28:48.843Z||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-09-02T17:28:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:28:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:28:48.845Z||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-09-02T17:28:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:28:58.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:28:58.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:29:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:29:48.843Z||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-09-02T17:29:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:29:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:29:48.845Z||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-09-02T17:29:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:29:58.377Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:29:58.378Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:30:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:30:48.843Z||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-09-02T17:30:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:30:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:30:48.845Z||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-09-02T17:30:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:30:58.374Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:30:58.375Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:31:48.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:31:48.843Z||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-09-02T17:31:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:31:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:31:48.845Z||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-09-02T17:31:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:31:49.462Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:31:49.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ce67cdf-da64-4079-bb77-9e619df00c6c","serviceName":"basic_onboard_KbOWGw","serviceVersion":"1.0","serviceUUID":"5646e148-4ea0-4875-8d31-95aeac7dad35","serviceDescription":"service","serviceInvariantUUID":"1a0ff58a-5556-46b0-9e19-7152ce9f609b","resources":[{"resourceInstanceName":"basic_onboard_KbOWGw 0","resourceName":"basic_onboard_KbOWGw","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd53e985-745f-4886-a676-bab2a70e1bf7","resourceInvariantUUID":"3d084e70-8e4a-4b48-a92e-78cc807fb072","resourceCustomizationUUID":"afcad27d-a090-4775-8f9c-db0bb3d00b9c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vf-license-model.xml","artifactChecksum":"MDEzZWM3NGEzODQ0NWM5Njk1NTY2ZDI0MDNlYzQ2NTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bda9a682-151b-4e7e-a1bb-89ca309fd6ad","artifactVersion":"1"},{"artifactName":"basic_onboard_kbowgw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json","artifactChecksum":"OTdjY2YyY2M1MzFkYmIxMjYwYTA0Y2JhNDZjNTU3YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7db384af-a642-44cd-913c-d6f02f7eece2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"31880cf9-e9c6-44fd-b784-b82c7889afdb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"00429067-e631-47f7-9b8e-f2908693d19a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2e212b1-4371-4677-b8e2-db36a6a0b762","artifactVersion":"2","generatedFromUUID":"31880cf9-e9c6-44fd-b784-b82c7889afdb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKbowgw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-template.yml","artifactChecksum":"MDFmOWM5Y2FiYzU2MzViODdjMTlmNGZmZDM3NzY4YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f87e755-2362-4fe1-9e5f-014ffa2f411e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKbowgw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar","artifactChecksum":"OWYxNWM5MGQ5YzRhMjc5NDBjZjU1NGZmMjNjZjY0NjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b4916f6-759b-42a1-9707-73136004186b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T17:31:49.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:31:49.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "policy-id",
  "timestamp": 1630603863542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.477Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:31:49.485Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:31:49.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "cds",
  "timestamp": 1630603866627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "policy-id",
  "timestamp": 1630603863542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "cds",
  "timestamp": 1630603866627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "policy-id",
  "timestamp": 1630603863542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T17:31:49.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "clamp",
  "timestamp": 1630603868246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630603868224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "cds",
  "timestamp": 1630603866627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "dcae-sch",
  "timestamp": 1630603868922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630603868224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "clamp",
  "timestamp": 1630603868246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T17:31:49.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "policy-id",
  "timestamp": 1630603863542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "cds",
  "timestamp": 1630603866627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "dcae-sch",
  "timestamp": 1630603868922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "policy-id",
  "timestamp": 1630603863542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630603868224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "clamp",
  "timestamp": 1630603868246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "cds",
  "timestamp": 1630603866627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.492Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:31:49.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "dcae-sch",
  "timestamp": 1630603868922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.492Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603908843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630603868224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "clamp",
  "timestamp": 1630603868246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "policy-id",
  "timestamp": 1630603863542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "cds",
  "timestamp": 1630603866627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "dcae-sch",
  "timestamp": 1630603868922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630603868224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "clamp",
  "timestamp": 1630603868246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "policy-id",
  "timestamp": 1630603863542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "cds",
  "timestamp": 1630603866627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "dcae-sch",
  "timestamp": 1630603868922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630603868224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "clamp",
  "timestamp": 1630603868246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "policy-id",
  "timestamp": 1630603874522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:31:49.495Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:31:49.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "dcae-sch",
  "timestamp": 1630603868922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603873987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "clamp",
  "timestamp": 1630603868246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:31:49.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630603868224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "cds",
  "timestamp": 1630603875437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:31:49.496Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:31:49.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "dcae-sch",
  "timestamp": 1630603868922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "policy-id",
  "timestamp": 1630603875593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:31:49.496Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:31:49.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603873987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T17:31:49.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "cds",
  "timestamp": 1630603876451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-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=?
2021-09-02T17:31:49.592Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-02T17:31:49.596Z||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-09-02T17:31:49.596Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:31:49.604Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:31:49.605Z||pool-3-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T17:31:49.628Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ce67cdf-da64-4079-bb77-9e619df00c6c
2021-09-02T17:31:49.638Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ce67cdf-da64-4079-bb77-9e619df00c6c 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-09-02T17:31:49.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "policy-id",
  "timestamp": 1630603876597,
  "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-09-02T17:31:49.665Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ce67cdf-da64-4079-bb77-9e619df00c6c
2021-09-02T17:31:49.665Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ce67cdf-da64-4079-bb77-9e619df00c6c 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-09-02T17:31:49.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603873987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T17:31:49.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "aai-ml",
  "timestamp": 1630603876338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603873987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "aai-ml",
  "timestamp": 1630603876338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603877528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603873987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "aai-ml",
  "timestamp": 1630603876338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603877528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603873987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "aai-ml",
  "timestamp": 1630603876338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603877528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603873987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:31:49.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "aai-ml",
  "timestamp": 1630603876338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603877528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "aai-ml",
  "timestamp": 1630603876338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603877528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603882435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "aai-ml",
  "timestamp": 1630603876338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603877528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603877528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603884721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "aai-ml",
  "timestamp": 1630603885148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603886226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603886604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "clamp",
  "timestamp": 1630603886651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603888399,
  "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-09-02T17:31:49.679Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ce67cdf-da64-4079-bb77-9e619df00c6c
2021-09-02T17:31:49.679Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ce67cdf-da64-4079-bb77-9e619df00c6c 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-09-02T17:31:49.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "clamp",
  "timestamp": 1630603888548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:31:49.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:31:49.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603889402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T17:31:49.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:31:49.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "clamp",
  "timestamp": 1630603889551,
  "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-09-02T17:31:49.693Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8ce67cdf-da64-4079-bb77-9e619df00c6c
2021-09-02T17:31:49.693Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ce67cdf-da64-4079-bb77-9e619df00c6c 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-09-02T17:31:49.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603889776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:31:49.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:31:49.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603890779,
  "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-09-02T17:31:49.705Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ce67cdf-da64-4079-bb77-9e619df00c6c
2021-09-02T17:31:49.705Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ce67cdf-da64-4079-bb77-9e619df00c6c 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-09-02T17:31:49.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "aai-ml",
  "timestamp": 1630603894911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:31:49.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:31:49.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:31:49.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "aai-ml",
  "timestamp": 1630603895915,
  "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-09-02T17:31:49.716Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ce67cdf-da64-4079-bb77-9e619df00c6c
2021-09-02T17:31:49.716Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ce67cdf-da64-4079-bb77-9e619df00c6c 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-09-02T17:31:50.498Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:31:50.498Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:31:50.499Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:31:50.499Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603908843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T17:31:50.600Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:31:50.601Z||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-09-02T17:31:50.601Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:31:50.607Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:31:50.608Z||pool-4-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:31:51.500Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:31:51.502Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:31:51.504Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:31:51.504Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603908843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T17:31:51.604Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T17:31:51.605Z||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-09-02T17:31:51.605Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:31:51.612Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:31:51.612Z||pool-5-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:31:52.505Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:31:52.505Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:31:52.506Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:31:52.506Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603908843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:52.607Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:31:52.607Z||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-09-02T17:31:52.607Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:31:52.613Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:31:52.614Z||pool-6-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:31:53.507Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:31:53.508Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:31:53.510Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:31:53.510Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603908843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-02T17:31:53.610Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:31:53.611Z||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-09-02T17:31:53.611Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:31:53.617Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:31:53.617Z||pool-7-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:31:54.511Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:31:54.511Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:31:54.513Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:31:54.513Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603908843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:31:54.613Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:31:54.614Z||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-09-02T17:31:54.614Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:31:54.633Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:31:54.634Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:31:55.513Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:31:55.515Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:31:55.516Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:31:55.517Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603908843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:31:55.617Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:31:55.617Z||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-09-02T17:31:55.617Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:31:55.623Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:31:55.625Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:31:56.519Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "serviceName": "basic_onboard_KbOWGw",
  "serviceVersion": "1.0",
  "serviceUUID": "5646e148-4ea0-4875-8d31-95aeac7dad35",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1a0ff58a-5556-46b0-9e19-7152ce9f609b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_KbOWGw 0",
      "resourceCustomizationUUID": "afcad27d-a090-4775-8f9c-db0bb3d00b9c",
      "resourceName": "basic_onboard_KbOWGw",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dd53e985-745f-4886-a676-bab2a70e1bf7",
      "resourceInvariantUUID": "3d084e70-8e4a-4b48-a92e-78cc807fb072",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_kbowgw0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
          "artifactChecksum": "OTdjY2YyY2M1MzFkYmIxMjYwYTA0Y2JhNDZjNTU3YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7db384af-a642-44cd-913c-d6f02f7eece2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "31880cf9-e9c6-44fd-b784-b82c7889afdb",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2e212b1-4371-4677-b8e2-db36a6a0b762",
            "generatedFromUUID": "31880cf9-e9c6-44fd-b784-b82c7889afdb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2e212b1-4371-4677-b8e2-db36a6a0b762",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKbowgw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
      "artifactChecksum": "OWYxNWM5MGQ5YzRhMjc5NDBjZjU1NGZmMjNjZjY0NjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7b4916f6-759b-42a1-9707-73136004186b"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T17:31:56.520Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T17:31:56.521Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5646e148-4ea0-4875-8d31-95aeac7dad35 ASDC
2021-09-02T17:31:56.603Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8ce67cdf-da64-4079-bb77-9e619df00c6c
ServiceName:basic_onboard_KbOWGw
ServiceVersion:1.0
ServiceUUID:5646e148-4ea0-4875-8d31-95aeac7dad35
ServiceInvariantUUID:1a0ff58a-5556-46b0-9e19-7152ce9f609b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKbowgw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar
ArtifactUUID:7b4916f6-759b-42a1-9707-73136004186b
ArtifactChecksum:OWYxNWM5MGQ5YzRhMjc5NDBjZjU1NGZmMjNjZjY0NjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_KbOWGw 0
ResourceCustomizationUUID:afcad27d-a090-4775-8f9c-db0bb3d00b9c
ResourceInvariantUUID:3d084e70-8e4a-4b48-a92e-78cc807fb072
ResourceName:basic_onboard_KbOWGw
ResourceType:VF
ResourceUUID:dd53e985-745f-4886-a676-bab2a70e1bf7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kbowgw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json
ArtifactUUID:7db384af-a642-44cd-913c-d6f02f7eece2
ArtifactChecksum:OTdjY2YyY2M1MzFkYmIxMjYwYTA0Y2JhNDZjNTU3YTg=
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/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:31880cf9-e9c6-44fd-b784-b82c7889afdb
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/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env
ArtifactUUID:f2e212b1-4371-4677-b8e2-db36a6a0b762
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/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env
ArtifactUUID:f2e212b1-4371-4677-b8e2-db36a6a0b762
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-02T17:31:56.603Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5646e148-4ea0-4875-8d31-95aeac7dad35 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-09-02T17:31:56.633Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T17:31:56.633Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-02T17:31:56.634Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-02T17:31:56.634Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7b4916f6-759b-42a1-9707-73136004186b from URL: /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar
2021-09-02T17:31:56.634Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-02T17:31:56.634Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar
2021-09-02T17:31:57.936Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-02T17:31:57.946Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar 7b4916f6-759b-42a1-9707-73136004186b 71375
2021-09-02T17:31:57.946Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar ASDC sendASDCNotification
2021-09-02T17:31:57.946Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar
2021-09-02T17:31:57.947Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T17:31:57.948Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:31:57.948Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:31:57.949Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603917946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:31:58.049Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:31:58.050Z||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-09-02T17:31:58.050Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:31:58.056Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:31:58.057Z||pool-10-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:31:58.949Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T17:31:58.950Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-02T17:31:58.951Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7b4916f6-759b-42a1-9707-73136004186b, URL: /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar to file: /app/ASDC/1/service-BasicOnboardKbowgw-csar.csar
2021-09-02T17:31:58.951Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKbowgw-csar.csar
2021-09-02T17:31:59.002Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKbowgw-csar.csar
2021-09-02T17:31:59.002Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKbowgw-csar.csar
2021-09-02T17:31:59.385Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6733637909375417814/Definitions/service-BasicOnboardKbowgw-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-09-02T17:32:00.563Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T17:32:00.566Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-02T17:32:00.566Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKbowgw-csar.csar
2021-09-02T17:32:00.566Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-02T17:32:00.566Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KbOWGw 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-BasicOnboardKbowgw-csar.csar
2021-09-02T17:32:00.566Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||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-BasicOnboardKbowgw-csar.csar
2021-09-02T17:32:00.567Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||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-BasicOnboardKbowgw-csar.csar
2021-09-02T17:32:00.567Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||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-BasicOnboardKbowgw-csar.csar
2021-09-02T17:32:00.567Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||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-BasicOnboardKbowgw-csar.csar
2021-09-02T17:32:00.567Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKbowgw-csar.csar
2021-09-02T17:32:00.567Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKbowgw-csar.csar
2021-09-02T17:32:00.567Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||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-BasicOnboardKbowgw-csar.csar
2021-09-02T17:32:00.567Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||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-BasicOnboardKbowgw-csar.csar
2021-09-02T17:32:00.567Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-02T17:32:00.571Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:00.572Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:32:00.585Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KbOWGw 0 is matching search criteria
2021-09-02T17:32:00.586Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-02T17:32:00.587Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KbOWGw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T17:32:00.588Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:00.588Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:32:00.588Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KbOWGw 0 is matching search criteria
2021-09-02T17:32:00.588Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-02T17:32:00.589Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KbOWGw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T17:32:00.589Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:00.589Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:32:00.592Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:00.593Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KbOWGw 0 is not matching search criteria
2021-09-02T17:32:00.593Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-02T17:32:00.593Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-02T17:32:00.593Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-02T17:32:00.593Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-02T17:32:00.593Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-02T17:32:00.594Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:00.594Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T17:32:00.595Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:00.595Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KbOWGw 0 is matching search criteria
2021-09-02T17:32:00.595Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KbOWGw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:32:00.596Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:00.596Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KbOWGw 0 is matching search criteria
2021-09-02T17:32:00.596Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KbOWGw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:32:00.597Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:00.597Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KbOWGw 0 is matching search criteria
2021-09-02T17:32:00.597Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KbOWGw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:32:00.597Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:00.597Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KbOWGw 0 is not matching search criteria
2021-09-02T17:32:00.598Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-02T17:32:00.598Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-02T17:32:00.598Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f8a8886b-ce14-4367-ac69-d71a70c33a87
2021-09-02T17:32:00.598Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:00.598Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:32:00.599Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:00.599Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:32:00.599Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:00.599Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:32:00.599Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:00.599Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:32:00.600Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_KbOWGw
Description:service
Model UUID:5646e148-4ea0-4875-8d31-95aeac7dad35
Model Version:NULL
Model InvariantUuid:1a0ff58a-5556-46b0-9e19-7152ce9f609b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_KbOWGw
Model UUID:0abebb5d-ba7e-41e6-9e5a-8b438178edfb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3d084e70-8e4a-4b48-a92e-78cc807fb072
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:afcad27d-a090-4775-8f9c-db0bb3d00b9c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7828b6a7-d82a-44ba-bf1f-2bb83afe7130
ModelName:BasicOnboardKbowgw..base_ubuntu18..module-0
ModelUuid:1d461ea7-49e9-42db-afd6-a1f232798fb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f8a8886b-ce14-4367-ac69-d71a70c33a87
ModelInvariantUuid:f342f99a-a61c-4bf4-ac12-6eb1085d3f8e
ModelName:basic_onboard_KbOWGw-nodes.ubuntu18Cvfc
ModelUuid:7364e570-a4f7-4a1f-8c0a-2c5871016159
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:40394829-a4f6-4a45-b5cb-a29b5db87e94
ModelInvariantUuid:bd3b8723-5f47-43ee-bcc6-112b839d412c
ModelName:BasicOnboardKbowgw.compute.nodes.heat.ubuntu18
ModelUuid:1bcc9829-c7bf-4b27-b1e5-926dcf493c75
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-09-02T17:32:00.609Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: dd53e985-745f-4886-a676-bab2a70e1bf7
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-09-02T17:32:00.662Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||basic_onboard_KbOWGw 0
2021-09-02T17:32:00.666Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd53e985-745f-4886-a676-bab2a70e1bf7
2021-09-02T17:32:00.666Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7db384af-a642-44cd-913c-d6f02f7eece2 from URL: /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json
2021-09-02T17:32:00.666Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-02T17:32:00.666Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json
2021-09-02T17:32:01.624Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-02T17:32:01.624Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json 7db384af-a642-44cd-913c-d6f02f7eece2 798
2021-09-02T17:32:01.625Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json ASDC sendASDCNotification
2021-09-02T17:32:01.625Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json
2021-09-02T17:32:01.625Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T17:32:01.625Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:32:01.628Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:32:01.628Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603921625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:32:01.728Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:32:01.729Z||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-09-02T17:32:01.729Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:32:01.735Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:01.736Z||pool-11-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:32:02.629Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKbowgw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7828b6a7-d82a-44ba-bf1f-2bb83afe7130",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d461ea7-49e9-42db-afd6-a1f232798fb2",
    "vfModuleModelCustomizationUUID": "31a8574f-f429-4143-87ea-502e0748a020",
    "isBase": true,
    "artifacts": [
      "31880cf9-e9c6-44fd-b784-b82c7889afdb",
      "f2e212b1-4371-4677-b8e2-db36a6a0b762"
    ],
    "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-09-02T17:32:02.644Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKbowgw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d461ea7-49e9-42db-afd6-a1f232798fb2
VfModuleModelInvariantUUID:7828b6a7-d82a-44ba-bf1f-2bb83afe7130
VfModuleModelDescription:NULL
Artifacts UUID List:{
31880cf9-e9c6-44fd-b784-b82c7889afdb
,
f2e212b1-4371-4677-b8e2-db36a6a0b762

}
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-09-02T17:32:02.646Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKbowgw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7828b6a7-d82a-44ba-bf1f-2bb83afe7130",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d461ea7-49e9-42db-afd6-a1f232798fb2",
    "vfModuleModelCustomizationUUID": "31a8574f-f429-4143-87ea-502e0748a020",
    "isBase": true,
    "artifacts": [
      "31880cf9-e9c6-44fd-b784-b82c7889afdb",
      "f2e212b1-4371-4677-b8e2-db36a6a0b762"
    ],
    "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-09-02T17:32:02.646Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKbowgw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d461ea7-49e9-42db-afd6-a1f232798fb2
VfModuleModelInvariantUUID:7828b6a7-d82a-44ba-bf1f-2bb83afe7130
VfModuleModelDescription:NULL
Artifacts UUID List:{
31880cf9-e9c6-44fd-b784-b82c7889afdb
,
f2e212b1-4371-4677-b8e2-db36a6a0b762

}
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-09-02T17:32:02.646Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 31880cf9-e9c6-44fd-b784-b82c7889afdb from URL: /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml
2021-09-02T17:32:02.646Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-02T17:32:02.646Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml
2021-09-02T17:32:03.624Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-02T17:32:03.624Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml 31880cf9-e9c6-44fd-b784-b82c7889afdb 5033
2021-09-02T17:32:03.624Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-02T17:32:03.624Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml
2021-09-02T17:32:03.624Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T17:32:03.624Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:32:03.626Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:32:03.626Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603923624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:32:03.726Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:32:03.727Z||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-09-02T17:32:03.727Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:32:03.733Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:03.734Z||pool-12-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:32:04.626Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f2e212b1-4371-4677-b8e2-db36a6a0b762 from URL: /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env
2021-09-02T17:32:04.627Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-02T17:32:04.628Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env
2021-09-02T17:32:05.618Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-02T17:32:05.618Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env f2e212b1-4371-4677-b8e2-db36a6a0b762 909
2021-09-02T17:32:05.618Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-02T17:32:05.619Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env
2021-09-02T17:32:05.619Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T17:32:05.619Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:32:05.620Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:32:05.621Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603925618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:32:05.721Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:32:05.721Z||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-09-02T17:32:05.722Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:32:05.728Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:05.728Z||pool-13-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:32:06.621Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5646e148-4ea0-4875-8d31-95aeac7dad35
2021-09-02T17:32:06.622Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KbOWGw 0 dd53e985-745f-4886-a676-bab2a70e1bf7 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-09-02T17:32:06.646Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ef4b9e2, org.onap.sdc.toscaparser.api.parameters.Input@28fe962f, org.onap.sdc.toscaparser.api.parameters.Input@78523e0e, org.onap.sdc.toscaparser.api.parameters.Input@68a9d37b, org.onap.sdc.toscaparser.api.parameters.Input@33c94c25]
2021-09-02T17:32:06.648Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:06.648Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:32:06.649Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-02T17:32:06.649Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= afcad27d-a090-4775-8f9c-db0bb3d00b9c
2021-09-02T17:32:06.649Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: afcad27d-a090-4775-8f9c-db0bb3d00b9c matches Tosca VF Customization UUID: afcad27d-a090-4775-8f9c-db0bb3d00b9c
2021-09-02T17:32:06.649Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: afcad27d-a090-4775-8f9c-db0bb3d00b9c  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-09-02T17:32:06.652Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:06.653Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:32:06.653Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id afcad27d-a090-4775-8f9c-db0bb3d00b9c: {\"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-09-02T17:32:06.653Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e235091
2021-09-02T17:32:06.653Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:06.653Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T17:32:06.654Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 31a8574f-f429-4143-87ea-502e0748a020
2021-09-02T17:32:06.654Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 31a8574f-f429-4143-87ea-502e0748a020
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-09-02T17:32:06.658Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:06.658Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KbOWGw 0 is matching search criteria
2021-09-02T17:32:06.658Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KbOWGw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:32:06.658Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:06.658Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KbOWGw 0 is matching search criteria
2021-09-02T17:32:06.658Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KbOWGw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:32:06.659Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:06.659Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KbOWGw 0 is not matching search criteria
2021-09-02T17:32:06.659Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-02T17:32:06.659Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-02T17:32:06.659Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f8a8886b-ce14-4367-ac69-d71a70c33a87
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-09-02T17:32:06.663Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:06.663Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KbOWGw 0 is matching search criteria
2021-09-02T17:32:06.663Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KbOWGw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:32:06.663Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:06.663Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KbOWGw 0 is matching search criteria
2021-09-02T17:32:06.664Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KbOWGw 0] matching following query criteria: sdcType=VF, customizationUUID=afcad27d-a090-4775-8f9c-db0bb3d00b9c
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-09-02T17:32:06.665Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:06.665Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:32:06.666Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5646e148-4ea0-4875-8d31-95aeac7dad35: basic_onboard_KbOWGw
2021-09-02T17:32:06.666Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:06.666Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:32:06.666Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:06.666Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:32:06.666Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:06.666Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:32:06.667Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:06.667Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:32:06.667Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:32:06.667Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KbOWGw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:32:06.667Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_KbOWGw 
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-09-02T17:32:06.781Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KbOWGw dd53e985-745f-4886-a676-bab2a70e1bf7 1 ASDC deployResourceStructure
2021-09-02T17:32:06.781Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json ASDC sendASDCNotification
2021-09-02T17:32:06.781Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json
2021-09-02T17:32:06.781Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T17:32:06.781Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:32:06.782Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:32:06.782Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603926781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T17:32:06.883Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T17:32:06.884Z||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-09-02T17:32:06.884Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:32:06.891Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:06.891Z||pool-14-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:32:07.783Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-02T17:32:07.784Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml
2021-09-02T17:32:07.784Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T17:32:07.784Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:32:07.786Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:32:07.786Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603927783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T17:32:07.886Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:32:07.887Z||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-09-02T17:32:07.887Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:32:07.896Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:07.896Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:32:08.787Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-02T17:32:08.788Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env
2021-09-02T17:32:08.788Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T17:32:08.788Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:32:08.790Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:32:08.790Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603928787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-02T17:32:08.891Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:32:08.891Z||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-09-02T17:32:08.891Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:32:08.898Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:08.898Z||pool-16-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:32:09.791Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar ASDC sendASDCNotification
2021-09-02T17:32:09.792Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar
2021-09-02T17:32:09.792Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T17:32:09.793Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:32:09.795Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:32:09.795Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603929791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:32:09.895Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:32:09.895Z||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-09-02T17:32:09.896Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:32:09.902Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:09.902Z||pool-17-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:32:10.796Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ce67cdf-da64-4079-bb77-9e619df00c6c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:32:10.811Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ce67cdf-da64-4079-bb77-9e619df00c6c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:32:10.814Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:32:10.814Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T17:32:10.814Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T17:32:10.814Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T17:32:10.814Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:32:10.814Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:32:10.814Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:32:10.814Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:32:10.814Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:32:10.814Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:32:10.814Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||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-09-02T17:32:10.819Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T17:32:40.819Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ce67cdf-da64-4079-bb77-9e619df00c6c 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-09-02T17:32:40.827Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ce67cdf-da64-4079-bb77-9e619df00c6c and serviceModelVersionId: 5646e148-4ea0-4875-8d31-95aeac7dad35
2021-09-02T17:32:40.827Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1a0ff58a-5556-46b0-9e19-7152ce9f609b
2021-09-02T17:32:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:32:48.845Z||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-09-02T17:32:48.846Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:32:48.963Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:48.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:32:48.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603908843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:32:48.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:32:50.393Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1a0ff58a-5556-46b0-9e19-7152ce9f609b/model-vers/model-ver/5646e148-4ea0-4875-8d31-95aeac7dad35?depth=0
2021-09-02T17:32:50.462Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T17:32:50.792Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a0ff58a-5556-46b0-9e19-7152ce9f609b/model-vers/model-ver/5646e148-4ea0-4875-8d31-95aeac7dad35?depth=0|INFO|500||Invoke
2021-09-02T17:32:50.797Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a0ff58a-5556-46b0-9e19-7152ce9f609b/model-vers/model-ver/5646e148-4ea0-4875-8d31-95aeac7dad35?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a0ff58a-5556-46b0-9e19-7152ce9f609b/model-vers/model-ver/5646e148-4ea0-4875-8d31-95aeac7dad35?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8ce67cdf-da64-4079-bb77-9e619df00c6c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d2a53b7-92d3-4a88-8512-2aa10e2af324], X-ECOMP-RequestID=[8ce67cdf-da64-4079-bb77-9e619df00c6c], X-TransactionId=[], X-ONAP-RequestID=[8ce67cdf-da64-4079-bb77-9e619df00c6c], Content-Type=[application/merge-patch+json]}
2021-09-02T17:32:50.909Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a0ff58a-5556-46b0-9e19-7152ce9f609b/model-vers/model-ver/5646e148-4ea0-4875-8d31-95aeac7dad35?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T17:32:51.244Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a0ff58a-5556-46b0-9e19-7152ce9f609b/model-vers/model-ver/5646e148-4ea0-4875-8d31-95aeac7dad35?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/1a0ff58a-5556-46b0-9e19-7152ce9f609b/model-vers/model-ver/5646e148-4ea0-4875-8d31-95aeac7dad35?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210902-17:32:50:916-82431], vertex-id=[196808], Content-Length=[0], Date=[Thu, 02 Sep 2021 17:32:50 GMT], Content-Type=[application/json]}
2021-09-02T17:32:51.245Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a0ff58a-5556-46b0-9e19-7152ce9f609b/model-vers/model-ver/5646e148-4ea0-4875-8d31-95aeac7dad35?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-02T17:32:51.245Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a0ff58a-5556-46b0-9e19-7152ce9f609b/model-vers/model-ver/5646e148-4ea0-4875-8d31-95aeac7dad35?depth=0|INFO|500||InvokeReturn
2021-09-02T17:32:51.247Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T17:32:51.247Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||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-09-02T17:32:51.251Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||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-09-02T17:32:51.254Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ce67cdf-da64-4079-bb77-9e619df00c6c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T17:32:51.254Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T17:32:51.254Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:32:51.256Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:32:51.256Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603971254,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T17:32:51.356Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:32:51.357Z||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-09-02T17:32:51.357Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:32:51.363Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:51.364Z||pool-18-thread-1|||||INFO|500||cambria reply ok (8 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-09-02T17:32:52.268Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:32:52.268Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|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-09-02T17:32:52.268Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|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 UD42kDim4qpsrs85) ...
2021-09-02T17:32:52.882Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:52.884Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:32:52.884Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"aaea877c-1df7-4a8e-810e-d3f9ab88bec5","serviceName":"vFW 2021-09-02 17-30-03","serviceVersion":"1.0","serviceUUID":"9ab3360d-3a49-4ac9-9ee8-5660d1c1308c","serviceDescription":"catalog service description","serviceInvariantUUID":"0c7b0e01-596a-46db-ac57-2589f55f6378","resources":[{"resourceInstanceName":"vFW 5b2ec0ae-ee08 0","resourceName":"vFW 5b2ec0ae-ee08","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9dcfce1c-959d-4c6d-b852-c3d7c674df41","resourceInvariantUUID":"e2b06a3f-1ec1-49f5-a26d-0fae61a294d6","resourceCustomizationUUID":"6c26b14e-9525-4bff-80c1-841f491b09b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vf-license-model.xml","artifactChecksum":"MDViZGQzZTg2YzNiNjY2Y2IxOGI0YjliMDE0YzhlNmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ee8e4bd-6f5e-4401-adb3-719d69d55421","artifactVersion":"1"},{"artifactName":"vfw5b2ec0aeee080_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json","artifactChecksum":"MmQ3MGI3NGFjYTE5OWY2NzBkNmI4MDQwYzIwOTBkN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d2f0e07-e384-4ca2-8874-c6262016030d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"81f2f56e-a4b0-4ab7-91f5-afccfbb5c869","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vendor-license-model.xml","artifactChecksum":"YzA1YjUxNjljNWViN2U5MmQxMDRkY2Q4ZmE5ZGY0NmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86b246d3-d482-415c-b449-59c1bc1c1fa4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cf60b29d-f5e8-4f58-89f0-a265ee83e8e7","artifactVersion":"2","generatedFromUUID":"81f2f56e-a4b0-4ab7-91f5-afccfbb5c869"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210902173003-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-template.yml","artifactChecksum":"MmVhMTQxODRhOTg1M2ZlNjVkMWUzMDM0YTNkM2YxNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c153f944-a4ff-44e3-ae25-78f36e4b61b1","artifactVersion":"1"},{"artifactName":"service-Vfw20210902173003-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar","artifactChecksum":"Yjg2YjdiMGU3NWUyMzQ2N2I0MmNhMTc1YTE5ZjAzYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d2a0ddf6-5235-4411-8848-7784cd328cb4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T17:32:52.888Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:32:52.889Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:32:52.891Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:32:52.891Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603972268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:32:52.991Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:32:52.991Z||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-09-02T17:32:52.991Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:32:53.000Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:53.000Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:32:53.891Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:32:53.892Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:32:53.894Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:32:53.894Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603972268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T17:32:53.994Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:32:53.995Z||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-09-02T17:32:53.995Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:32:54.001Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:54.001Z||pool-20-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:32:54.894Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:32:54.895Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:32:54.897Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:32:54.898Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603972268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-02T17:32:54.998Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:32:54.998Z||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-09-02T17:32:54.998Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:32:55.005Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:55.005Z||pool-21-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:32:55.898Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:32:55.899Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:32:55.901Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:32:55.901Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603972268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:32:56.002Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T17:32:56.002Z||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-09-02T17:32:56.002Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:32:56.009Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:56.010Z||pool-22-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:32:56.902Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:32:56.903Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:32:56.905Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:32:56.905Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603972268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-02T17:32:57.005Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T17:32:57.006Z||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-09-02T17:32:57.006Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:32:57.012Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:57.012Z||pool-23-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:32:57.906Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:32:57.907Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:32:57.909Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:32:57.909Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603972268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:32:58.009Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:32:58.011Z||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-09-02T17:32:58.011Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:32:58.018Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:58.018Z||pool-24-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:32:58.909Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:32:58.910Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:32:58.913Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:32:58.913Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603972268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:32:59.013Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:32:59.014Z||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-09-02T17:32:59.014Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:32:59.022Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:32:59.022Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:32:59.915Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "serviceName": "vFW 2021-09-02 17-30-03",
  "serviceVersion": "1.0",
  "serviceUUID": "9ab3360d-3a49-4ac9-9ee8-5660d1c1308c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c7b0e01-596a-46db-ac57-2589f55f6378",
  "resources": [
    {
      "resourceInstanceName": "vFW 5b2ec0ae-ee08 0",
      "resourceCustomizationUUID": "6c26b14e-9525-4bff-80c1-841f491b09b2",
      "resourceName": "vFW 5b2ec0ae-ee08",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9dcfce1c-959d-4c6d-b852-c3d7c674df41",
      "resourceInvariantUUID": "e2b06a3f-1ec1-49f5-a26d-0fae61a294d6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw5b2ec0aeee080_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
          "artifactChecksum": "MmQ3MGI3NGFjYTE5OWY2NzBkNmI4MDQwYzIwOTBkN2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0d2f0e07-e384-4ca2-8874-c6262016030d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "81f2f56e-a4b0-4ab7-91f5-afccfbb5c869",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cf60b29d-f5e8-4f58-89f0-a265ee83e8e7",
            "generatedFromUUID": "81f2f56e-a4b0-4ab7-91f5-afccfbb5c869"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cf60b29d-f5e8-4f58-89f0-a265ee83e8e7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210902173003-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
      "artifactChecksum": "Yjg2YjdiMGU3NWUyMzQ2N2I0MmNhMTc1YTE5ZjAzYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d2a0ddf6-5235-4411-8848-7784cd328cb4"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T17:32:59.915Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T17:32:59.915Z|8ce67cdf-da64-4079-bb77-9e619df00c6c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ab3360d-3a49-4ac9-9ee8-5660d1c1308c ASDC
2021-09-02T17:32:59.916Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:aaea877c-1df7-4a8e-810e-d3f9ab88bec5
ServiceName:vFW 2021-09-02 17-30-03
ServiceVersion:1.0
ServiceUUID:9ab3360d-3a49-4ac9-9ee8-5660d1c1308c
ServiceInvariantUUID:0c7b0e01-596a-46db-ac57-2589f55f6378
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210902173003-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar
ArtifactUUID:d2a0ddf6-5235-4411-8848-7784cd328cb4
ArtifactChecksum:Yjg2YjdiMGU3NWUyMzQ2N2I0MmNhMTc1YTE5ZjAzYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5b2ec0ae-ee08 0
ResourceCustomizationUUID:6c26b14e-9525-4bff-80c1-841f491b09b2
ResourceInvariantUUID:e2b06a3f-1ec1-49f5-a26d-0fae61a294d6
ResourceName:vFW 5b2ec0ae-ee08
ResourceType:VF
ResourceUUID:9dcfce1c-959d-4c6d-b852-c3d7c674df41
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5b2ec0aeee080_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json
ArtifactUUID:0d2f0e07-e384-4ca2-8874-c6262016030d
ArtifactChecksum:MmQ3MGI3NGFjYTE5OWY2NzBkNmI4MDQwYzIwOTBkN2U=
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/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml
ArtifactUUID:81f2f56e-a4b0-4ab7-91f5-afccfbb5c869
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/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env
ArtifactUUID:cf60b29d-f5e8-4f58-89f0-a265ee83e8e7
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/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env
ArtifactUUID:cf60b29d-f5e8-4f58-89f0-a265ee83e8e7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-02T17:32:59.916Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ab3360d-3a49-4ac9-9ee8-5660d1c1308c 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-09-02T17:32:59.945Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T17:32:59.945Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-02T17:32:59.945Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-02T17:32:59.945Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d2a0ddf6-5235-4411-8848-7784cd328cb4 from URL: /sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar
2021-09-02T17:32:59.945Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-02T17:32:59.946Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar
2021-09-02T17:33:01.122Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-02T17:33:01.134Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar d2a0ddf6-5235-4411-8848-7784cd328cb4 98730
2021-09-02T17:33:01.134Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar ASDC sendASDCNotification
2021-09-02T17:33:01.134Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar
2021-09-02T17:33:01.134Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T17:33:01.134Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:33:01.136Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:33:01.137Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603981134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:33:01.237Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:33:01.239Z||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-09-02T17:33:01.241Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:33:01.247Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:33:01.247Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:33:02.137Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T17:33:02.138Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-02T17:33:02.139Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d2a0ddf6-5235-4411-8848-7784cd328cb4, URL: /sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar to file: /app/ASDC/1/service-Vfw20210902173003-csar.csar
2021-09-02T17:33:02.139Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210902173003-csar.csar
2021-09-02T17:33:02.140Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210902173003-csar.csar
2021-09-02T17:33:02.140Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210902173003-csar.csar
2021-09-02T17:33:02.314Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2038805656897780849/Definitions/service-Vfw20210902173003-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-02T17:33:03.752Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T17:33:03.753Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-02T17:33:03.753Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210902173003-csar.csar
2021-09-02T17:33:03.753Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-02T17:33:03.753Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5b2ec0ae-ee08 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-Vfw20210902173003-csar.csar
2021-09-02T17:33:03.753Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||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-Vfw20210902173003-csar.csar
2021-09-02T17:33:03.753Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||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-Vfw20210902173003-csar.csar
2021-09-02T17:33:03.753Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||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-Vfw20210902173003-csar.csar
2021-09-02T17:33:03.754Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210902173003-csar.csar
2021-09-02T17:33:03.754Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210902173003-csar.csar
2021-09-02T17:33:03.754Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||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-Vfw20210902173003-csar.csar
2021-09-02T17:33:03.754Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||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-Vfw20210902173003-csar.csar
2021-09-02T17:33:03.754Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||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-Vfw20210902173003-csar.csar
2021-09-02T17:33:03.754Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210902173003-csar.csar
2021-09-02T17:33:03.754Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||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-Vfw20210902173003-csar.csar
2021-09-02T17:33:03.754Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210902173003-csar.csar
2021-09-02T17:33:03.754Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||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-Vfw20210902173003-csar.csar
2021-09-02T17:33:03.754Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-02T17:33:03.755Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:03.755Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:33:03.755Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is matching search criteria
2021-09-02T17:33:03.755Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-02T17:33:03.755Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 5b2ec0ae-ee08 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T17:33:03.756Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:03.756Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:33:03.756Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is matching search criteria
2021-09-02T17:33:03.756Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-02T17:33:03.756Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 5b2ec0ae-ee08 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T17:33:03.756Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:03.756Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:33:03.756Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:03.756Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is not matching search criteria
2021-09-02T17:33:03.756Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T17:33:03.756Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T17:33:03.756Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-02T17:33:03.756Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-02T17:33:03.757Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-02T17:33:03.757Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T17:33:03.757Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-02T17:33:03.757Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-02T17:33:03.757Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-02T17:33:03.757Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-02T17:33:03.757Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-02T17:33:03.757Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-02T17:33:03.757Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-02T17:33:03.757Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-02T17:33:03.757Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T17:33:03.757Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-02T17:33:03.757Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:03.757Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T17:33:03.757Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:03.758Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is matching search criteria
2021-09-02T17:33:03.758Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 5b2ec0ae-ee08 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:33:03.758Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:03.758Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is matching search criteria
2021-09-02T17:33:03.758Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 5b2ec0ae-ee08 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:33:03.758Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:03.758Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is matching search criteria
2021-09-02T17:33:03.758Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 5b2ec0ae-ee08 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:33:03.758Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:03.758Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is not matching search criteria
2021-09-02T17:33:03.758Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T17:33:03.758Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T17:33:03.758Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-02T17:33:03.759Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-02T17:33:03.759Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-02T17:33:03.759Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-02T17:33:03.759Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-02T17:33:03.759Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-02T17:33:03.759Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-02T17:33:03.759Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-02T17:33:03.759Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T17:33:03.759Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=40e39513-16d8-45ef-95ed-7ed38d1bcfbc
2021-09-02T17:33:03.759Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:03.759Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is not matching search criteria
2021-09-02T17:33:03.759Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T17:33:03.759Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T17:33:03.759Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-02T17:33:03.759Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9e01b868-b729-49d4-a2c2-f0936e72a0a9
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is not matching search criteria
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-02T17:33:03.760Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dbe93070-25fc-4a85-8375-d33e12393fac
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:03.761Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:33:03.762Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-02 17-30-03
Description:catalog service description
Model UUID:9ab3360d-3a49-4ac9-9ee8-5660d1c1308c
Model Version:NULL
Model InvariantUuid:0c7b0e01-596a-46db-ac57-2589f55f6378
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 5b2ec0ae-ee08
Model UUID:ae09b2e3-9275-44ca-9a40-8608eaf04906
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e2b06a3f-1ec1-49f5-a26d-0fae61a294d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6c26b14e-9525-4bff-80c1-841f491b09b2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:440f0ee4-8344-4379-9f7b-890603e22487
ModelName:Vfw5b2ec0aeEe08..base_vfw..module-0
ModelUuid:ffcf2496-05a6-4278-a0a5-12d3008e5384
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:40e39513-16d8-45ef-95ed-7ed38d1bcfbc
ModelInvariantUuid:ce65fecb-f022-4419-a537-f5f793e3c39f
ModelName:vFW 5b2ec0ae-ee08-nodes.vfwCvfc
ModelUuid:943eda2c-40a6-485c-a6af-a541c3cd3eb1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:217588c8-2de9-4d52-8a72-93c509066672
ModelInvariantUuid:13fc9a76-41f0-4607-8048-acbfcdafd563
ModelName:Vfw5b2ec0aeEe08.compute.nodes.heat.vfw
ModelUuid:8121a6e0-777a-4d1f-a8a3-030b575afe48
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9e01b868-b729-49d4-a2c2-f0936e72a0a9
ModelInvariantUuid:3878e23a-c737-43b0-9867-9d35f264722a
ModelName:vFW 5b2ec0ae-ee08-nodes.vsnCvfc
ModelUuid:1636cc32-86b7-4d4d-b80e-e3c5b52cf978
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6a857287-99d0-42a6-9861-27249a27bb47
ModelInvariantUuid:f4ab85f4-d62a-4aa7-8fcb-834e7e4d348d
ModelName:Vfw5b2ec0aeEe08.compute.nodes.heat.vsn
ModelUuid:81d65f58-9b63-41ff-b6f1-084ca899fcdf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dbe93070-25fc-4a85-8375-d33e12393fac
ModelInvariantUuid:4f383a94-263a-43b4-a8a2-894d7e44227b
ModelName:vFW 5b2ec0ae-ee08-nodes.vpgCvfc
ModelUuid:6466a5b8-9cf1-4e0b-9e38-248535e36086
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6fcfc005-da31-478f-b735-4cf6a03ca6f9
ModelInvariantUuid:3eb4227d-4b5c-4ded-b154-713b0eaf26d0
ModelName:Vfw5b2ec0aeEe08.compute.nodes.heat.vpg
ModelUuid:8e3a18a4-39da-4c86-9417-0c19d5cb5a3b
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-09-02T17:33:03.766Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 9dcfce1c-959d-4c6d-b852-c3d7c674df41
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-09-02T17:33:03.768Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||vFW 5b2ec0ae-ee08 0
2021-09-02T17:33:03.768Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9dcfce1c-959d-4c6d-b852-c3d7c674df41
2021-09-02T17:33:03.768Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0d2f0e07-e384-4ca2-8874-c6262016030d from URL: /sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json
2021-09-02T17:33:03.768Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-02T17:33:03.768Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json
2021-09-02T17:33:04.632Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-02T17:33:04.633Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json 0d2f0e07-e384-4ca2-8874-c6262016030d 785
2021-09-02T17:33:04.633Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json ASDC sendASDCNotification
2021-09-02T17:33:04.633Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json
2021-09-02T17:33:04.633Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T17:33:04.634Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:33:04.636Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:33:04.636Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603984633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:33:04.736Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:33:04.736Z||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-09-02T17:33:04.737Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:33:04.743Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:33:04.743Z||pool-27-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:33:05.636Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5b2ec0aeEe08..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "440f0ee4-8344-4379-9f7b-890603e22487",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ffcf2496-05a6-4278-a0a5-12d3008e5384",
    "vfModuleModelCustomizationUUID": "3af9e1cc-7757-4eda-ab22-cfdf37128225",
    "isBase": true,
    "artifacts": [
      "81f2f56e-a4b0-4ab7-91f5-afccfbb5c869",
      "cf60b29d-f5e8-4f58-89f0-a265ee83e8e7"
    ],
    "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-09-02T17:33:05.642Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5b2ec0aeEe08..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ffcf2496-05a6-4278-a0a5-12d3008e5384
VfModuleModelInvariantUUID:440f0ee4-8344-4379-9f7b-890603e22487
VfModuleModelDescription:NULL
Artifacts UUID List:{
81f2f56e-a4b0-4ab7-91f5-afccfbb5c869
,
cf60b29d-f5e8-4f58-89f0-a265ee83e8e7

}
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-09-02T17:33:05.644Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5b2ec0aeEe08..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "440f0ee4-8344-4379-9f7b-890603e22487",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ffcf2496-05a6-4278-a0a5-12d3008e5384",
    "vfModuleModelCustomizationUUID": "3af9e1cc-7757-4eda-ab22-cfdf37128225",
    "isBase": true,
    "artifacts": [
      "81f2f56e-a4b0-4ab7-91f5-afccfbb5c869",
      "cf60b29d-f5e8-4f58-89f0-a265ee83e8e7"
    ],
    "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-09-02T17:33:05.645Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5b2ec0aeEe08..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ffcf2496-05a6-4278-a0a5-12d3008e5384
VfModuleModelInvariantUUID:440f0ee4-8344-4379-9f7b-890603e22487
VfModuleModelDescription:NULL
Artifacts UUID List:{
81f2f56e-a4b0-4ab7-91f5-afccfbb5c869
,
cf60b29d-f5e8-4f58-89f0-a265ee83e8e7

}
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-09-02T17:33:05.645Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 81f2f56e-a4b0-4ab7-91f5-afccfbb5c869 from URL: /sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml
2021-09-02T17:33:05.645Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-02T17:33:05.645Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml
2021-09-02T17:33:06.425Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-02T17:33:06.426Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml 81f2f56e-a4b0-4ab7-91f5-afccfbb5c869 20368
2021-09-02T17:33:06.427Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-02T17:33:06.427Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml
2021-09-02T17:33:06.427Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T17:33:06.427Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:33:06.429Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:33:06.429Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603986426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:33:06.530Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T17:33:06.530Z||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-09-02T17:33:06.530Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:33:06.537Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:33:06.537Z||pool-28-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-02T17:33:07.430Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cf60b29d-f5e8-4f58-89f0-a265ee83e8e7 from URL: /sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env
2021-09-02T17:33:07.431Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-02T17:33:07.431Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env
2021-09-02T17:33:07.921Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-02T17:33:07.921Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env cf60b29d-f5e8-4f58-89f0-a265ee83e8e7 2098
2021-09-02T17:33:07.922Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-02T17:33:07.922Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env
2021-09-02T17:33:07.922Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T17:33:07.922Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:33:07.924Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:33:07.924Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603987922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:33:08.024Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T17:33:08.025Z||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-09-02T17:33:08.025Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:33:08.032Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:33:08.032Z||pool-29-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:33:08.925Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9ab3360d-3a49-4ac9-9ee8-5660d1c1308c
2021-09-02T17:33:08.926Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5b2ec0ae-ee08 0 9dcfce1c-959d-4c6d-b852-c3d7c674df41 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-09-02T17:33:08.941Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@153b28ce, org.onap.sdc.toscaparser.api.parameters.Input@4be45c21, org.onap.sdc.toscaparser.api.parameters.Input@78ff6a9d, org.onap.sdc.toscaparser.api.parameters.Input@48ebf711, org.onap.sdc.toscaparser.api.parameters.Input@45acb9a]
2021-09-02T17:33:08.942Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.942Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:33:08.942Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-02T17:33:08.942Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 6c26b14e-9525-4bff-80c1-841f491b09b2
2021-09-02T17:33:08.942Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6c26b14e-9525-4bff-80c1-841f491b09b2 matches Tosca VF Customization UUID: 6c26b14e-9525-4bff-80c1-841f491b09b2
2021-09-02T17:33:08.942Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 6c26b14e-9525-4bff-80c1-841f491b09b2  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-09-02T17:33:08.944Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.944Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:33:08.945Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 6c26b14e-9525-4bff-80c1-841f491b09b2: {\"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-09-02T17:33:08.945Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@795a9f60
2021-09-02T17:33:08.945Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.945Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T17:33:08.945Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3af9e1cc-7757-4eda-ab22-cfdf37128225
2021-09-02T17:33:08.945Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3af9e1cc-7757-4eda-ab22-cfdf37128225
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-09-02T17:33:08.946Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.947Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is matching search criteria
2021-09-02T17:33:08.947Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 5b2ec0ae-ee08 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:33:08.947Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.947Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is matching search criteria
2021-09-02T17:33:08.947Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 5b2ec0ae-ee08 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:33:08.947Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.947Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is not matching search criteria
2021-09-02T17:33:08.947Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T17:33:08.947Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T17:33:08.948Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-02T17:33:08.948Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-02T17:33:08.948Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-02T17:33:08.948Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-02T17:33:08.948Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-02T17:33:08.948Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-02T17:33:08.948Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-02T17:33:08.948Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-02T17:33:08.948Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T17:33:08.948Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=40e39513-16d8-45ef-95ed-7ed38d1bcfbc
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-09-02T17:33:08.950Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.950Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is matching search criteria
2021-09-02T17:33:08.950Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 5b2ec0ae-ee08 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:33:08.950Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.950Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is not matching search criteria
2021-09-02T17:33:08.950Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T17:33:08.950Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T17:33:08.950Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-02T17:33:08.950Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-02T17:33:08.950Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-02T17:33:08.950Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T17:33:08.950Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-02T17:33:08.951Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-02T17:33:08.951Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-02T17:33:08.951Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-02T17:33:08.951Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-02T17:33:08.951Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T17:33:08.951Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9e01b868-b729-49d4-a2c2-f0936e72a0a9
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-09-02T17:33:08.952Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.952Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is matching search criteria
2021-09-02T17:33:08.952Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 5b2ec0ae-ee08 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:33:08.954Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.954Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is not matching search criteria
2021-09-02T17:33:08.954Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T17:33:08.954Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T17:33:08.955Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-02T17:33:08.955Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-02T17:33:08.955Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-02T17:33:08.955Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T17:33:08.955Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-02T17:33:08.955Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-02T17:33:08.955Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-02T17:33:08.955Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-02T17:33:08.955Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-02T17:33:08.955Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-02T17:33:08.955Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dbe93070-25fc-4a85-8375-d33e12393fac
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-09-02T17:33:08.957Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.957Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is matching search criteria
2021-09-02T17:33:08.957Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 5b2ec0ae-ee08 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:33:08.957Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.957Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Node template vFW 5b2ec0ae-ee08 0 is matching search criteria
2021-09-02T17:33:08.957Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 5b2ec0ae-ee08 0] matching following query criteria: sdcType=VF, customizationUUID=6c26b14e-9525-4bff-80c1-841f491b09b2
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-09-02T17:33:08.958Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.959Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:33:08.959Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9ab3360d-3a49-4ac9-9ee8-5660d1c1308c: vFW 5b2ec0ae-ee08
2021-09-02T17:33:08.959Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.959Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:33:08.959Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.959Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:33:08.959Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.959Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:33:08.959Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.959Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:33:08.959Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:33:08.959Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-02 17-30-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:33:08.960Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-09-02 17-30-03 
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-09-02T17:33:09.104Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5b2ec0ae-ee08 9dcfce1c-959d-4c6d-b852-c3d7c674df41 1 ASDC deployResourceStructure
2021-09-02T17:33:09.104Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json ASDC sendASDCNotification
2021-09-02T17:33:09.104Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json
2021-09-02T17:33:09.105Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T17:33:09.105Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:33:09.106Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:33:09.106Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603989104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T17:33:09.207Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T17:33:09.207Z||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-09-02T17:33:09.207Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:33:09.214Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:33:09.214Z||pool-30-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-02T17:33:10.107Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-02T17:33:10.107Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml
2021-09-02T17:33:10.108Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T17:33:10.108Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:33:10.110Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:33:10.110Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603990107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T17:33:10.210Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T17:33:10.211Z||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-09-02T17:33:10.211Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:33:10.219Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:33:10.220Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:33:11.111Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-02T17:33:11.112Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env
2021-09-02T17:33:11.112Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T17:33:11.113Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:33:11.114Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:33:11.115Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603991111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-02T17:33:11.215Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:33:11.215Z||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-09-02T17:33:11.216Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:33:11.222Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:33:11.222Z||pool-32-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-02T17:33:12.116Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar ASDC sendASDCNotification
2021-09-02T17:33:12.116Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar
2021-09-02T17:33:12.116Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T17:33:12.116Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:33:12.119Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:33:12.119Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603992115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:33:12.219Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T17:33:12.219Z||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-09-02T17:33:12.219Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:33:12.226Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:33:12.227Z||pool-33-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-02T17:33:13.120Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:33:13.131Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:33:13.133Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:33:13.133Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T17:33:13.133Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T17:33:43.133Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:33:43.142Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:33:43.144Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:33:43.144Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T17:33:43.144Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T17:33:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:33:48.845Z||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-09-02T17:33:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:33:48.864Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:33:48.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603908843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T17:33:48.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603908843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T17:33:48.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603908843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603908843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-02T17:33:48.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603908843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603908843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:33:48.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603917946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:33:48.870Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603921625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:33:48.870Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603923624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:33:48.870Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603925618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:33:48.871Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603926781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/basic_onboard_kbowgw0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T17:33:48.871Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603927783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T17:33:48.871Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603928787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/resourceInstances/basic_onboard_kbowgw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-02T17:33:48.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603929791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKbowgw/1.0/artifacts/service-BasicOnboardKbowgw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:33:48.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "cds",
  "timestamp": 1630603941627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603937528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "policy-id",
  "timestamp": 1630603943542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "cds",
  "timestamp": 1630603941627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603937528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "policy-id",
  "timestamp": 1630603943542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630603948224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "cds",
  "timestamp": 1630603941627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603937528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "policy-id",
  "timestamp": 1630603943542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "dcae-sch",
  "timestamp": 1630603948922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630603948224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "cds",
  "timestamp": 1630603941627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603937528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "policy-id",
  "timestamp": 1630603943542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "dcae-sch",
  "timestamp": 1630603948922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630603948224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603937528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "cds",
  "timestamp": 1630603941627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "policy-id",
  "timestamp": 1630603943542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "dcae-sch",
  "timestamp": 1630603948922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630603948224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603937528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "cds",
  "timestamp": 1630603941627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "policy-id",
  "timestamp": 1630603943542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "dcae-sch",
  "timestamp": 1630603948922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630603948224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603937528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "cds",
  "timestamp": 1630603941627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "policy-id",
  "timestamp": 1630603943542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "dcae-sch",
  "timestamp": 1630603948922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630603948224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "dcae-sch",
  "timestamp": 1630603948922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603953987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603954713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "cds",
  "timestamp": 1630603954737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "policy-id",
  "timestamp": 1630603954721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630603948224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "dcae-sch",
  "timestamp": 1630603948922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603953987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T17:33:48.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "policy-id",
  "timestamp": 1630603955725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:33:48.880Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "cds",
  "timestamp": 1630603955744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-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-09-02T17:33:48.885Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aaea877c-1df7-4a8e-810e-d3f9ab88bec5
2021-09-02T17:33:48.885Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaea877c-1df7-4a8e-810e-d3f9ab88bec5 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-09-02T17:33:48.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603953987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-02T17:33:48.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "policy-id",
  "timestamp": 1630603956728,
  "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-09-02T17:33:48.895Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aaea877c-1df7-4a8e-810e-d3f9ab88bec5
2021-09-02T17:33:48.895Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaea877c-1df7-4a8e-810e-d3f9ab88bec5 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-09-02T17:33:48.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603953987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603957634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:33:48.902Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603953987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-02T17:33:48.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630603958637,
  "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-09-02T17:33:48.906Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aaea877c-1df7-4a8e-810e-d3f9ab88bec5
2021-09-02T17:33:48.907Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaea877c-1df7-4a8e-810e-d3f9ab88bec5 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-09-02T17:33:48.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "clamp",
  "timestamp": 1630603958246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603953987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "clamp",
  "timestamp": 1630603958246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T17:33:48.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603953987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "clamp",
  "timestamp": 1630603958246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "clamp",
  "timestamp": 1630603958246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603962636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "clamp",
  "timestamp": 1630603958246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "clamp",
  "timestamp": 1630603958246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603964326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:33:48.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "clamp",
  "timestamp": 1630603958246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:33:48.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603965925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:33:48.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603966947,
  "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-09-02T17:33:48.919Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aaea877c-1df7-4a8e-810e-d3f9ab88bec5
2021-09-02T17:33:48.919Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaea877c-1df7-4a8e-810e-d3f9ab88bec5 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-09-02T17:33:48.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "aai-ml",
  "timestamp": 1630603966338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:33:48.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630603967950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T17:33:48.924Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:33:48.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:33:48.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "aai-ml",
  "timestamp": 1630603966338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:33:48.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:34:13.145Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:34:13.157Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:34:13.159Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:34:13.159Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T17:34:13.159Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T17:34:43.159Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:34:43.170Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:34:43.172Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:34:43.172Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T17:34:43.173Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T17:34:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:34:48.845Z||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-09-02T17:34:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:34:48.863Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:34:48.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:34:48.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "aai-ml",
  "timestamp": 1630603966338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:34:48.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:35:13.173Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:35:13.182Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:35:13.184Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:35:13.185Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T17:35:13.185Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T17:35:43.185Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:35:43.195Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:35:43.197Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:35:43.198Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T17:35:43.198Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T17:35:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:35:48.845Z||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-09-02T17:35:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:35:49.364Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:35:49.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "aai-ml",
  "timestamp": 1630603966338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:35:49.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:35:49.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "aai-ml",
  "timestamp": 1630603966338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:35:49.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:35:49.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ce67cdf-da64-4079-bb77-9e619df00c6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603971254,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T17:35:49.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:35:49.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "clamp",
  "timestamp": 1630603971545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:35:49.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:35:49.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "aai-ml",
  "timestamp": 1630603966338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:35:49.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:35:49.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603972268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:35:49.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:35:49.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "aai-ml",
  "timestamp": 1630603966338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:35:49.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:35:49.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "clamp",
  "timestamp": 1630603973552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:35:49.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:35:49.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603972268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T17:35:49.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:35:49.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "aai-ml",
  "timestamp": 1630603974437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:35:49.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:35:49.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "clamp",
  "timestamp": 1630603974555,
  "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-09-02T17:35:49.374Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aaea877c-1df7-4a8e-810e-d3f9ab88bec5
2021-09-02T17:35:49.375Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaea877c-1df7-4a8e-810e-d3f9ab88bec5 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-09-02T17:35:49.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603972268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-02T17:35:49.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:35:49.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603972268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:35:49.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:35:49.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603972268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603972268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603972268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603981134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "aai-ml",
  "timestamp": 1630603984119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603984633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "aai-ml",
  "timestamp": 1630603985123,
  "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-09-02T17:35:49.387Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aaea877c-1df7-4a8e-810e-d3f9ab88bec5
2021-09-02T17:35:49.387Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaea877c-1df7-4a8e-810e-d3f9ab88bec5 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-09-02T17:35:49.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603986426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:35:49.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:35:49.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603987922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:35:49.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:35:49.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603989104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/vfw5b2ec0aeee080_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T17:35:49.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:35:49.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603990107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T17:35:49.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:35:49.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603991111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/resourceInstances/vfw5b2ec0aeee080/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-02T17:35:49.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:35:49.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T17:35:49.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630603992115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902173003/1.0/artifacts/service-Vfw20210902173003-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:35:49.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:36:13.198Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:36:13.208Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:36:13.213Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:36:13.213Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T17:36:13.213Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T17:36:13.213Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T17:36:13.213Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:36:13.213Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:36:13.213Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:36:13.213Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:36:13.213Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:36:13.213Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:36:13.213Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||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-09-02T17:36:13.219Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T17:36:43.220Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5 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-09-02T17:36:43.224Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aaea877c-1df7-4a8e-810e-d3f9ab88bec5 and serviceModelVersionId: 9ab3360d-3a49-4ac9-9ee8-5660d1c1308c
2021-09-02T17:36:43.225Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c7b0e01-596a-46db-ac57-2589f55f6378
2021-09-02T17:36:43.226Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c7b0e01-596a-46db-ac57-2589f55f6378/model-vers/model-ver/9ab3360d-3a49-4ac9-9ee8-5660d1c1308c?depth=0
2021-09-02T17:36:43.232Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T17:36:43.261Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0c7b0e01-596a-46db-ac57-2589f55f6378/model-vers/model-ver/9ab3360d-3a49-4ac9-9ee8-5660d1c1308c?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-09-02T17:36:43.261Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0c7b0e01-596a-46db-ac57-2589f55f6378/model-vers/model-ver/9ab3360d-3a49-4ac9-9ee8-5660d1c1308c?depth=0|INFO|500||Invoke
2021-09-02T17:36:43.282Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0c7b0e01-596a-46db-ac57-2589f55f6378/model-vers/model-ver/9ab3360d-3a49-4ac9-9ee8-5660d1c1308c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T17:36:43.519Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0c7b0e01-596a-46db-ac57-2589f55f6378/model-vers/model-ver/9ab3360d-3a49-4ac9-9ee8-5660d1c1308c?depth=0|INFO|500||InvokeReturn
2021-09-02T17:36:43.519Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0c7b0e01-596a-46db-ac57-2589f55f6378/model-vers/model-ver/9ab3360d-3a49-4ac9-9ee8-5660d1c1308c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210902-17:36:43:288-25279], vertex-id=[147560], Content-Length=[0], Date=[Thu, 02 Sep 2021 17:36:43 GMT], Content-Type=[application/json]}
2021-09-02T17:36:43.520Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-02T17:36:43.520Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T17:36:43.520Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||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-09-02T17:36:43.524Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||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-09-02T17:36:43.525Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aaea877c-1df7-4a8e-810e-d3f9ab88bec5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T17:36:43.525Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T17:36:43.525Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:36:43.528Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:36:43.528Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630604203525,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T17:36:43.628Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:36:43.628Z||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-09-02T17:36:43.628Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:36:43.639Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:36:43.639Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T17:36:44.548Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:36:44.548Z||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-09-02T17:36:44.549Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:36:48.844Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:36:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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-09-02T17:36:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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 UD42kDim4qpsrs85) ...
2021-09-02T17:36:49.461Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:36:49.461Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:36:49.461Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaea877c-1df7-4a8e-810e-d3f9ab88bec5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630604203525,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T17:36:49.462Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:36:54.727Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:36:54.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:36:54.727Z||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-09-02T17:36:54.727Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:37:04.258Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:37:04.259Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:37:04.259Z||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-09-02T17:37:04.259Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:37:13.791Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:37:13.791Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:37:13.791Z||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-09-02T17:37:13.792Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:37:23.323Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:37:48.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:37:48.843Z||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-09-02T17:37:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:37:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:37:48.845Z||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-09-02T17:37:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:37:58.389Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:37:58.392Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:38:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:38:48.843Z||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-09-02T17:38:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:38:48.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:38:48.845Z||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-09-02T17:38:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:38:58.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:38:58.383Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:39:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:39:48.843Z||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-09-02T17:39:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:39:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:39:48.844Z||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-09-02T17:39:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:39:58.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:39:58.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:40:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:40:48.843Z||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-09-02T17:40:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:40:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:40:48.845Z||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-09-02T17:40:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:40:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:40:58.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:41:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:41:48.843Z||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-09-02T17:41:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:41:48.844Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:41:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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-09-02T17:41:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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 UD42kDim4qpsrs85) ...
2021-09-02T17:41:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:41:58.379Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:42:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:42:48.843Z||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-09-02T17:42:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:42:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:42:48.845Z||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-09-02T17:42:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:42:58.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:42:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:43:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:43:48.843Z||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-09-02T17:43:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:43:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:43:48.845Z||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-09-02T17:43:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:43:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:43:58.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:44:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:44:48.843Z||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-09-02T17:44:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:44:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:44:48.845Z||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-09-02T17:44:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:44:58.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:44:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:45:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:45:48.843Z||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-09-02T17:45:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:45:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:45:48.845Z||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-09-02T17:45:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:45:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:45:58.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:46:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:46:48.843Z||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-09-02T17:46:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:46:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:46:48.845Z||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-09-02T17:46:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:46:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:46:58.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:47:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:47:48.843Z||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-09-02T17:47:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:47:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:47:48.845Z||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-09-02T17:47:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:47:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:47:58.381Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:48:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:48:48.843Z||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-09-02T17:48:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:48:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:48:48.845Z||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-09-02T17:48:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:48:58.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:48:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:49:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:49:48.843Z||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-09-02T17:49:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:49:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:49:48.845Z||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-09-02T17:49:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:49:58.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:49:58.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:50:48.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:50:48.843Z||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-09-02T17:50:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:50:48.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:50:48.845Z||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-09-02T17:50:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:50:58.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:50:58.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:51:48.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:51:48.844Z||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-09-02T17:51:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:51:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:51:48.845Z||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-09-02T17:51:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:51:58.382Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:51:58.382Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:52:48.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:52:48.843Z||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-09-02T17:52:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:52:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:52:48.845Z||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-09-02T17:52:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:52:58.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:52:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:53:48.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:53:48.843Z||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-09-02T17:53:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:53:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:53:48.845Z||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-09-02T17:53:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:53:58.378Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:53:58.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:54:48.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:54:48.843Z||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-09-02T17:54:48.843Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:54:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:54:48.845Z||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-09-02T17:54:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:54:48.967Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:54:48.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "cds",
  "timestamp": 1630605276627,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:54:48.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:54:48.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "dcae-sch",
  "timestamp": 1630605268922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:54:48.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:54:48.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605273987,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:54:48.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:54:48.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "clamp",
  "timestamp": 1630605278246,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:54:48.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:54:48.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "cds",
  "timestamp": 1630605276627,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:54:48.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:54:48.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "dcae-sch",
  "timestamp": 1630605268922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:54:48.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:54:48.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605273987,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:54:48.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:54:48.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "clamp",
  "timestamp": 1630605278246,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:54:48.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:54:48.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "cds",
  "timestamp": 1630605281615,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:54:48.971Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:54:48.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "cds",
  "timestamp": 1630605282620,
  "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-09-02T17:54:48.985Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a242b952-f623-479f-99d3-12373e7be83c
2021-09-02T17:54:48.986Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a242b952-f623-479f-99d3-12373e7be83c 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-09-02T17:54:48.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "policy-id",
  "timestamp": 1630605283542,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:54:48.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:54:48.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "policy-id",
  "timestamp": 1630605283542,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:54:48.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:54:48.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "clamp",
  "timestamp": 1630605286678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:54:48.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:54:48.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "aai-ml",
  "timestamp": 1630605286338,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:54:48.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:54:48.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "policy-id",
  "timestamp": 1630605286933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:54:48.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:54:48.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "aai-ml",
  "timestamp": 1630605286338,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:54:48.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:54:48.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "policy-id",
  "timestamp": 1630605287937,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:54:48.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:54:48.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605287528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:54:48.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:54:48.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:54:48.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "clamp",
  "timestamp": 1630605288683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:54:48.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:54:49.461Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:54:49.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-02T17:54:49.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a242b952-f623-479f-99d3-12373e7be83c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"189bf496-be99-4544-82d7-3b9289b8e7a3","serviceDescription":"service","serviceInvariantUUID":"ff216298-fa87-4f45-9544-9ae4d944d856","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1f97f245-bae7-4e21-be76-3692dca28ef7","resourceInvariantUUID":"73b2d256-5ccf-4d69-8e23-859c814ef09b","resourceCustomizationUUID":"cc6879a4-f4e2-4c5a-9677-2c09a15fcdb6","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":"NWJlMGY1MmE2ZjJhNWYwNWRmY2Q1OTk5YjViZGY5ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1928f891-15d1-46d1-ac83-768165d9dcdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmYyNWE1MWUwYjYxYWMxOWQ4YzA0YmU1MDQzMjg0NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4af932b8-dc7e-492d-95a0-d09b854e4f03","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T17:54:49.464Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:54:49.465Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:54:49.467Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:54:49.467Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605288843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:54:49.567Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:54:49.568Z||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-09-02T17:54:49.568Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:54:49.574Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:54:49.574Z||pool-35-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:54:50.468Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:54:50.468Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:54:50.470Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:54:50.470Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605288843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:54:50.571Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T17:54:50.571Z||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-09-02T17:54:50.571Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:54:50.578Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:54:50.578Z||pool-36-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:54:51.472Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "189bf496-be99-4544-82d7-3b9289b8e7a3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff216298-fa87-4f45-9544-9ae4d944d856",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "cc6879a4-f4e2-4c5a-9677-2c09a15fcdb6",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "1f97f245-bae7-4e21-be76-3692dca28ef7",
      "resourceInvariantUUID": "73b2d256-5ccf-4d69-8e23-859c814ef09b",
      "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": "ZmYyNWE1MWUwYjYxYWMxOWQ4YzA0YmU1MDQzMjg0NmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4af932b8-dc7e-492d-95a0-d09b854e4f03"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T17:54:51.472Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T17:54:51.472Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 189bf496-be99-4544-82d7-3b9289b8e7a3 ASDC
2021-09-02T17:54:51.472Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a242b952-f623-479f-99d3-12373e7be83c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:189bf496-be99-4544-82d7-3b9289b8e7a3
ServiceInvariantUUID:ff216298-fa87-4f45-9544-9ae4d944d856
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:4af932b8-dc7e-492d-95a0-d09b854e4f03
ArtifactChecksum:ZmYyNWE1MWUwYjYxYWMxOWQ4YzA0YmU1MDQzMjg0NmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:cc6879a4-f4e2-4c5a-9677-2c09a15fcdb6
ResourceInvariantUUID:73b2d256-5ccf-4d69-8e23-859c814ef09b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1f97f245-bae7-4e21-be76-3692dca28ef7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-02T17:54:51.473Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 189bf496-be99-4544-82d7-3b9289b8e7a3 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-09-02T17:54:51.495Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T17:54:51.496Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T17:54:51.496Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T17:54:51.496Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4af932b8-dc7e-492d-95a0-d09b854e4f03 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-02T17:54:51.496Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T17:54:51.496Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-02T17:54:51.942Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T17:54:51.946Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4af932b8-dc7e-492d-95a0-d09b854e4f03 52174
2021-09-02T17:54:51.946Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-02T17:54:51.946Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-02T17:54:51.946Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T17:54:51.947Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:54:51.949Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:54:51.949Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605291946,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:54:52.049Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:54:52.050Z||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-09-02T17:54:52.050Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:54:52.056Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:54:52.056Z||pool-37-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:54:52.949Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T17:54:52.950Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T17:54:52.950Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4af932b8-dc7e-492d-95a0-d09b854e4f03, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T17:54:52.951Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-02T17:54:52.951Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T17:54:52.951Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T17:54:53.011Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13649650000325744740/Definitions/service-BasicNetwork-template.yml
2021-09-02T17:54:53.281Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T17:54:53.281Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T17:54:53.281Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T17:54:53.281Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-02T17:54:53.281Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||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-09-02T17:54:53.281Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||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-09-02T17:54:53.281Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||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-09-02T17:54:53.281Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||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-09-02T17:54:53.281Z|a242b952-f623-479f-99d3-12373e7be83c|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-BasicNetwork-csar.csar
2021-09-02T17:54:53.281Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||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-09-02T17:54:53.281Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||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-09-02T17:54:53.281Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||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-09-02T17:54:53.282Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T17:54:53.282Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:54:53.282Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:54:53.282Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-02T17:54:53.282Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T17:54:53.282Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T17:54:53.282Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:54:53.282Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:54:53.282Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-02T17:54:53.282Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T17:54:53.282Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T17:54:53.282Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:54:53.282Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:54:53.282Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:54:53.283Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:54:53.283Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:54:53.283Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:54:53.283Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:54:53.283Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:54:53.283Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:54:53.283Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:54:53.283Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:189bf496-be99-4544-82d7-3b9289b8e7a3
Model Version:NULL
Model InvariantUuid:ff216298-fa87-4f45-9544-9ae4d944d856
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:73b2d256-5ccf-4d69-8e23-859c814ef09b
Model UUID:495a0b44-4342-4c37-b92e-cb92a9590562
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:cc6879a4-f4e2-4c5a-9677-2c09a15fcdb6
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-09-02T17:54:53.289Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 1f97f245-bae7-4e21-be76-3692dca28ef7
2021-09-02T17:54:53.289Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||No resources found for Service: 189bf496-be99-4544-82d7-3b9289b8e7a3
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-09-02T17:54:53.292Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||
2021-09-02T17:54:53.292Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-02T17:54:53.292Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 189bf496-be99-4544-82d7-3b9289b8e7a3
2021-09-02T17:54:53.292Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 189bf496-be99-4544-82d7-3b9289b8e7a3
2021-09-02T17:54:53.292Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-02T17:54:53.292Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||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-09-02T17:54:53.296Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20ea759a, org.onap.sdc.toscaparser.api.parameters.Input@3194654b, org.onap.sdc.toscaparser.api.parameters.Input@53c6366f, org.onap.sdc.toscaparser.api.parameters.Input@720092d4, org.onap.sdc.toscaparser.api.parameters.Input@1b56fab]
2021-09-02T17:54:53.296Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:54:53.296Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:54:53.297Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:54:53.297Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:54:53.297Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 189bf496-be99-4544-82d7-3b9289b8e7a3: Generic NeutronNet
2021-09-02T17:54:53.297Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:54:53.297Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:54:53.297Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:54:53.297Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||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-09-02T17:54:53.320Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:54:53.320Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:54:53.320Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:54:53.320Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:54:53.321Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:54:53.321Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:54:53.321Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||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-09-02T17:54:53.380Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-02T17:54:53.380Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-02T17:54:53.380Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-02T17:54:53.380Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T17:54:53.380Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:54:53.381Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:54:53.381Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605293380,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:54:53.482Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T17:54:53.482Z||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-09-02T17:54:53.482Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:54:53.488Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:54:53.488Z||pool-38-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:54:54.382Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a242b952-f623-479f-99d3-12373e7be83c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:54:54.393Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a242b952-f623-479f-99d3-12373e7be83c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:54:54.395Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:54:54.395Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T17:54:54.395Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T17:55:24.395Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a242b952-f623-479f-99d3-12373e7be83c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:55:24.406Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a242b952-f623-479f-99d3-12373e7be83c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:55:24.408Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:55:24.408Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T17:55:24.408Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T17:55:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:55:48.845Z||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-09-02T17:55:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:55:48.862Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:55:48.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T17:55:48.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605288224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:55:48.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:55:54.409Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a242b952-f623-479f-99d3-12373e7be83c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:55:54.421Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a242b952-f623-479f-99d3-12373e7be83c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:55:54.424Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:55:54.424Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T17:55:54.425Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T17:56:24.425Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a242b952-f623-479f-99d3-12373e7be83c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:56:24.434Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a242b952-f623-479f-99d3-12373e7be83c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:56:24.436Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:56:24.436Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T17:56:24.436Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T17:56:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:56:48.845Z||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-09-02T17:56:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:56:48.862Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:56:48.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:56:48.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "policy-id",
  "timestamp": 1630605288940,
  "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-09-02T17:56:48.870Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a242b952-f623-479f-99d3-12373e7be83c
2021-09-02T17:56:48.870Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a242b952-f623-479f-99d3-12373e7be83c 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-09-02T17:56:54.436Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a242b952-f623-479f-99d3-12373e7be83c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:56:54.446Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a242b952-f623-479f-99d3-12373e7be83c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:56:54.448Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:56:54.448Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T17:56:54.448Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T17:57:24.448Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a242b952-f623-479f-99d3-12373e7be83c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:57:24.456Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a242b952-f623-479f-99d3-12373e7be83c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:57:24.458Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:57:24.458Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T17:57:24.458Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T17:57:48.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:57:48.845Z||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-09-02T17:57:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T17:57:48.865Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:57:48.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605287528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:57:48.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605288843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "aai-ml",
  "timestamp": 1630605289513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:57:48.870Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:57:48.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "clamp",
  "timestamp": 1630605289686,
  "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-09-02T17:57:48.878Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a242b952-f623-479f-99d3-12373e7be83c
2021-09-02T17:57:48.878Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a242b952-f623-479f-99d3-12373e7be83c 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-09-02T17:57:48.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605288224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605288843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605291026,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605291946,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605292426,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "aai-ml",
  "timestamp": 1630605292915,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605293380,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:57:48.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605293430,
  "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-09-02T17:57:48.889Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a242b952-f623-479f-99d3-12373e7be83c
2021-09-02T17:57:48.889Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a242b952-f623-479f-99d3-12373e7be83c 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-09-02T17:57:48.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "aai-ml",
  "timestamp": 1630605293918,
  "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-09-02T17:57:48.899Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a242b952-f623-479f-99d3-12373e7be83c
2021-09-02T17:57:48.899Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a242b952-f623-479f-99d3-12373e7be83c 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-09-02T17:57:48.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "dcae-sch",
  "timestamp": 1630605328922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "cds",
  "timestamp": 1630605336627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605328224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605333987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "clamp",
  "timestamp": 1630605338246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "cds",
  "timestamp": 1630605336627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "dcae-sch",
  "timestamp": 1630605328922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605328224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605333987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "clamp",
  "timestamp": 1630605338246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "cds",
  "timestamp": 1630605336627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "dcae-sch",
  "timestamp": 1630605328922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605328224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605333987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "clamp",
  "timestamp": 1630605338246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "cds",
  "timestamp": 1630605336627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "dcae-sch",
  "timestamp": 1630605328922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605328224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605333987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "clamp",
  "timestamp": 1630605338246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "cds",
  "timestamp": 1630605336627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "dcae-sch",
  "timestamp": 1630605328922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605328224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605333987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "clamp",
  "timestamp": 1630605338246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "dcae-sch",
  "timestamp": 1630605328922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "cds",
  "timestamp": 1630605336627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605328224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605333987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "clamp",
  "timestamp": 1630605338246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "cds",
  "timestamp": 1630605336627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "dcae-sch",
  "timestamp": 1630605328922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605328224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "policy-id",
  "timestamp": 1630605343542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605333987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "clamp",
  "timestamp": 1630605338246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "dcae-sch",
  "timestamp": 1630605328922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "cds",
  "timestamp": 1630605336627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:57:48.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605328224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "policy-id",
  "timestamp": 1630605343542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605333987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:57:48.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "clamp",
  "timestamp": 1630605338246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "policy-id",
  "timestamp": 1630605343542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "cds",
  "timestamp": 1630605346525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605346545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "aai-ml",
  "timestamp": 1630605346338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "policy-id",
  "timestamp": 1630605343542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "cds",
  "timestamp": 1630605347529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-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-09-02T17:57:48.924Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bcce1477-0409-4f12-a864-938708766a85
2021-09-02T17:57:48.924Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcce1477-0409-4f12-a864-938708766a85 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-09-02T17:57:48.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605347756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T17:57:48.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:57:48.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "aai-ml",
  "timestamp": 1630605346338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605347528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:48.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T17:57:48.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "policy-id",
  "timestamp": 1630605343542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:57:48.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:57:54.458Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a242b952-f623-479f-99d3-12373e7be83c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:57:54.468Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a242b952-f623-479f-99d3-12373e7be83c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:57:54.471Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:57:54.471Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T17:57:54.471Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T17:57:54.471Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T17:57:54.471Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:57:54.471Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:57:54.471Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:57:54.471Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:57:54.471Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:57:54.471Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:57:54.471Z|a242b952-f623-479f-99d3-12373e7be83c|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-09-02T17:57:54.475Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T17:58:24.476Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a242b952-f623-479f-99d3-12373e7be83c 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-09-02T17:58:24.482Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a242b952-f623-479f-99d3-12373e7be83c and serviceModelVersionId: 189bf496-be99-4544-82d7-3b9289b8e7a3
2021-09-02T17:58:24.482Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff216298-fa87-4f45-9544-9ae4d944d856
2021-09-02T17:58:24.483Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff216298-fa87-4f45-9544-9ae4d944d856/model-vers/model-ver/189bf496-be99-4544-82d7-3b9289b8e7a3?depth=0
2021-09-02T17:58:24.489Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T17:58:24.518Z|a242b952-f623-479f-99d3-12373e7be83c|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/ff216298-fa87-4f45-9544-9ae4d944d856/model-vers/model-ver/189bf496-be99-4544-82d7-3b9289b8e7a3?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-09-02T17:58:24.518Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff216298-fa87-4f45-9544-9ae4d944d856/model-vers/model-ver/189bf496-be99-4544-82d7-3b9289b8e7a3?depth=0|INFO|500||Invoke
2021-09-02T17:58:24.541Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff216298-fa87-4f45-9544-9ae4d944d856/model-vers/model-ver/189bf496-be99-4544-82d7-3b9289b8e7a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T17:58:25.123Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff216298-fa87-4f45-9544-9ae4d944d856/model-vers/model-ver/189bf496-be99-4544-82d7-3b9289b8e7a3?depth=0|INFO|500||InvokeReturn
2021-09-02T17:58:25.123Z|a242b952-f623-479f-99d3-12373e7be83c|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/ff216298-fa87-4f45-9544-9ae4d944d856/model-vers/model-ver/189bf496-be99-4544-82d7-3b9289b8e7a3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210902-17:58:24:548-7036], vertex-id=[217272], Content-Length=[0], Date=[Thu, 02 Sep 2021 17:58:24 GMT], Content-Type=[application/json]}
2021-09-02T17:58:25.123Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-09-02T17:58:25.124Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T17:58:25.124Z|a242b952-f623-479f-99d3-12373e7be83c|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-09-02T17:58:25.127Z|a242b952-f623-479f-99d3-12373e7be83c|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-09-02T17:58:25.128Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a242b952-f623-479f-99d3-12373e7be83c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T17:58:25.128Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T17:58:25.128Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:58:25.130Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:58:25.130Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605505128,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T17:58:25.231Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:58:25.231Z||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-09-02T17:58:25.231Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:58:25.240Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:58:25.240Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 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-09-02T17:58:26.142Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:58:26.142Z|a242b952-f623-479f-99d3-12373e7be83c|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-09-02T17:58:26.142Z|a242b952-f623-479f-99d3-12373e7be83c|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 UD42kDim4qpsrs85) ...
2021-09-02T17:58:30.406Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:58:30.407Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-02T17:58:30.407Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"bcce1477-0409-4f12-a864-938708766a85","serviceName":"Demo_pNF_GJv7ScGZX5kVT7XL2dbk","serviceVersion":"1.0","serviceUUID":"cfce6502-54b4-4229-b447-2d37a7fce0d8","serviceDescription":"catalog service description","serviceInvariantUUID":"5e3f26e7-3e05-430c-a9bc-31c4a14d5f26","resources":[{"resourceInstanceName":"pNF 6f576b26-9a41 0","resourceName":"pNF 6f576b26-9a41","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2c079d99-f235-41da-9b72-d2df4ef576b1","resourceInvariantUUID":"67278f36-9560-477c-90a4-569a51e5793c","resourceCustomizationUUID":"e1213822-e427-4527-9bdf-f7aa5053eac0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vf-license-model.xml","artifactChecksum":"N2RiYWExY2NkNjQ4OTlkMmY3ZjEyNWQzY2U2ZTM2NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c9d283c8-3354-4dea-b035-e276b96b5e31","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/pNF.csar","artifactChecksum":"NjJiZDQ5MjcxMGEyNGY4MTZjZDM1MjhjN2Y2MTRlOWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f3674e5-9102-4417-9479-948c9ecacab7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cde77b05-1af6-400b-ac0d-c2fb8f12deb6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vendor-license-model.xml","artifactChecksum":"ZGI2NzlkNWNmNWQzNGYxM2Q5ZjgzNDMyODI5OTkwNTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"47b88fb6-97c2-4b48-a39b-f1d808cf0f77","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"07e61247-e1d3-464b-95e5-be65bb3854b5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4de1a195-eaa9-4793-9100-3c693925efb5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGjv7scgzx5kvt7xl2dbk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-template.yml","artifactChecksum":"MDIyZDk1YzM3ZWQ0M2JjZDI1MmQ0YjAxMGZkMGM3Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b22ce292-3511-487b-80d2-df40657927f7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar","artifactChecksum":"MDhjZjNlOTIwODFhYThkYTY5YmIyNmJkYjdlMjYwMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb66c258-432e-436e-91f3-42f204d0e0e5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T17:58:30.410Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:58:30.410Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:58:30.412Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:58:30.412Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:30.512Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:58:30.513Z||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-09-02T17:58:30.513Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:58:30.519Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:58:30.519Z||pool-40-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:58:31.413Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:58:31.413Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:58:31.415Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:58:31.415Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:31.515Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T17:58:31.516Z||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-09-02T17:58:31.516Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:58:31.522Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:58:31.522Z||pool-41-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:58:32.416Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:58:32.417Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:58:32.418Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:58:32.419Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:32.519Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:58:32.519Z||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-09-02T17:58:32.519Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:58:32.525Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:58:32.526Z||pool-42-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-02T17:58:33.419Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:58:33.420Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:58:33.422Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:58:33.422Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:33.522Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:58:33.523Z||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-09-02T17:58:33.523Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:58:33.529Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:58:33.529Z||pool-43-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:58:34.423Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:58:34.424Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:58:34.426Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:58:34.426Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:34.526Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:58:34.527Z||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-09-02T17:58:34.527Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:58:34.533Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:58:34.533Z||pool-44-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1}
2021-09-02T17:58:35.427Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:58:35.428Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:58:35.430Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:58:35.430Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:35.530Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:58:35.531Z||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-09-02T17:58:35.531Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:58:35.537Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:58:35.538Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-02T17:58:36.431Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:58:36.432Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:58:36.434Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:58:36.434Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:36.534Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:58:36.534Z||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-09-02T17:58:36.534Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:58:36.541Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:58:36.541Z||pool-46-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:58:37.434Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:58:37.435Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:58:37.437Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:58:37.438Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:58:37.538Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T17:58:37.538Z||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-09-02T17:58:37.538Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:58:37.545Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:58:37.545Z||pool-47-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:58:38.439Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "serviceName": "Demo_pNF_GJv7ScGZX5kVT7XL2dbk",
  "serviceVersion": "1.0",
  "serviceUUID": "cfce6502-54b4-4229-b447-2d37a7fce0d8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5e3f26e7-3e05-430c-a9bc-31c4a14d5f26",
  "resources": [
    {
      "resourceInstanceName": "pNF 6f576b26-9a41 0",
      "resourceCustomizationUUID": "e1213822-e427-4527-9bdf-f7aa5053eac0",
      "resourceName": "pNF 6f576b26-9a41",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2c079d99-f235-41da-9b72-d2df4ef576b1",
      "resourceInvariantUUID": "67278f36-9560-477c-90a4-569a51e5793c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
      "artifactChecksum": "MDhjZjNlOTIwODFhYThkYTY5YmIyNmJkYjdlMjYwMTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bb66c258-432e-436e-91f3-42f204d0e0e5"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T17:58:38.439Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T17:58:38.439Z|a242b952-f623-479f-99d3-12373e7be83c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cfce6502-54b4-4229-b447-2d37a7fce0d8 ASDC
2021-09-02T17:58:38.440Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:bcce1477-0409-4f12-a864-938708766a85
ServiceName:Demo_pNF_GJv7ScGZX5kVT7XL2dbk
ServiceVersion:1.0
ServiceUUID:cfce6502-54b4-4229-b447-2d37a7fce0d8
ServiceInvariantUUID:5e3f26e7-3e05-430c-a9bc-31c4a14d5f26
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
ArtifactUUID:bb66c258-432e-436e-91f3-42f204d0e0e5
ArtifactChecksum:MDhjZjNlOTIwODFhYThkYTY5YmIyNmJkYjdlMjYwMTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6f576b26-9a41 0
ResourceCustomizationUUID:e1213822-e427-4527-9bdf-f7aa5053eac0
ResourceInvariantUUID:67278f36-9560-477c-90a4-569a51e5793c
ResourceName:pNF 6f576b26-9a41
ResourceType:PNF
ResourceUUID:2c079d99-f235-41da-9b72-d2df4ef576b1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-02T17:58:38.440Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cfce6502-54b4-4229-b447-2d37a7fce0d8 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-09-02T17:58:38.461Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T17:58:38.462Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T17:58:38.462Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T17:58:38.462Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bb66c258-432e-436e-91f3-42f204d0e0e5 from URL: /sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:38.462Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T17:58:38.462Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:39.723Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T17:58:39.729Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar bb66c258-432e-436e-91f3-42f204d0e0e5 82554
2021-09-02T17:58:39.729Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar ASDC sendASDCNotification
2021-09-02T17:58:39.729Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:39.729Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T17:58:39.730Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:58:39.731Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:58:39.731Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605519729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:58:39.831Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:58:39.832Z||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-09-02T17:58:39.832Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:58:39.838Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:58:39.838Z||pool-48-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:58:40.731Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T17:58:40.733Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T17:58:40.733Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bb66c258-432e-436e-91f3-42f204d0e0e5, URL: /sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar to file: /app/ASDC/1/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:40.733Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:40.734Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:40.734Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:40.805Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1447407991013292880/Definitions/service-DemoPnfGjv7scgzx5kvt7xl2dbk-template.yml
2021-09-02T17:58:41.310Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T17:58:41.310Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T17:58:41.310Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:41.310Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-02T17:58:41.310Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||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-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:41.310Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:41.310Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||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-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:41.310Z|bcce1477-0409-4f12-a864-938708766a85|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-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:41.310Z|bcce1477-0409-4f12-a864-938708766a85|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-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:41.310Z|bcce1477-0409-4f12-a864-938708766a85|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-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:41.311Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6f576b26-9a41 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-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:41.311Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T17:58:41.311Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:58:41.311Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_GJv7ScGZX5kVT7XL2dbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:58:41.311Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Node template pNF 6f576b26-9a41 0 is matching search criteria
2021-09-02T17:58:41.311Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T17:58:41.311Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6f576b26-9a41 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T17:58:41.311Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:58:41.311Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_GJv7ScGZX5kVT7XL2dbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:58:41.311Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Node template pNF 6f576b26-9a41 0 is matching search criteria
2021-09-02T17:58:41.312Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T17:58:41.312Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6f576b26-9a41 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T17:58:41.312Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:58:41.312Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_GJv7ScGZX5kVT7XL2dbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:58:41.312Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:58:41.312Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_GJv7ScGZX5kVT7XL2dbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:58:41.312Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:58:41.312Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_GJv7ScGZX5kVT7XL2dbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:58:41.312Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:58:41.313Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_GJv7ScGZX5kVT7XL2dbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:58:41.313Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:58:41.313Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_GJv7ScGZX5kVT7XL2dbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:58:41.313Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_GJv7ScGZX5kVT7XL2dbk
Description:catalog service description
Model UUID:cfce6502-54b4-4229-b447-2d37a7fce0d8
Model Version:NULL
Model InvariantUuid:5e3f26e7-3e05-430c-a9bc-31c4a14d5f26
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-09-02T17:58:41.319Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2c079d99-f235-41da-9b72-d2df4ef576b1
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-09-02T17:58:41.321Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||pNF 6f576b26-9a41 0
2021-09-02T17:58:41.321Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2c079d99-f235-41da-9b72-d2df4ef576b1
2021-09-02T17:58:41.321Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||No resources found for Service: cfce6502-54b4-4229-b447-2d37a7fce0d8
2021-09-02T17:58:41.322Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: cfce6502-54b4-4229-b447-2d37a7fce0d8
2021-09-02T17:58:41.322Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6f576b26-9a41 0 2c079d99-f235-41da-9b72-d2df4ef576b1 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-09-02T17:58:41.325Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71ce25ea, org.onap.sdc.toscaparser.api.parameters.Input@4c37660f, org.onap.sdc.toscaparser.api.parameters.Input@adb8ab9, org.onap.sdc.toscaparser.api.parameters.Input@13505443, org.onap.sdc.toscaparser.api.parameters.Input@13b1d2b6]
2021-09-02T17:58:41.325Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:58:41.325Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_GJv7ScGZX5kVT7XL2dbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:58:41.325Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid cfce6502-54b4-4229-b447-2d37a7fce0d8: pNF 6f576b26-9a41
2021-09-02T17:58:41.325Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||Processing PNF resource: 2c079d99-f235-41da-9b72-d2df4ef576b1
2021-09-02T17:58:41.326Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:58:41.326Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_GJv7ScGZX5kVT7XL2dbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:58:41.326Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||Resource customization UUID: e1213822-e427-4527-9bdf-f7aa5053eac0 is the same as notified resource customizationUUID: e1213822-e427-4527-9bdf-f7aa5053eac0
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-09-02T17:58:41.368Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6f576b26-9a41 2c079d99-f235-41da-9b72-d2df4ef576b1 0 ASDC deployResourceStructure
2021-09-02T17:58:41.368Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar ASDC sendASDCNotification
2021-09-02T17:58:41.368Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar
2021-09-02T17:58:41.368Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T17:58:41.368Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:58:41.369Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:58:41.369Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605521368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:58:41.470Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:58:41.470Z||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-09-02T17:58:41.470Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:58:41.475Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:58:41.475Z||pool-49-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":1,"count":1}
2021-09-02T17:58:42.370Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcce1477-0409-4f12-a864-938708766a85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:58:42.381Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcce1477-0409-4f12-a864-938708766a85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:58:42.383Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:58:42.383Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T17:58:42.384Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T17:58:48.844Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:58:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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-09-02T17:58:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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 UD42kDim4qpsrs85) ...
2021-09-02T17:58:48.862Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:58:48.862Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.863Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605348759,
  "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-09-02T17:58:48.870Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bcce1477-0409-4f12-a864-938708766a85
2021-09-02T17:58:48.871Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcce1477-0409-4f12-a864-938708766a85 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-09-02T17:58:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "aai-ml",
  "timestamp": 1630605346338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605347528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "policy-id",
  "timestamp": 1630605343542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "aai-ml",
  "timestamp": 1630605346338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605347528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "policy-id",
  "timestamp": 1630605343542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "aai-ml",
  "timestamp": 1630605346338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605347528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "policy-id",
  "timestamp": 1630605343542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:58:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "aai-ml",
  "timestamp": 1630605346338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605347528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "policy-id",
  "timestamp": 1630605352334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:58:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:58:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "clamp",
  "timestamp": 1630605352683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:58:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:58:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "aai-ml",
  "timestamp": 1630605346338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605347528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:48.883Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.883Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.883Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "policy-id",
  "timestamp": 1630605353338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:58:48.883Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:58:48.883Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.883Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "clamp",
  "timestamp": 1630605353695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:58:48.883Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:58:48.883Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.883Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "aai-ml",
  "timestamp": 1630605346338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:58:48.883Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.883Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.883Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605347528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:58:48.883Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.883Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.884Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "policy-id",
  "timestamp": 1630605354340,
  "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-09-02T17:58:48.887Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bcce1477-0409-4f12-a864-938708766a85
2021-09-02T17:58:48.888Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcce1477-0409-4f12-a864-938708766a85 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-09-02T17:58:48.894Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.894Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "clamp",
  "timestamp": 1630605354697,
  "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-09-02T17:58:48.897Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bcce1477-0409-4f12-a864-938708766a85
2021-09-02T17:58:48.898Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcce1477-0409-4f12-a864-938708766a85 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-09-02T17:58:48.903Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.903Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605347528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:58:48.903Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:58:48.903Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.903Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "aai-ml",
  "timestamp": 1630605355234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:58:48.903Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:58:48.904Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.904Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605357123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:58:48.904Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:58:48.904Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.904Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605358812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:58:48.904Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:58:48.904Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.904Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "aai-ml",
  "timestamp": 1630605359522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:58:48.904Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:58:48.904Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.904Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605359814,
  "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-09-02T17:58:48.908Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bcce1477-0409-4f12-a864-938708766a85
2021-09-02T17:58:48.908Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcce1477-0409-4f12-a864-938708766a85 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-09-02T17:58:48.914Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:58:48.914Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "aai-ml",
  "timestamp": 1630605360525,
  "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-09-02T17:58:48.917Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bcce1477-0409-4f12-a864-938708766a85
2021-09-02T17:58:48.917Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcce1477-0409-4f12-a864-938708766a85 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-09-02T17:59:12.384Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcce1477-0409-4f12-a864-938708766a85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T17:59:12.395Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcce1477-0409-4f12-a864-938708766a85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T17:59:12.398Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T17:59:12.398Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T17:59:12.398Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T17:59:12.398Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T17:59:12.399Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:59:12.399Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:59:12.399Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:59:12.399Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:59:12.399Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:59:12.399Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:59:12.399Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T17:59:12.399Z|bcce1477-0409-4f12-a864-938708766a85|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-09-02T17:59:12.403Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T17:59:42.404Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bcce1477-0409-4f12-a864-938708766a85 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-09-02T17:59:42.412Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bcce1477-0409-4f12-a864-938708766a85 and serviceModelVersionId: cfce6502-54b4-4229-b447-2d37a7fce0d8
2021-09-02T17:59:42.412Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e3f26e7-3e05-430c-a9bc-31c4a14d5f26
2021-09-02T17:59:42.413Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e3f26e7-3e05-430c-a9bc-31c4a14d5f26/model-vers/model-ver/cfce6502-54b4-4229-b447-2d37a7fce0d8?depth=0
2021-09-02T17:59:42.420Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T17:59:42.476Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e3f26e7-3e05-430c-a9bc-31c4a14d5f26/model-vers/model-ver/cfce6502-54b4-4229-b447-2d37a7fce0d8?depth=0|INFO|500||Invoke
2021-09-02T17:59:42.476Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e3f26e7-3e05-430c-a9bc-31c4a14d5f26/model-vers/model-ver/cfce6502-54b4-4229-b447-2d37a7fce0d8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e3f26e7-3e05-430c-a9bc-31c4a14d5f26/model-vers/model-ver/cfce6502-54b4-4229-b447-2d37a7fce0d8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bcce1477-0409-4f12-a864-938708766a85], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b047148c-2bb6-4746-b677-0e1827314ba7], X-ECOMP-RequestID=[bcce1477-0409-4f12-a864-938708766a85], X-TransactionId=[], X-ONAP-RequestID=[bcce1477-0409-4f12-a864-938708766a85], Content-Type=[application/merge-patch+json]}
2021-09-02T17:59:42.495Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e3f26e7-3e05-430c-a9bc-31c4a14d5f26/model-vers/model-ver/cfce6502-54b4-4229-b447-2d37a7fce0d8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T17:59:42.718Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e3f26e7-3e05-430c-a9bc-31c4a14d5f26/model-vers/model-ver/cfce6502-54b4-4229-b447-2d37a7fce0d8?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/5e3f26e7-3e05-430c-a9bc-31c4a14d5f26/model-vers/model-ver/cfce6502-54b4-4229-b447-2d37a7fce0d8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210902-17:59:42:501-12210], vertex-id=[209120], Content-Length=[0], Date=[Thu, 02 Sep 2021 17:59:42 GMT], Content-Type=[application/json]}
2021-09-02T17:59:42.718Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e3f26e7-3e05-430c-a9bc-31c4a14d5f26/model-vers/model-ver/cfce6502-54b4-4229-b447-2d37a7fce0d8?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-02T17:59:42.719Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e3f26e7-3e05-430c-a9bc-31c4a14d5f26/model-vers/model-ver/cfce6502-54b4-4229-b447-2d37a7fce0d8?depth=0|INFO|500||InvokeReturn
2021-09-02T17:59:42.719Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T17:59:42.719Z|bcce1477-0409-4f12-a864-938708766a85|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-09-02T17:59:42.723Z|bcce1477-0409-4f12-a864-938708766a85|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-09-02T17:59:42.724Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bcce1477-0409-4f12-a864-938708766a85 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T17:59:42.724Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T17:59:42.725Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:59:42.726Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:59:42.727Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605582724,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T17:59:42.827Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:59:42.828Z||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-09-02T17:59:42.828Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:59:42.839Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:42.839Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T17:59:43.738Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:59:43.739Z|bcce1477-0409-4f12-a864-938708766a85|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-09-02T17:59:43.739Z|bcce1477-0409-4f12-a864-938708766a85|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 UD42kDim4qpsrs85) ...
2021-09-02T17:59:44.352Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:44.353Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-02T17:59:44.353Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"36814353-6c79-4b57-8fed-f75edd943735","serviceDescription":"service","serviceInvariantUUID":"be157f49-01e2-4cae-bd2b-0fc7ede6ffb2","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5d4a2387-b841-4224-8ab4-6aff8272be61","resourceInvariantUUID":"bdc42735-7662-4437-9b33-34c158861e3d","resourceCustomizationUUID":"60416482-5268-44ee-a0ec-8d4740b90573","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":"e41232fc-08bb-41d3-9be9-b4e67bbed4b2","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":"OWJlMzNkYTNkMzkwODVjZTJmMzI0MDZiNzUyNjk4N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2243c2e3-73e4-404f-817b-1bf599e01f81","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":"OGYyY2U2MzA2YzJjMTE4YTRjNzlkZGJmMGE2NGE0MDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d874880d-afdb-4f38-959a-def5bf74fa32","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":"8fa97223-ded6-4e0c-8bbd-91eff3e2f4d5","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":"1cc71a11-2eb8-4b40-aadd-dc22a22fdcf0","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":"40cbe720-5cb4-4246-bdfd-e5cbe8a4fc5e","artifactVersion":"2","generatedFromUUID":"8fa97223-ded6-4e0c-8bbd-91eff3e2f4d5"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YjFiZWU5NTgwZDExMGRmNGMxOGY4MzFkZGQ1MmM5ZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6c8993e-e748-40c7-bc03-bcbbc6e0aabf","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MTU1MWQ4YTVjZTFkOGM5Njk0NTliZDYyOTY4MzQyYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac196274-4ecc-4ccc-ba0c-9a7a14e6528c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T17:59:44.356Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:59:44.356Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:59:44.358Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:59:44.358Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:59:44.458Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:59:44.459Z||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-09-02T17:59:44.459Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:59:44.467Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:44.468Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:59:45.359Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:59:45.359Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:59:45.361Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:59:45.361Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:59:45.462Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:59:45.462Z||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-09-02T17:59:45.462Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:59:45.468Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:45.468Z||pool-52-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:59:46.362Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:59:46.363Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:59:46.365Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:59:46.365Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T17:59:46.466Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T17:59:46.466Z||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-09-02T17:59:46.466Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:59:46.472Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:46.472Z||pool-53-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:59:47.366Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:59:47.367Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:59:47.368Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:59:47.368Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T17:59:47.468Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:59:47.469Z||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-09-02T17:59:47.469Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:59:47.475Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:47.475Z||pool-54-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:59:48.369Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:59:48.370Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:59:48.371Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:59:48.372Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:59:48.472Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:59:48.472Z||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-09-02T17:59:48.472Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:59:48.478Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:48.478Z||pool-55-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:59:48.844Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T17:59:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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-09-02T17:59:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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 UD42kDim4qpsrs85) ...
2021-09-02T17:59:48.860Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:48.861Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:59:48.861Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a242b952-f623-479f-99d3-12373e7be83c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605505128,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T17:59:48.862Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:59:48.862Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:59:48.862Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:59:48.862Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:59:48.862Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:59:48.863Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:59:48.863Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:59:48.863Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:59:48.863Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:59:48.863Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:59:48.863Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:59:48.864Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:59:48.864Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:59:48.864Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:59:48.864Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:59:48.864Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:59:48.864Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:59:48.864Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/resourceInstances/pnf6f576b269a410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:59:48.865Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:59:48.865Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:59:48.865Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:59:48.865Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:59:48.865Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:59:48.865Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605506142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:59:48.865Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T17:59:48.866Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:59:48.866Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605519729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:59:48.866Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:59:48.866Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T17:59:48.866Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605521368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjv7scgzx5kvt7xl2dbk/1.0/artifacts/service-DemoPnfGjv7scgzx5kvt7xl2dbk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T17:59:48.866Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T17:59:49.372Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:59:49.373Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:59:49.375Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:59:49.375Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-02T17:59:49.475Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T17:59:49.476Z||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-09-02T17:59:49.476Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:59:49.483Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:49.483Z||pool-56-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:59:50.376Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:59:50.377Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:59:50.379Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:59:50.379Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T17:59:50.479Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:59:50.480Z||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-09-02T17:59:50.480Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:59:50.486Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:50.487Z||pool-57-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-02T17:59:51.380Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T17:59:51.381Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:59:51.383Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:59:51.383Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T17:59:51.483Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:59:51.484Z||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-09-02T17:59:51.484Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:59:51.490Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:51.490Z||pool-58-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-02T17:59:52.385Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "36814353-6c79-4b57-8fed-f75edd943735",
  "serviceDescription": "service",
  "serviceInvariantUUID": "be157f49-01e2-4cae-bd2b-0fc7ede6ffb2",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "60416482-5268-44ee-a0ec-8d4740b90573",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5d4a2387-b841-4224-8ab4-6aff8272be61",
      "resourceInvariantUUID": "bdc42735-7662-4437-9b33-34c158861e3d",
      "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": "OGYyY2U2MzA2YzJjMTE4YTRjNzlkZGJmMGE2NGE0MDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d874880d-afdb-4f38-959a-def5bf74fa32",
          "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": "8fa97223-ded6-4e0c-8bbd-91eff3e2f4d5",
          "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": "40cbe720-5cb4-4246-bdfd-e5cbe8a4fc5e",
            "generatedFromUUID": "8fa97223-ded6-4e0c-8bbd-91eff3e2f4d5"
          },
          "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": "40cbe720-5cb4-4246-bdfd-e5cbe8a4fc5e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MTU1MWQ4YTVjZTFkOGM5Njk0NTliZDYyOTY4MzQyYWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac196274-4ecc-4ccc-ba0c-9a7a14e6528c"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T17:59:52.385Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T17:59:52.385Z|bcce1477-0409-4f12-a864-938708766a85|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 36814353-6c79-4b57-8fed-f75edd943735 ASDC
2021-09-02T17:59:52.386Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:36814353-6c79-4b57-8fed-f75edd943735
ServiceInvariantUUID:be157f49-01e2-4cae-bd2b-0fc7ede6ffb2
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:ac196274-4ecc-4ccc-ba0c-9a7a14e6528c
ArtifactChecksum:MTU1MWQ4YTVjZTFkOGM5Njk0NTliZDYyOTY4MzQyYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:60416482-5268-44ee-a0ec-8d4740b90573
ResourceInvariantUUID:bdc42735-7662-4437-9b33-34c158861e3d
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:5d4a2387-b841-4224-8ab4-6aff8272be61
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:d874880d-afdb-4f38-959a-def5bf74fa32
ArtifactChecksum:OGYyY2U2MzA2YzJjMTE4YTRjNzlkZGJmMGE2NGE0MDU=
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:8fa97223-ded6-4e0c-8bbd-91eff3e2f4d5
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:40cbe720-5cb4-4246-bdfd-e5cbe8a4fc5e
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:40cbe720-5cb4-4246-bdfd-e5cbe8a4fc5e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-02T17:59:52.386Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36814353-6c79-4b57-8fed-f75edd943735 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-09-02T17:59:52.411Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T17:59:52.412Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T17:59:52.412Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T17:59:52.412Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ac196274-4ecc-4ccc-ba0c-9a7a14e6528c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-02T17:59:52.412Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T17:59:52.412Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-02T17:59:52.554Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T17:59:52.560Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ac196274-4ecc-4ccc-ba0c-9a7a14e6528c 73370
2021-09-02T17:59:52.560Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-02T17:59:52.560Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-02T17:59:52.561Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T17:59:52.561Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:59:52.563Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:59:52.563Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605592560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:59:52.663Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:59:52.664Z||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-09-02T17:59:52.664Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:59:52.670Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:52.670Z||pool-59-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:59:53.563Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T17:59:53.564Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T17:59:53.565Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ac196274-4ecc-4ccc-ba0c-9a7a14e6528c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-02T17:59:53.565Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-02T17:59:53.565Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-02T17:59:53.566Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-02T17:59:53.638Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14112169705893275757/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-09-02T17:59:54.414Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T17:59:54.414Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T17:59:54.414Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-02T17:59:54.415Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-02T17:59:54.415Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||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-09-02T17:59:54.415Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-Basicclamp-csar.csar
2021-09-02T17:59:54.415Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-Basicclamp-csar.csar
2021-09-02T17:59:54.415Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-Basicclamp-csar.csar
2021-09-02T17:59:54.415Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-Basicclamp-csar.csar
2021-09-02T17:59:54.415Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-Basicclamp-csar.csar
2021-09-02T17:59:54.415Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-Basicclamp-csar.csar
2021-09-02T17:59:54.416Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-Basicclamp-csar.csar
2021-09-02T17:59:54.416Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-Basicclamp-csar.csar
2021-09-02T17:59:54.416Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T17:59:54.416Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:54.416Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:59:54.416Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T17:59:54.417Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T17:59:54.417Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T17:59:54.417Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:54.417Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:59:54.417Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T17:59:54.417Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T17:59:54.417Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T17:59:54.418Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:54.418Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:59:54.418Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:54.418Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-02T17:59:54.418Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-02T17:59:54.418Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-02T17:59:54.419Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-02T17:59:54.419Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-02T17:59:54.419Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-02T17:59:54.419Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:54.419Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T17:59:54.419Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:54.419Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T17:59:54.420Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:59:54.420Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:54.420Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T17:59:54.420Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:59:54.420Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:54.421Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T17:59:54.421Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:59:54.421Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:54.421Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-02T17:59:54.421Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-02T17:59:54.421Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-02T17:59:54.421Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=89e8e823-70a4-4c8c-a56e-ed4d62a78393
2021-09-02T17:59:54.422Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:54.422Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:59:54.422Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:54.422Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:59:54.422Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:54.422Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:59:54.423Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:54.423Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:59:54.423Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:36814353-6c79-4b57-8fed-f75edd943735
Model Version:NULL
Model InvariantUuid:be157f49-01e2-4cae-bd2b-0fc7ede6ffb2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:8a8855be-b842-43d0-bd65-538da331aa63
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bdc42735-7662-4437-9b33-34c158861e3d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:60416482-5268-44ee-a0ec-8d4740b90573
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4d03c23a-6bed-4c6a-a7f8-7b8f9549917e
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:0a9fd6c5-8123-4387-8630-c6374bb671a9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:89e8e823-70a4-4c8c-a56e-ed4d62a78393
ModelInvariantUuid:4909445e-c2a0-428b-b0a3-b0bb897ee439
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:43ab16a4-3957-42bd-a0ac-7bec94bc7a58
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:990740e8-c148-45ed-9e3f-2a74c7f01e2c
ModelInvariantUuid:ebfe8304-6ff1-4598-b030-d041c8fae8e5
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:b5c04a0b-c780-4bed-a6d4-74fb942bcb60
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-09-02T17:59:54.429Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5d4a2387-b841-4224-8ab4-6aff8272be61
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-09-02T17:59:54.431Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||basicclamp 0
2021-09-02T17:59:54.431Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5d4a2387-b841-4224-8ab4-6aff8272be61
2021-09-02T17:59:54.431Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d874880d-afdb-4f38-959a-def5bf74fa32 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-02T17:59:54.431Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T17:59:54.431Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-02T17:59:54.823Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T17:59:54.823Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json d874880d-afdb-4f38-959a-def5bf74fa32 790
2021-09-02T17:59:54.824Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||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-09-02T17:59:54.824Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||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-09-02T17:59:54.824Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T17:59:54.824Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:59:54.825Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:59:54.826Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605594823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:59:54.926Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:59:54.926Z||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-09-02T17:59:54.926Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:59:54.933Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:54.933Z||pool-60-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:59:55.826Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4d03c23a-6bed-4c6a-a7f8-7b8f9549917e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0a9fd6c5-8123-4387-8630-c6374bb671a9",
    "vfModuleModelCustomizationUUID": "c3bdc744-87e3-4610-abc2-951997aaf3a9",
    "isBase": true,
    "artifacts": [
      "8fa97223-ded6-4e0c-8bbd-91eff3e2f4d5",
      "40cbe720-5cb4-4246-bdfd-e5cbe8a4fc5e"
    ],
    "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-09-02T17:59:55.830Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0a9fd6c5-8123-4387-8630-c6374bb671a9
VfModuleModelInvariantUUID:4d03c23a-6bed-4c6a-a7f8-7b8f9549917e
VfModuleModelDescription:NULL
Artifacts UUID List:{
8fa97223-ded6-4e0c-8bbd-91eff3e2f4d5
,
40cbe720-5cb4-4246-bdfd-e5cbe8a4fc5e

}
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-09-02T17:59:55.832Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4d03c23a-6bed-4c6a-a7f8-7b8f9549917e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0a9fd6c5-8123-4387-8630-c6374bb671a9",
    "vfModuleModelCustomizationUUID": "c3bdc744-87e3-4610-abc2-951997aaf3a9",
    "isBase": true,
    "artifacts": [
      "8fa97223-ded6-4e0c-8bbd-91eff3e2f4d5",
      "40cbe720-5cb4-4246-bdfd-e5cbe8a4fc5e"
    ],
    "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-09-02T17:59:55.832Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0a9fd6c5-8123-4387-8630-c6374bb671a9
VfModuleModelInvariantUUID:4d03c23a-6bed-4c6a-a7f8-7b8f9549917e
VfModuleModelDescription:NULL
Artifacts UUID List:{
8fa97223-ded6-4e0c-8bbd-91eff3e2f4d5
,
40cbe720-5cb4-4246-bdfd-e5cbe8a4fc5e

}
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-09-02T17:59:55.832Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8fa97223-ded6-4e0c-8bbd-91eff3e2f4d5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-02T17:59:55.832Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T17:59:55.832Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-02T17:59:56.631Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T17:59:56.631Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 8fa97223-ded6-4e0c-8bbd-91eff3e2f4d5 5033
2021-09-02T17:59:56.632Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||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-09-02T17:59:56.632Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||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-09-02T17:59:56.632Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T17:59:56.632Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:59:56.634Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:59:56.634Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605596632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:59:56.734Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:59:56.735Z||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-09-02T17:59:56.735Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:59:56.741Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:56.742Z||pool-61-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-02T17:59:57.634Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 40cbe720-5cb4-4246-bdfd-e5cbe8a4fc5e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-02T17:59:57.635Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T17:59:57.636Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-02T17:59:58.223Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T17:59:58.224Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 40cbe720-5cb4-4246-bdfd-e5cbe8a4fc5e 909
2021-09-02T17:59:58.224Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||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-09-02T17:59:58.224Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||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-09-02T17:59:58.224Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T17:59:58.224Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:59:58.226Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:59:58.226Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605598224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T17:59:58.326Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T17:59:58.327Z||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-09-02T17:59:58.327Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:59:58.334Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:58.334Z||pool-62-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T17:59:59.226Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 36814353-6c79-4b57-8fed-f75edd943735
2021-09-02T17:59:59.227Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 5d4a2387-b841-4224-8ab4-6aff8272be61 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-09-02T17:59:59.240Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28e2cfd0, org.onap.sdc.toscaparser.api.parameters.Input@7041859c, org.onap.sdc.toscaparser.api.parameters.Input@46a2daf2, org.onap.sdc.toscaparser.api.parameters.Input@28154215, org.onap.sdc.toscaparser.api.parameters.Input@16b79488]
2021-09-02T17:59:59.241Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:59.241Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:59:59.241Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-09-02T17:59:59.241Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 60416482-5268-44ee-a0ec-8d4740b90573
2021-09-02T17:59:59.241Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 60416482-5268-44ee-a0ec-8d4740b90573 matches Tosca VF Customization UUID: 60416482-5268-44ee-a0ec-8d4740b90573
2021-09-02T17:59:59.241Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 60416482-5268-44ee-a0ec-8d4740b90573  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-09-02T17:59:59.243Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:59.244Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:59:59.244Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 60416482-5268-44ee-a0ec-8d4740b90573: {\"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-09-02T17:59:59.244Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@380454f4
2021-09-02T17:59:59.244Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:59.244Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T17:59:59.244Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c3bdc744-87e3-4610-abc2-951997aaf3a9
2021-09-02T17:59:59.245Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c3bdc744-87e3-4610-abc2-951997aaf3a9
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-09-02T17:59:59.247Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:59.247Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T17:59:59.247Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:59:59.247Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:59.247Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T17:59:59.247Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:59:59.248Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:59.248Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-02T17:59:59.248Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-02T17:59:59.248Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-02T17:59:59.248Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=89e8e823-70a4-4c8c-a56e-ed4d62a78393
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-09-02T17:59:59.250Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:59.250Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T17:59:59.250Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T17:59:59.250Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:59.251Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T17:59:59.251Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=60416482-5268-44ee-a0ec-8d4740b90573
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-09-02T17:59:59.252Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:59.252Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:59:59.252Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 36814353-6c79-4b57-8fed-f75edd943735: basicclamp
2021-09-02T17:59:59.252Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:59.252Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:59:59.252Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:59.253Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:59:59.253Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:59.253Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:59:59.253Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:59.253Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:59:59.253Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T17:59:59.253Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T17:59:59.253Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||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-09-02T17:59:59.322Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 5d4a2387-b841-4224-8ab4-6aff8272be61 1 ASDC deployResourceStructure
2021-09-02T17:59:59.322Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||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-09-02T17:59:59.322Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||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-09-02T17:59:59.322Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T17:59:59.323Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T17:59:59.324Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T17:59:59.324Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605599322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T17:59:59.425Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T17:59:59.425Z||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-09-02T17:59:59.425Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T17:59:59.432Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T17:59:59.433Z||pool-63-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:00:00.325Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||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-09-02T18:00:00.325Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||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-09-02T18:00:00.325Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T18:00:00.326Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:00:00.327Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:00:00.327Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605600325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T18:00:00.428Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:00:00.428Z||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-09-02T18:00:00.429Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:00:00.436Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:00:00.436Z||pool-64-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:00:01.328Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||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-09-02T18:00:01.329Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||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-09-02T18:00:01.329Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T18:00:01.329Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:00:01.330Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:00:01.330Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605601328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-02T18:00:01.431Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T18:00:01.431Z||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-09-02T18:00:01.432Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:00:01.438Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:00:01.438Z||pool-65-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:00:02.331Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-02T18:00:02.332Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-02T18:00:02.332Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T18:00:02.332Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:00:02.333Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:00:02.333Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605602331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:00:02.434Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:00:02.434Z||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-09-02T18:00:02.434Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:00:02.445Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:00:02.445Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:00:03.334Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T18:00:03.346Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T18:00:03.348Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T18:00:03.348Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T18:00:03.348Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T18:00:33.348Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T18:00:33.358Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T18:00:33.360Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T18:00:33.360Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T18:00:33.360Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T18:00:48.844Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:00:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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-09-02T18:00:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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 UD42kDim4qpsrs85) ...
2021-09-02T18:00:48.866Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:00:48.868Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.868Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605553987,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.869Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.869Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.869Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "cds",
  "timestamp": 1630605546627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.869Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.869Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.869Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "clamp",
  "timestamp": 1630605548246,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.870Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.870Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.870Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605548922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-02T18:00:48.870Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.870Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.870Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.870Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.870Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.870Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605553987,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.870Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.870Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.871Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "cds",
  "timestamp": 1630605546627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.871Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.871Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.871Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605548922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.871Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.871Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.871Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "clamp",
  "timestamp": 1630605548246,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.871Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.871Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.871Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.871Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.871Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.872Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "aai-ml",
  "timestamp": 1630605556338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.872Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.872Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.872Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605553987,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T18:00:48.872Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.872Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.872Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "clamp",
  "timestamp": 1630605548246,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T18:00:48.872Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.872Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.872Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "cds",
  "timestamp": 1630605546627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.872Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.873Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.873Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605548922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.873Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.873Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.873Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.873Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.873Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.873Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "aai-ml",
  "timestamp": 1630605556338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.873Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.873Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.873Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605553987,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T18:00:48.873Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.874Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.874Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605548922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.874Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.874Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.874Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "cds",
  "timestamp": 1630605546627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.874Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.874Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.874Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "clamp",
  "timestamp": 1630605548246,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.874Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.874Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.874Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.874Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.875Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.875Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605557528,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.875Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.875Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.875Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "aai-ml",
  "timestamp": 1630605556338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.875Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.875Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.875Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605548922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.875Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.875Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.875Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605553987,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.875Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.876Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.876Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "cds",
  "timestamp": 1630605546627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.876Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.876Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.876Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "clamp",
  "timestamp": 1630605548246,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.876Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.876Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.876Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.876Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.876Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.876Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605557528,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.876Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.877Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.877Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "aai-ml",
  "timestamp": 1630605556338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.877Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.877Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.877Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605548922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.877Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.877Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.877Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "clamp",
  "timestamp": 1630605548246,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.877Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.877Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.877Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "cds",
  "timestamp": 1630605546627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.877Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.878Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.878Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605553987,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-02T18:00:48.878Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.878Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.878Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.878Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.878Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.878Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605557528,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.878Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.878Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.878Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "aai-ml",
  "timestamp": 1630605556338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.878Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.878Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605548922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "cds",
  "timestamp": 1630605546627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "clamp",
  "timestamp": 1630605548246,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605553987,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.879Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605557528,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "aai-ml",
  "timestamp": 1630605556338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605548922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "cds",
  "timestamp": 1630605546627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605553987,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "clamp",
  "timestamp": 1630605548246,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:00:48.880Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605548224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605557528,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "aai-ml",
  "timestamp": 1630605556338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605557528,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "aai-ml",
  "timestamp": 1630605556338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605564019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "cds",
  "timestamp": 1630605564026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605557528,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "policy-id",
  "timestamp": 1630605563542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.881Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.882Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "cds",
  "timestamp": 1630605565030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T18:00:48.888Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a
2021-09-02T18:00:48.888Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a 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-09-02T18:00:48.894Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.894Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605557528,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:00:48.894Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.894Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.894Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "policy-id",
  "timestamp": 1630605563542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.894Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.894Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.894Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "aai-ml",
  "timestamp": 1630605565906,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605565916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "policy-id",
  "timestamp": 1630605563542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605566232,
  "artifactURL": "/sdc/v1/catalog/services/36814353-6c79-4b57-8fed-f75edd943735/resourceInstances/basicclamp0/artifacts/e41232fc-08bb-41d3-9be9-b4e67bbed4b2",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605566925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "policy-id",
  "timestamp": 1630605563542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605567442,
  "artifactURL": "/sdc/v1/catalog/services/36814353-6c79-4b57-8fed-f75edd943735/resourceInstances/basicclamp0/artifacts/e41232fc-08bb-41d3-9be9-b4e67bbed4b2",
  "status": "DEPLOY_OK"
}
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605567726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.895Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.896Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "policy-id",
  "timestamp": 1630605563542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.896Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.896Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.896Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605568445,
  "artifactURL": "/sdc/v1/catalog/services/36814353-6c79-4b57-8fed-f75edd943735/resourceInstances/basicclamp0/artifacts/e41232fc-08bb-41d3-9be9-b4e67bbed4b2",
  "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-09-02T18:00:48.899Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a
2021-09-02T18:00:48.899Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a 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-09-02T18:00:48.905Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.905Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605568749,
  "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-09-02T18:00:48.909Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a
2021-09-02T18:00:48.909Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a 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-09-02T18:00:48.916Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.916Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605568913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:00:48.916Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.916Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.916Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "policy-id",
  "timestamp": 1630605563542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.916Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.916Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.916Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605569752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T18:00:48.916Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.916Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.916Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605569916,
  "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-09-02T18:00:48.920Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a
2021-09-02T18:00:48.920Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a 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-09-02T18:00:48.927Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.927Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "policy-id",
  "timestamp": 1630605563542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.927Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.928Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.928Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "policy-id",
  "timestamp": 1630605563542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:00:48.928Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.928Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.928Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "aai-ml",
  "timestamp": 1630605572131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:00:48.928Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.928Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.928Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "clamp",
  "timestamp": 1630605572707,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:00:48.928Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.928Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.928Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "policy-id",
  "timestamp": 1630605572825,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:00:48.928Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.928Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.928Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "aai-ml",
  "timestamp": 1630605573134,
  "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-09-02T18:00:48.932Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a
2021-09-02T18:00:48.932Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a 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-09-02T18:00:48.939Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.939Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "clamp",
  "timestamp": 1630605573710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:00:48.939Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.939Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.939Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "policy-id",
  "timestamp": 1630605573829,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:00:48.939Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.939Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.939Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "policy-id",
  "timestamp": 1630605574832,
  "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-09-02T18:00:48.943Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a
2021-09-02T18:00:48.943Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a 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-09-02T18:00:48.948Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.948Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "clamp",
  "timestamp": 1630605577763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:00:48.949Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.949Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.949Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "clamp",
  "timestamp": 1630605578765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T18:00:48.949Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.949Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.949Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "clamp",
  "timestamp": 1630605579767,
  "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-09-02T18:00:48.953Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a
2021-09-02T18:00:48.953Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a 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-09-02T18:00:48.960Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.960Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcce1477-0409-4f12-a864-938708766a85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605582724,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T18:00:48.960Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:00:48.960Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.960Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.960Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.960Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.960Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.961Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.961Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.961Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T18:00:48.961Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.961Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.961Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T18:00:48.961Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:00:48.961Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-02T18:00:48.961Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:00:48.961Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:01:03.360Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T18:01:03.372Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T18:01:03.374Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T18:01:03.374Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T18:01:03.374Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T18:01:03.375Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T18:01:03.375Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:01:03.375Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:01:03.375Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:01:03.375Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:01:03.375Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:01:03.375Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:01:03.375Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:01:03.375Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-09-02T18:01:03.379Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T18:01:33.380Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a 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-09-02T18:01:33.385Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a and serviceModelVersionId: 36814353-6c79-4b57-8fed-f75edd943735
2021-09-02T18:01:33.385Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be157f49-01e2-4cae-bd2b-0fc7ede6ffb2
2021-09-02T18:01:33.386Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be157f49-01e2-4cae-bd2b-0fc7ede6ffb2/model-vers/model-ver/36814353-6c79-4b57-8fed-f75edd943735?depth=0
2021-09-02T18:01:33.388Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T18:01:33.411Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be157f49-01e2-4cae-bd2b-0fc7ede6ffb2/model-vers/model-ver/36814353-6c79-4b57-8fed-f75edd943735?depth=0|INFO|500||Invoke
2021-09-02T18:01:33.411Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be157f49-01e2-4cae-bd2b-0fc7ede6ffb2/model-vers/model-ver/36814353-6c79-4b57-8fed-f75edd943735?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be157f49-01e2-4cae-bd2b-0fc7ede6ffb2/model-vers/model-ver/36814353-6c79-4b57-8fed-f75edd943735?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[adb84441-4d45-4b17-91c5-b9806bf5c6ec], X-ECOMP-RequestID=[bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a], X-TransactionId=[], X-ONAP-RequestID=[bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a], Content-Type=[application/merge-patch+json]}
2021-09-02T18:01:33.426Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be157f49-01e2-4cae-bd2b-0fc7ede6ffb2/model-vers/model-ver/36814353-6c79-4b57-8fed-f75edd943735?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T18:01:33.803Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be157f49-01e2-4cae-bd2b-0fc7ede6ffb2/model-vers/model-ver/36814353-6c79-4b57-8fed-f75edd943735?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/be157f49-01e2-4cae-bd2b-0fc7ede6ffb2/model-vers/model-ver/36814353-6c79-4b57-8fed-f75edd943735?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210902-18:01:33:432-81159], vertex-id=[229560], Content-Length=[0], Date=[Thu, 02 Sep 2021 18:01:33 GMT], Content-Type=[application/json]}
2021-09-02T18:01:33.803Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be157f49-01e2-4cae-bd2b-0fc7ede6ffb2/model-vers/model-ver/36814353-6c79-4b57-8fed-f75edd943735?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-02T18:01:33.804Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be157f49-01e2-4cae-bd2b-0fc7ede6ffb2/model-vers/model-ver/36814353-6c79-4b57-8fed-f75edd943735?depth=0|INFO|500||InvokeReturn
2021-09-02T18:01:33.805Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T18:01:33.805Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-09-02T18:01:33.809Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-09-02T18:01:33.810Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T18:01:33.810Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T18:01:33.811Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:01:33.812Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:01:33.813Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605693810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T18:01:33.913Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:01:33.913Z||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-09-02T18:01:33.913Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:01:33.924Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:01:33.924Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T18:01:34.823Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:01:34.823Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-09-02T18:01:34.823Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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 UD42kDim4qpsrs85) ...
2021-09-02T18:01:44.358Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:01:44.359Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:01:44.359Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-09-02T18:01:44.359Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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 UD42kDim4qpsrs85) ...
2021-09-02T18:01:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:01:48.845Z||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-09-02T18:01:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:01:48.861Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:01:48.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T18:01:48.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-02T18:01:48.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:01:48.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T18:01:48.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:01:48.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:01:48.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T18:01:48.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605583738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:01:48.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:01:48.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T18:01:48.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605592560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:01:48.864Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:01:48.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T18:01:48.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605594823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:01:48.864Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:01:48.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T18:01:48.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605596632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:01:48.865Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:01:48.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T18:01:48.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605598224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:01:48.865Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:01:48.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T18:01:48.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605599322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T18:01:48.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:01:48.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T18:01:48.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605600325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T18:01:48.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:01:48.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T18:01:48.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605601328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-02T18:01:48.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:01:48.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T18:01:48.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605602331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:01:48.867Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:01:53.891Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:01:53.892Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:01:53.892Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-09-02T18:01:53.893Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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 UD42kDim4qpsrs85) ...
2021-09-02T18:02:03.420Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:02:03.421Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:02:03.421Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-09-02T18:02:03.421Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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 UD42kDim4qpsrs85) ...
2021-09-02T18:02:12.947Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:02:12.947Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:02:12.948Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-09-02T18:02:12.948Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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 UD42kDim4qpsrs85) ...
2021-09-02T18:02:22.474Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:02:48.843Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:02:48.843Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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-09-02T18:02:48.843Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|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 UD42kDim4qpsrs85) ...
2021-09-02T18:02:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:02:48.845Z||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-09-02T18:02:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:02:48.863Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:02:48.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:02:48.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605693810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T18:02:48.864Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:02:49.458Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:02:49.458Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-02T18:02:49.458Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c914320b-5462-47b4-b4b2-b2dd8eb087f4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"28a43f40-7d13-4eb9-bd1e-3267c28fea5d","serviceDescription":"service","serviceInvariantUUID":"b41ad25d-929d-4636-b2bf-4115c1a942b8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"faf873d8-390a-4b48-a1ef-124102658a74","resourceInvariantUUID":"85ce44c5-2dc4-413f-92e5-97a3e1460021","resourceCustomizationUUID":"7eb0d8b9-0656-4f10-8904-938b9bb44cbe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NWIzMTc2ZmExZjkzZTFmNWE4ZGI4OTE5MWNmMGQzMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"427a04e1-5b2e-4de1-8dc9-89d5ade4ad18","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5b7e14b-44c5-4979-9db6-5ff7ee029c4c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49766478-41d0-4cd2-ad8b-70ade06b3720","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NGVmZGQ4ZDZmYTMwM2MzMjgyMTk1YmNhOWQxYTA0ZTc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"efc2ec26-672a-4133-b39d-ddb663e9bf7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cf796b2-8ba7-4d73-8247-70c575a256cc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fa3518ce-e0c6-45f5-9291-7dd8b25d1832","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6b6a36d5-d146-4985-a1c6-4860edf7fcd0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"OTQ1MzJmYTY4YTFhMTA5YmE1NzU0Mjc0ODQxYWNkOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6cee2380-1fd5-4275-aa23-b1cd718f014f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWM1NWU3N2NlMGM2ZjYzOGUwZDNiMzEwMmM1ZmY3ODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c46f026-c436-4cd3-8c7c-fd4a95776b3d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T18:02:49.460Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:02:49.460Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:02:49.462Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:02:49.462Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:02:49.563Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T18:02:49.563Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:02:49.563Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:02:49.569Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:02:49.569Z||pool-68-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:02:50.463Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:02:50.464Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:02:50.466Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:02:50.467Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:02:50.567Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:02:50.567Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:02:50.567Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:02:50.574Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:02:50.574Z||pool-69-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:02:51.467Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:02:51.468Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:02:51.470Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:02:51.470Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:02:51.570Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:02:51.570Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:02:51.571Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:02:51.577Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:02:51.577Z||pool-70-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:02:52.470Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:02:52.471Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:02:52.473Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:02:52.473Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:02:52.573Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:02:52.574Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:02:52.574Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:02:52.580Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:02:52.582Z||pool-71-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-02T18:02:53.473Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:02:53.474Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:02:53.476Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:02:53.476Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:02:53.577Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:02:53.577Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:02:53.577Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:02:53.582Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:02:53.582Z||pool-72-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:02:54.477Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:02:54.478Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:02:54.479Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:02:54.479Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:02:54.580Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:02:54.580Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:02:54.580Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:02:54.587Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:02:54.587Z||pool-73-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:02:55.480Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:02:55.481Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:02:55.482Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:02:55.483Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:02:55.583Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:02:55.583Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:02:55.584Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:02:55.590Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:02:55.591Z||pool-74-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:02:56.483Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:02:56.484Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:02:56.485Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:02:56.485Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:02:56.586Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T18:02:56.587Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:02:56.587Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:02:56.593Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:02:56.593Z||pool-75-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:02:57.486Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:02:57.486Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:02:57.488Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:02:57.488Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:02:57.588Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:02:57.589Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:02:57.589Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:02:57.596Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:02:57.596Z||pool-76-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:02:58.489Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "28a43f40-7d13-4eb9-bd1e-3267c28fea5d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b41ad25d-929d-4636-b2bf-4115c1a942b8",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7eb0d8b9-0656-4f10-8904-938b9bb44cbe",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "faf873d8-390a-4b48-a1ef-124102658a74",
      "resourceInvariantUUID": "85ce44c5-2dc4-413f-92e5-97a3e1460021",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ZWM1NWU3N2NlMGM2ZjYzOGUwZDNiMzEwMmM1ZmY3ODY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9c46f026-c436-4cd3-8c7c-fd4a95776b3d"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T18:02:58.489Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T18:02:58.489Z|bb7c7f95-eeb2-4489-bf5f-62a2b5e40b6a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 28a43f40-7d13-4eb9-bd1e-3267c28fea5d ASDC
2021-09-02T18:02:58.490Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c914320b-5462-47b4-b4b2-b2dd8eb087f4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:28a43f40-7d13-4eb9-bd1e-3267c28fea5d
ServiceInvariantUUID:b41ad25d-929d-4636-b2bf-4115c1a942b8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:9c46f026-c436-4cd3-8c7c-fd4a95776b3d
ArtifactChecksum:ZWM1NWU3N2NlMGM2ZjYzOGUwZDNiMzEwMmM1ZmY3ODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7eb0d8b9-0656-4f10-8904-938b9bb44cbe
ResourceInvariantUUID:85ce44c5-2dc4-413f-92e5-97a3e1460021
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:faf873d8-390a-4b48-a1ef-124102658a74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-02T18:02:58.490Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28a43f40-7d13-4eb9-bd1e-3267c28fea5d 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-09-02T18:02:58.512Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T18:02:58.513Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T18:02:58.513Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T18:02:58.513Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9c46f026-c436-4cd3-8c7c-fd4a95776b3d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-02T18:02:58.513Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T18:02:58.513Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-02T18:02:59.328Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T18:02:59.336Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9c46f026-c436-4cd3-8c7c-fd4a95776b3d 105554
2021-09-02T18:02:59.336Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-02T18:02:59.336Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-02T18:02:59.336Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T18:02:59.337Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:02:59.338Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:02:59.339Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605779336,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:02:59.439Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:02:59.439Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:02:59.439Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:02:59.445Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:02:59.445Z||pool-77-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:03:00.339Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T18:03:00.340Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T18:03:00.340Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9c46f026-c436-4cd3-8c7c-fd4a95776b3d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T18:03:00.369Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-02T18:03:00.369Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T18:03:00.369Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T18:03:00.451Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2680060764872248863/Definitions/service-TestPnfMacro-template.yml
2021-09-02T18:03:00.927Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T18:03:00.927Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T18:03:00.927Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T18:03:00.927Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-02T18:03:00.927Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T18:03:00.927Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T18:03:00.927Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T18:03:00.927Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T18:03:00.927Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|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-TestPnfMacro-csar.csar
2021-09-02T18:03:00.928Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|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-TestPnfMacro-csar.csar
2021-09-02T18:03:00.928Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|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-TestPnfMacro-csar.csar
2021-09-02T18:03:00.928Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T18:03:00.928Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:03:00.928Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:03:00.928Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-02T18:03:00.928Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T18:03:00.928Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T18:03:00.928Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:03:00.928Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:03:00.928Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-02T18:03:00.929Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T18:03:00.929Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T18:03:00.929Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:03:00.929Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:03:00.929Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:03:00.929Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:03:00.929Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:03:00.929Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:03:00.929Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:03:00.929Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:03:00.929Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:03:00.929Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:03:00.929Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:28a43f40-7d13-4eb9-bd1e-3267c28fea5d
Model Version:NULL
Model InvariantUuid:b41ad25d-929d-4636-b2bf-4115c1a942b8
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-09-02T18:03:00.935Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: faf873d8-390a-4b48-a1ef-124102658a74
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-09-02T18:03:00.937Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||test-pnf 0
2021-09-02T18:03:00.937Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: faf873d8-390a-4b48-a1ef-124102658a74
2021-09-02T18:03:00.937Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 28a43f40-7d13-4eb9-bd1e-3267c28fea5d
2021-09-02T18:03:00.937Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 28a43f40-7d13-4eb9-bd1e-3267c28fea5d
2021-09-02T18:03:00.937Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 faf873d8-390a-4b48-a1ef-124102658a74 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-09-02T18:03:00.940Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@556754a3, org.onap.sdc.toscaparser.api.parameters.Input@32a73abb, org.onap.sdc.toscaparser.api.parameters.Input@63910a87, org.onap.sdc.toscaparser.api.parameters.Input@5ace9ba9, org.onap.sdc.toscaparser.api.parameters.Input@35e30e1f]
2021-09-02T18:03:00.940Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:03:00.941Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:03:00.941Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 28a43f40-7d13-4eb9-bd1e-3267c28fea5d: test-pnf
2021-09-02T18:03:00.941Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||Processing PNF resource: faf873d8-390a-4b48-a1ef-124102658a74
2021-09-02T18:03:00.941Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:03:00.941Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:03:00.941Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||Resource customization UUID: 7eb0d8b9-0656-4f10-8904-938b9bb44cbe is the same as notified resource customizationUUID: 7eb0d8b9-0656-4f10-8904-938b9bb44cbe
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-09-02T18:03:00.966Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf faf873d8-390a-4b48-a1ef-124102658a74 0 ASDC deployResourceStructure
2021-09-02T18:03:00.967Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-02T18:03:00.967Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-02T18:03:00.967Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T18:03:00.967Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:03:00.968Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:03:00.969Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605780967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:03:01.069Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:03:01.070Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:03:01.070Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:03:01.076Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:03:01.076Z||pool-78-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:03:01.969Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c914320b-5462-47b4-b4b2-b2dd8eb087f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T18:03:01.979Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c914320b-5462-47b4-b4b2-b2dd8eb087f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T18:03:01.981Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T18:03:01.981Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T18:03:01.981Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T18:03:31.981Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c914320b-5462-47b4-b4b2-b2dd8eb087f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T18:03:31.991Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c914320b-5462-47b4-b4b2-b2dd8eb087f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T18:03:31.993Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T18:03:31.993Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T18:03:31.993Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T18:03:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:03:48.845Z||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-09-02T18:03:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:03:48.866Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:03:48.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "cds",
  "timestamp": 1630605741627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605737528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "aai-ml",
  "timestamp": 1630605736338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "policy-id",
  "timestamp": 1630605743542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "cds",
  "timestamp": 1630605741627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605737528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "aai-ml",
  "timestamp": 1630605736338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "policy-id",
  "timestamp": 1630605743542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "cds",
  "timestamp": 1630605741627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605737528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "aai-ml",
  "timestamp": 1630605736338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "policy-id",
  "timestamp": 1630605743542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "cds",
  "timestamp": 1630605741627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605737528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "aai-ml",
  "timestamp": 1630605736338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "policy-id",
  "timestamp": 1630605743542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "cds",
  "timestamp": 1630605741627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605737528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "aai-ml",
  "timestamp": 1630605736338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "policy-id",
  "timestamp": 1630605743542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "dcae-sch",
  "timestamp": 1630605748922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "cds",
  "timestamp": 1630605741627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605737528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "aai-ml",
  "timestamp": 1630605736338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "policy-id",
  "timestamp": 1630605743542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "dcae-sch",
  "timestamp": 1630605748922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "cds",
  "timestamp": 1630605741627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605737528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "aai-ml",
  "timestamp": 1630605736338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "policy-id",
  "timestamp": 1630605743542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "dcae-sch",
  "timestamp": 1630605748922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "cds",
  "timestamp": 1630605741627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605737528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "aai-ml",
  "timestamp": 1630605736338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "policy-id",
  "timestamp": 1630605743542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "dcae-sch",
  "timestamp": 1630605748922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "cds",
  "timestamp": 1630605741627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:03:48.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605737528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:03:48.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "aai-ml",
  "timestamp": 1630605736338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:03:48.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "policy-id",
  "timestamp": 1630605743542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:03:48.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "dcae-sch",
  "timestamp": 1630605748922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "aai-ml",
  "timestamp": 1630605754525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "dcae-sch",
  "timestamp": 1630605748922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "cds",
  "timestamp": 1630605754609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:03:48.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:03:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605753987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605754621,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:03:48.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:03:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "policy-id",
  "timestamp": 1630605754623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:03:48.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:03:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-02T18:03:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "dcae-sch",
  "timestamp": 1630605748922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605753987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "policy-id",
  "timestamp": 1630605755626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:03:48.883Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:03:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605756264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:03:48.883Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:03:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "dcae-sch",
  "timestamp": 1630605748922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605753987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "cds",
  "timestamp": 1630605756622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T18:03:48.892Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c914320b-5462-47b4-b4b2-b2dd8eb087f4
2021-09-02T18:03:48.892Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c914320b-5462-47b4-b4b2-b2dd8eb087f4 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-09-02T18:03:48.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "policy-id",
  "timestamp": 1630605756629,
  "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-09-02T18:03:48.902Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c914320b-5462-47b4-b4b2-b2dd8eb087f4
2021-09-02T18:03:48.902Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c914320b-5462-47b4-b4b2-b2dd8eb087f4 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-09-02T18:03:48.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605757267,
  "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-09-02T18:03:48.913Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c914320b-5462-47b4-b4b2-b2dd8eb087f4
2021-09-02T18:03:48.913Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c914320b-5462-47b4-b4b2-b2dd8eb087f4 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-09-02T18:03:48.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "dcae-sch",
  "timestamp": 1630605748922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605753987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605753987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605758624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:03:48.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:03:48.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "clamp",
  "timestamp": 1630605758246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "aai-ml",
  "timestamp": 1630605759122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:03:48.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:03:48.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605753987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605759647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T18:03:48.922Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:03:48.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "clamp",
  "timestamp": 1630605758246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "aai-ml",
  "timestamp": 1630605760125,
  "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-09-02T18:03:48.926Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c914320b-5462-47b4-b4b2-b2dd8eb087f4
2021-09-02T18:03:48.926Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c914320b-5462-47b4-b4b2-b2dd8eb087f4 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-09-02T18:03:48.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605753987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605760649,
  "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-09-02T18:03:48.936Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c914320b-5462-47b4-b4b2-b2dd8eb087f4
2021-09-02T18:03:48.936Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c914320b-5462-47b4-b4b2-b2dd8eb087f4 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-09-02T18:03:48.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "clamp",
  "timestamp": 1630605758246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605753987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "clamp",
  "timestamp": 1630605758246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605753987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:03:48.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "clamp",
  "timestamp": 1630605758246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "clamp",
  "timestamp": 1630605758246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "clamp",
  "timestamp": 1630605758246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "clamp",
  "timestamp": 1630605758246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:03:48.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:03:48.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:03:48.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "clamp",
  "timestamp": 1630605758246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:03:48.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:01.993Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c914320b-5462-47b4-b4b2-b2dd8eb087f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T18:04:02.003Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c914320b-5462-47b4-b4b2-b2dd8eb087f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T18:04:02.005Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T18:04:02.005Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T18:04:02.005Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T18:04:02.005Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T18:04:02.005Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:04:02.005Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:04:02.005Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:04:02.005Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:04:02.005Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:04:02.006Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:04:02.006Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|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-09-02T18:04:02.009Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T18:04:32.010Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c914320b-5462-47b4-b4b2-b2dd8eb087f4 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-09-02T18:04:32.015Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c914320b-5462-47b4-b4b2-b2dd8eb087f4 and serviceModelVersionId: 28a43f40-7d13-4eb9-bd1e-3267c28fea5d
2021-09-02T18:04:32.015Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b41ad25d-929d-4636-b2bf-4115c1a942b8
2021-09-02T18:04:32.015Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b41ad25d-929d-4636-b2bf-4115c1a942b8/model-vers/model-ver/28a43f40-7d13-4eb9-bd1e-3267c28fea5d?depth=0
2021-09-02T18:04:32.021Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T18:04:32.044Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|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/b41ad25d-929d-4636-b2bf-4115c1a942b8/model-vers/model-ver/28a43f40-7d13-4eb9-bd1e-3267c28fea5d?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-09-02T18:04:32.044Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b41ad25d-929d-4636-b2bf-4115c1a942b8/model-vers/model-ver/28a43f40-7d13-4eb9-bd1e-3267c28fea5d?depth=0|INFO|500||Invoke
2021-09-02T18:04:32.060Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b41ad25d-929d-4636-b2bf-4115c1a942b8/model-vers/model-ver/28a43f40-7d13-4eb9-bd1e-3267c28fea5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T18:04:32.227Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b41ad25d-929d-4636-b2bf-4115c1a942b8/model-vers/model-ver/28a43f40-7d13-4eb9-bd1e-3267c28fea5d?depth=0|INFO|500||InvokeReturn
2021-09-02T18:04:32.227Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|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/b41ad25d-929d-4636-b2bf-4115c1a942b8/model-vers/model-ver/28a43f40-7d13-4eb9-bd1e-3267c28fea5d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210902-18:04:32:065-52203], vertex-id=[192600], Content-Length=[0], Date=[Thu, 02 Sep 2021 18:04:32 GMT], Content-Type=[application/json]}
2021-09-02T18:04:32.227Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-09-02T18:04:32.228Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T18:04:32.228Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|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-09-02T18:04:32.232Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|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-09-02T18:04:32.232Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c914320b-5462-47b4-b4b2-b2dd8eb087f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T18:04:32.232Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T18:04:32.233Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:32.234Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:32.234Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605872232,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T18:04:32.335Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:32.335Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:32.336Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:32.345Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:32.345Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 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-09-02T18:04:33.246Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:04:33.246Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|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-09-02T18:04:33.246Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|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 UD42kDim4qpsrs85) ...
2021-09-02T18:04:33.859Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:33.860Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-02T18:04:33.860Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"89b7a44b-c045-4dc9-8a92-2924d0e890ca","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8d710617-dee9-47a1-8094-2fb7895484bf","serviceDescription":"service","serviceInvariantUUID":"b4168680-7ef9-434d-8ac6-23076a1fd6bf","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06aba11b-49ea-425c-b8a5-859aee3299d5","resourceInvariantUUID":"3ce65fd7-c2db-424f-b063-670fb905907c","resourceCustomizationUUID":"af78e1d1-b903-4b5f-ab08-3205df571e40","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MzU0YmE0MWI2YzhjMDZmZmUwMTgzMmEzY2UyZWRiZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ec3ab86-448d-4253-be90-3c301d26037f","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5bda274b-b8a7-4458-8c13-ac378cb27fb1","artifactVersion":"2","generatedFromUUID":"39d0b24a-7c44-4cb0-814e-86f6d3653683"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"39d0b24a-7c44-4cb0-814e-86f6d3653683","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MGRkY2MzM2Y0MmE3MzU2MTE2YWZhZDY0MDczMTA4NjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b34bf158-5428-4866-87d2-2845e8b68fb7","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92d54a32-43ca-458e-861e-b78fd5126dfc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"582084bc-5479-489a-9083-ee7cf8d82c1b","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bfabffbd-9c06-4f49-bf76-ebd5794720f3","artifactVersion":"2","generatedFromUUID":"92d54a32-43ca-458e-861e-b78fd5126dfc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Yjk1ZjVlZTNhNTcyNGE0N2Y5N2M4N2QxNGRjYTVkMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3dab05d5-1b78-4acb-81c7-ad49e8d0e71d","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjE5ZmMyMjUzMGUzMjIzZWU3Mjg4NmY2YmNlNGRhMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27e59aae-6329-4a74-8a99-232e3167ec28","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T18:04:33.861Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:04:33.861Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:33.862Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:33.862Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:33.963Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T18:04:33.963Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:33.963Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:33.969Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:33.969Z||pool-80-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:34.863Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:04:34.863Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:34.864Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:34.865Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-02T18:04:34.965Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:34.966Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:34.966Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:34.972Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:34.973Z||pool-81-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:35.865Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:04:35.866Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:35.868Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:35.868Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-02T18:04:35.968Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:35.968Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:35.969Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:35.974Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:35.975Z||pool-82-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-02T18:04:36.868Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:04:36.869Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:36.871Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:36.871Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T18:04:36.971Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:36.972Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:36.972Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:36.979Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:36.979Z||pool-83-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:37.871Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:04:37.872Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:37.874Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:37.874Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-02T18:04:37.974Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:37.975Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:37.975Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:37.981Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:37.981Z||pool-84-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:38.874Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:04:38.876Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:38.878Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:38.878Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:38.978Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:38.979Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:38.979Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:38.985Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:38.986Z||pool-85-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:39.878Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:04:39.879Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:39.881Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:39.881Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-02T18:04:39.982Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T18:04:39.982Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:39.982Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:39.988Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:39.989Z||pool-86-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:40.882Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:04:40.883Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:40.885Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:40.885Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:40.985Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:40.986Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:40.986Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:40.992Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:40.993Z||pool-87-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-02T18:04:41.886Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:04:41.886Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:41.888Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:41.888Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:04:41.988Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T18:04:41.989Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:41.989Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:41.996Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:41.996Z||pool-88-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:42.890Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "8d710617-dee9-47a1-8094-2fb7895484bf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b4168680-7ef9-434d-8ac6-23076a1fd6bf",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "af78e1d1-b903-4b5f-ab08-3205df571e40",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06aba11b-49ea-425c-b8a5-859aee3299d5",
      "resourceInvariantUUID": "3ce65fd7-c2db-424f-b063-670fb905907c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5bda274b-b8a7-4458-8c13-ac378cb27fb1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "39d0b24a-7c44-4cb0-814e-86f6d3653683",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "MGRkY2MzM2Y0MmE3MzU2MTE2YWZhZDY0MDczMTA4NjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b34bf158-5428-4866-87d2-2845e8b68fb7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92d54a32-43ca-458e-861e-b78fd5126dfc",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bfabffbd-9c06-4f49-bf76-ebd5794720f3",
            "generatedFromUUID": "92d54a32-43ca-458e-861e-b78fd5126dfc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bfabffbd-9c06-4f49-bf76-ebd5794720f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YjE5ZmMyMjUzMGUzMjIzZWU3Mjg4NmY2YmNlNGRhMGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "27e59aae-6329-4a74-8a99-232e3167ec28"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T18:04:42.890Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T18:04:42.890Z|c914320b-5462-47b4-b4b2-b2dd8eb087f4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8d710617-dee9-47a1-8094-2fb7895484bf ASDC
2021-09-02T18:04:42.891Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:89b7a44b-c045-4dc9-8a92-2924d0e890ca
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:8d710617-dee9-47a1-8094-2fb7895484bf
ServiceInvariantUUID:b4168680-7ef9-434d-8ac6-23076a1fd6bf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:27e59aae-6329-4a74-8a99-232e3167ec28
ArtifactChecksum:YjE5ZmMyMjUzMGUzMjIzZWU3Mjg4NmY2YmNlNGRhMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:af78e1d1-b903-4b5f-ab08-3205df571e40
ResourceInvariantUUID:3ce65fd7-c2db-424f-b063-670fb905907c
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:06aba11b-49ea-425c-b8a5-859aee3299d5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:5bda274b-b8a7-4458-8c13-ac378cb27fb1
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:39d0b24a-7c44-4cb0-814e-86f6d3653683
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:b34bf158-5428-4866-87d2-2845e8b68fb7
ArtifactChecksum:MGRkY2MzM2Y0MmE3MzU2MTE2YWZhZDY0MDczMTA4NjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:92d54a32-43ca-458e-861e-b78fd5126dfc
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:bfabffbd-9c06-4f49-bf76-ebd5794720f3
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


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



}



}


2021-09-02T18:04:42.891Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d710617-dee9-47a1-8094-2fb7895484bf 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-09-02T18:04:42.917Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T18:04:42.917Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T18:04:42.917Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T18:04:42.917Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 27e59aae-6329-4a74-8a99-232e3167ec28 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-02T18:04:42.918Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T18:04:42.918Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-02T18:04:43.715Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T18:04:43.720Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 27e59aae-6329-4a74-8a99-232e3167ec28 68760
2021-09-02T18:04:43.720Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-02T18:04:43.720Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-02T18:04:43.720Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T18:04:43.721Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:43.722Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:43.722Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605883720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:04:43.822Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:43.823Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:43.823Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:43.830Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:43.830Z||pool-89-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:44.722Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T18:04:44.723Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T18:04:44.724Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 27e59aae-6329-4a74-8a99-232e3167ec28, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-02T18:04:44.724Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-02T18:04:44.724Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-02T18:04:44.724Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-02T18:04:44.798Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3072238349301203213/Definitions/service-BasicCnf-template.yml
2021-09-02T18:04:45.531Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T18:04:45.531Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T18:04:45.531Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-02T18:04:45.531Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-02T18:04:45.531Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-02T18:04:45.532Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-02T18:04:45.532Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|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-BasicCnf-csar.csar
2021-09-02T18:04:45.532Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-02T18:04:45.532Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T18:04:45.532Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:45.532Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:04:45.533Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T18:04:45.533Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T18:04:45.533Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T18:04:45.533Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:45.533Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:04:45.533Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T18:04:45.534Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T18:04:45.534Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T18:04:45.534Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:45.534Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:04:45.534Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:45.534Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-02T18:04:45.534Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-02T18:04:45.535Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-02T18:04:45.535Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-02T18:04:45.535Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:45.535Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T18:04:45.535Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:45.535Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T18:04:45.536Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T18:04:45.536Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:45.536Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T18:04:45.536Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T18:04:45.536Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:45.536Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T18:04:45.537Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T18:04:45.537Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:45.537Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-02T18:04:45.537Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-02T18:04:45.537Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8a8665e7-2d44-4097-9331-52f724a89ae0
2021-09-02T18:04:45.538Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:45.538Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:04:45.538Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:45.538Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:04:45.538Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:45.538Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:04:45.539Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:45.539Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:04:45.539Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:8d710617-dee9-47a1-8094-2fb7895484bf
Model Version:NULL
Model InvariantUuid:b4168680-7ef9-434d-8ac6-23076a1fd6bf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:21f8e9df-5466-478c-b6c9-4374c63d86dd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3ce65fd7-c2db-424f-b063-670fb905907c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:af78e1d1-b903-4b5f-ab08-3205df571e40
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4e746591-ec52-474c-8d63-9e6a3f115339
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:afdf495a-9da4-435d-8d71-8c0ca7945cfa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8a8665e7-2d44-4097-9331-52f724a89ae0
ModelInvariantUuid:e1a08376-065c-4838-aee7-f66a0e7983f9
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:b6e8b2f4-9779-4710-ac7a-ae36bbc730ba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:5e9e6a4a-69c6-453a-b43f-157e3e6dcfb8
ModelInvariantUuid:6a511f41-e04f-4d22-9801-6da905756d30
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:1edeee63-03d8-49ab-85c9-d28cdfbf22e3
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-09-02T18:04:45.544Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 06aba11b-49ea-425c-b8a5-859aee3299d5
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-09-02T18:04:45.546Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||basic_cnf 0
2021-09-02T18:04:45.546Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06aba11b-49ea-425c-b8a5-859aee3299d5
2021-09-02T18:04:45.547Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5bda274b-b8a7-4458-8c13-ac378cb27fb1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-02T18:04:45.547Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T18:04:45.547Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-02T18:04:46.525Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T18:04:46.526Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 5bda274b-b8a7-4458-8c13-ac378cb27fb1 12
2021-09-02T18:04:46.526Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-02T18:04:46.526Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-02T18:04:46.526Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T18:04:46.526Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:46.529Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:46.529Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605886526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:04:46.629Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:46.629Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:46.629Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:46.635Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:46.635Z||pool-90-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:47.529Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 39d0b24a-7c44-4cb0-814e-86f6d3653683 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-02T18:04:47.529Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T18:04:47.530Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-02T18:04:48.332Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T18:04:48.332Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 39d0b24a-7c44-4cb0-814e-86f6d3653683 2688
2021-09-02T18:04:48.332Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-02T18:04:48.332Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-02T18:04:48.332Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T18:04:48.332Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:48.334Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:48.334Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605888332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:04:48.435Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T18:04:48.435Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:48.435Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:48.441Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:48.441Z||pool-91-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:04:48.845Z||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-09-02T18:04:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:04:48.854Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:48.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "clamp",
  "timestamp": 1630605776730,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605768843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "clamp",
  "timestamp": 1630605777740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:04:48.864Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:04:48.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "clamp",
  "timestamp": 1630605778743,
  "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-09-02T18:04:48.871Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c914320b-5462-47b4-b4b2-b2dd8eb087f4
2021-09-02T18:04:48.871Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c914320b-5462-47b4-b4b2-b2dd8eb087f4 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-09-02T18:04:48.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605779336,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:04:48.878Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:04:48.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605780967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:04:48.878Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605797528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "aai-ml",
  "timestamp": 1630605796338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "cds",
  "timestamp": 1630605801627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "policy-id",
  "timestamp": 1630605803542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "aai-ml",
  "timestamp": 1630605796338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605797528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "cds",
  "timestamp": 1630605801627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "policy-id",
  "timestamp": 1630605803542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "aai-ml",
  "timestamp": 1630605796338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605797528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "cds",
  "timestamp": 1630605801627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "policy-id",
  "timestamp": 1630605803542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605808224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "aai-ml",
  "timestamp": 1630605796338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605797528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "cds",
  "timestamp": 1630605801627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "policy-id",
  "timestamp": 1630605803542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630605808922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605808224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "aai-ml",
  "timestamp": 1630605796338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605797528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "cds",
  "timestamp": 1630605801627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "policy-id",
  "timestamp": 1630605803542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630605808922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605808224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "aai-ml",
  "timestamp": 1630605796338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605797528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "cds",
  "timestamp": 1630605801627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "policy-id",
  "timestamp": 1630605803542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630605808922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605808224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "aai-ml",
  "timestamp": 1630605796338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605797528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "cds",
  "timestamp": 1630605801627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "policy-id",
  "timestamp": 1630605803542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630605808922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605808224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605797528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "aai-ml",
  "timestamp": 1630605796338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "cds",
  "timestamp": 1630605801627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "policy-id",
  "timestamp": 1630605803542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630605808922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605808224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "aai-ml",
  "timestamp": 1630605796338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605797528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "cds",
  "timestamp": 1630605801627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "policy-id",
  "timestamp": 1630605803542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630605808922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605808224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630605808922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605808224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630605808922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605816602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "policy-id",
  "timestamp": 1630605816627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "cds",
  "timestamp": 1630605816818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "aai-ml",
  "timestamp": 1630605816824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605808224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630605808922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "policy-id",
  "timestamp": 1630605817631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:04:48.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:04:48.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "cds",
  "timestamp": 1630605817823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T18:04:48.892Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89b7a44b-c045-4dc9-8a92-2924d0e890ca
2021-09-02T18:04:48.892Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89b7a44b-c045-4dc9-8a92-2924d0e890ca 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-09-02T18:04:48.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605818494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:04:48.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:04:48.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "policy-id",
  "timestamp": 1630605818634,
  "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-09-02T18:04:48.903Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89b7a44b-c045-4dc9-8a92-2924d0e890ca
2021-09-02T18:04:48.903Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89b7a44b-c045-4dc9-8a92-2924d0e890ca 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-09-02T18:04:48.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "cds",
  "timestamp": 1630605818829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605819497,
  "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-09-02T18:04:48.912Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89b7a44b-c045-4dc9-8a92-2924d0e890ca
2021-09-02T18:04:48.912Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89b7a44b-c045-4dc9-8a92-2924d0e890ca 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-09-02T18:04:48.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "cds",
  "timestamp": 1630605818829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "cds",
  "timestamp": 1630605818829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "cds",
  "timestamp": 1630605818829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "cds",
  "timestamp": 1630605818829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "aai-ml",
  "timestamp": 1630605824120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "policy-id",
  "timestamp": 1630605823542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "cds",
  "timestamp": 1630605818829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605824724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "aai-ml",
  "timestamp": 1630605825123,
  "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-09-02T18:04:48.924Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89b7a44b-c045-4dc9-8a92-2924d0e890ca
2021-09-02T18:04:48.924Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89b7a44b-c045-4dc9-8a92-2924d0e890ca 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-09-02T18:04:48.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "policy-id",
  "timestamp": 1630605823542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "cds",
  "timestamp": 1630605818829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "policy-id",
  "timestamp": 1630605823542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605826614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "aai-ml",
  "timestamp": 1630605826338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "policy-id",
  "timestamp": 1630605823542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "cds",
  "timestamp": 1630605827230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "aai-ml",
  "timestamp": 1630605826338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605827528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "policy-id",
  "timestamp": 1630605823542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:04:48.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "cds",
  "timestamp": 1630605828235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T18:04:48.943Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1bd72f61-7a95-4bad-bf3b-6235bb534a65
2021-09-02T18:04:48.943Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bd72f61-7a95-4bad-bf3b-6235bb534a65 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-09-02T18:04:49.336Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b34bf158-5428-4866-87d2-2845e8b68fb7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-02T18:04:49.336Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T18:04:49.336Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-02T18:04:49.918Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T18:04:49.919Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b34bf158-5428-4866-87d2-2845e8b68fb7 828
2021-09-02T18:04:49.919Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-02T18:04:49.919Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-02T18:04:49.919Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T18:04:49.919Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:49.921Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:49.921Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605889919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:04:50.021Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:50.022Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:50.022Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:50.029Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:50.030Z||pool-92-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-02T18:04:50.922Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4e746591-ec52-474c-8d63-9e6a3f115339",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "afdf495a-9da4-435d-8d71-8c0ca7945cfa",
    "vfModuleModelCustomizationUUID": "c15380a1-1e1a-4938-a2c2-c93aecbbb891",
    "isBase": true,
    "artifacts": [
      "39d0b24a-7c44-4cb0-814e-86f6d3653683",
      "92d54a32-43ca-458e-861e-b78fd5126dfc",
      "bfabffbd-9c06-4f49-bf76-ebd5794720f3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T18:04:50.925Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:afdf495a-9da4-435d-8d71-8c0ca7945cfa
VfModuleModelInvariantUUID:4e746591-ec52-474c-8d63-9e6a3f115339
VfModuleModelDescription:NULL
Artifacts UUID List:{
39d0b24a-7c44-4cb0-814e-86f6d3653683
,
92d54a32-43ca-458e-861e-b78fd5126dfc
,
bfabffbd-9c06-4f49-bf76-ebd5794720f3

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

isBase:true


}

2021-09-02T18:04:50.927Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4e746591-ec52-474c-8d63-9e6a3f115339",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "afdf495a-9da4-435d-8d71-8c0ca7945cfa",
    "vfModuleModelCustomizationUUID": "c15380a1-1e1a-4938-a2c2-c93aecbbb891",
    "isBase": true,
    "artifacts": [
      "39d0b24a-7c44-4cb0-814e-86f6d3653683",
      "92d54a32-43ca-458e-861e-b78fd5126dfc",
      "bfabffbd-9c06-4f49-bf76-ebd5794720f3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T18:04:50.927Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:afdf495a-9da4-435d-8d71-8c0ca7945cfa
VfModuleModelInvariantUUID:4e746591-ec52-474c-8d63-9e6a3f115339
VfModuleModelDescription:NULL
Artifacts UUID List:{
39d0b24a-7c44-4cb0-814e-86f6d3653683
,
92d54a32-43ca-458e-861e-b78fd5126dfc
,
bfabffbd-9c06-4f49-bf76-ebd5794720f3

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

isBase:true


}

2021-09-02T18:04:50.927Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 92d54a32-43ca-458e-861e-b78fd5126dfc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-02T18:04:50.927Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T18:04:50.928Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-02T18:04:51.714Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T18:04:51.714Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 92d54a32-43ca-458e-861e-b78fd5126dfc 1164
2021-09-02T18:04:51.714Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-02T18:04:51.715Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-02T18:04:51.715Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T18:04:51.715Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:51.717Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:51.717Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605891714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:04:51.817Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:51.817Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:51.818Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:51.824Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:51.824Z||pool-93-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:52.717Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bfabffbd-9c06-4f49-bf76-ebd5794720f3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-02T18:04:52.718Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T18:04:52.718Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-02T18:04:53.309Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T18:04:53.309Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env bfabffbd-9c06-4f49-bf76-ebd5794720f3 200
2021-09-02T18:04:53.310Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-02T18:04:53.310Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-02T18:04:53.310Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T18:04:53.310Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:53.312Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:53.312Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605893310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:04:53.412Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:53.412Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:53.413Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:53.418Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:53.418Z||pool-94-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:54.312Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8d710617-dee9-47a1-8094-2fb7895484bf
2021-09-02T18:04:54.313Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 06aba11b-49ea-425c-b8a5-859aee3299d5 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 heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-09-02T18:04:54.327Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-09-02T18:04:54.331Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@585c1034, org.onap.sdc.toscaparser.api.parameters.Input@32f80bbb, org.onap.sdc.toscaparser.api.parameters.Input@27666144, org.onap.sdc.toscaparser.api.parameters.Input@25db3c71, org.onap.sdc.toscaparser.api.parameters.Input@1dbe554e]
2021-09-02T18:04:54.332Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:54.332Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:04:54.332Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-09-02T18:04:54.332Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= af78e1d1-b903-4b5f-ab08-3205df571e40
2021-09-02T18:04:54.332Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af78e1d1-b903-4b5f-ab08-3205df571e40 matches Tosca VF Customization UUID: af78e1d1-b903-4b5f-ab08-3205df571e40
2021-09-02T18:04:54.332Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: af78e1d1-b903-4b5f-ab08-3205df571e40  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-09-02T18:04:54.334Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:54.334Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:04:54.334Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id af78e1d1-b903-4b5f-ab08-3205df571e40: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-09-02T18:04:54.334Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75593de
2021-09-02T18:04:54.335Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:54.335Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T18:04:54.335Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c15380a1-1e1a-4938-a2c2-c93aecbbb891
2021-09-02T18:04:54.335Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c15380a1-1e1a-4938-a2c2-c93aecbbb891
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-09-02T18:04:54.336Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:54.336Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T18:04:54.337Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T18:04:54.337Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:54.337Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T18:04:54.337Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T18:04:54.337Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:54.337Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-02T18:04:54.337Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-02T18:04:54.337Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8a8665e7-2d44-4097-9331-52f724a89ae0
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-09-02T18:04:54.338Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:54.338Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T18:04:54.338Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T18:04:54.338Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:54.339Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T18:04:54.339Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=af78e1d1-b903-4b5f-ab08-3205df571e40
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-09-02T18:04:54.340Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:54.340Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:04:54.340Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8d710617-dee9-47a1-8094-2fb7895484bf: basic_cnf
2021-09-02T18:04:54.340Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:54.340Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:04:54.340Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:54.340Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:04:54.340Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:54.340Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:04:54.340Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:54.340Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:04:54.340Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:04:54.340Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:04:54.341Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T18:04:54.392Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 06aba11b-49ea-425c-b8a5-859aee3299d5 1 ASDC deployResourceStructure
2021-09-02T18:04:54.392Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-02T18:04:54.392Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-09-02T18:04:54.392Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-02T18:04:54.393Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:54.394Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:54.394Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605894392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-02T18:04:54.494Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:54.495Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:54.495Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:54.501Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:54.502Z||pool-95-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:55.394Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-02T18:04:55.395Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-09-02T18:04:55.396Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-02T18:04:55.396Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:55.397Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:55.398Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605895394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-02T18:04:55.498Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:55.498Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:55.498Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:55.506Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:55.506Z||pool-96-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:56.398Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-02T18:04:56.399Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-02T18:04:56.399Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T18:04:56.399Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:56.401Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:56.401Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605896398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T18:04:56.501Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:56.502Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:56.502Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:56.507Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:56.507Z||pool-97-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:57.402Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-02T18:04:57.402Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-02T18:04:57.402Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T18:04:57.403Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:57.404Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:57.405Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605897402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T18:04:57.505Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:57.505Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:57.505Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:57.511Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:57.511Z||pool-98-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:04:58.406Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-02T18:04:58.406Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-02T18:04:58.406Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T18:04:58.407Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:58.408Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:58.409Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605898406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-02T18:04:58.509Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:58.509Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:58.509Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:58.515Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:58.516Z||pool-99-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-02T18:04:59.409Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-02T18:04:59.410Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-02T18:04:59.410Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T18:04:59.410Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:04:59.412Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:04:59.413Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605899409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:04:59.513Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:04:59.513Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:04:59.513Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:04:59.519Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:04:59.519Z||pool-100-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:05:00.413Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89b7a44b-c045-4dc9-8a92-2924d0e890ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T18:05:00.424Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89b7a44b-c045-4dc9-8a92-2924d0e890ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T18:05:00.426Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T18:05:00.426Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T18:05:00.426Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T18:05:00.426Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T18:05:00.426Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:05:00.426Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:05:00.427Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:05:00.427Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:05:00.427Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:05:00.427Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|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-09-02T18:05:00.431Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T18:05:30.431Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89b7a44b-c045-4dc9-8a92-2924d0e890ca 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-09-02T18:05:30.436Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89b7a44b-c045-4dc9-8a92-2924d0e890ca and serviceModelVersionId: 8d710617-dee9-47a1-8094-2fb7895484bf
2021-09-02T18:05:30.436Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4168680-7ef9-434d-8ac6-23076a1fd6bf
2021-09-02T18:05:30.437Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4168680-7ef9-434d-8ac6-23076a1fd6bf/model-vers/model-ver/8d710617-dee9-47a1-8094-2fb7895484bf?depth=0
2021-09-02T18:05:30.443Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T18:05:30.468Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|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/b4168680-7ef9-434d-8ac6-23076a1fd6bf/model-vers/model-ver/8d710617-dee9-47a1-8094-2fb7895484bf?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-09-02T18:05:30.469Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4168680-7ef9-434d-8ac6-23076a1fd6bf/model-vers/model-ver/8d710617-dee9-47a1-8094-2fb7895484bf?depth=0|INFO|500||Invoke
2021-09-02T18:05:30.483Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4168680-7ef9-434d-8ac6-23076a1fd6bf/model-vers/model-ver/8d710617-dee9-47a1-8094-2fb7895484bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T18:05:30.614Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4168680-7ef9-434d-8ac6-23076a1fd6bf/model-vers/model-ver/8d710617-dee9-47a1-8094-2fb7895484bf?depth=0|INFO|500||InvokeReturn
2021-09-02T18:05:30.614Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|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/b4168680-7ef9-434d-8ac6-23076a1fd6bf/model-vers/model-ver/8d710617-dee9-47a1-8094-2fb7895484bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210902-18:05:30:488-31068], vertex-id=[208984], Content-Length=[0], Date=[Thu, 02 Sep 2021 18:05:30 GMT], Content-Type=[application/json]}
2021-09-02T18:05:30.615Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-09-02T18:05:30.615Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T18:05:30.615Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|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-09-02T18:05:30.619Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|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-09-02T18:05:30.619Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89b7a44b-c045-4dc9-8a92-2924d0e890ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T18:05:30.620Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T18:05:30.620Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:30.621Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:30.622Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605930619,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T18:05:30.722Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:05:30.723Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:30.723Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:30.733Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:30.733Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T18:05:31.632Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-02T18:05:31.633Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1bd72f61-7a95-4bad-bf3b-6235bb534a65","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b06db968-6dda-4e40-9f0c-3f3eedc9225d","serviceDescription":"service","serviceInvariantUUID":"63584db7-d7dd-4a0a-bc06-e0f2a6de4005","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"43760dcf-d099-4702-8a27-f4bb88c3e5de","resourceInvariantUUID":"4ea1305a-82c3-400f-9bd0-16af662cf444","resourceCustomizationUUID":"869110ea-2463-42f6-a27d-6244c945ad69","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"Zjc0ZWMwYjQ1YjczOWU2NzRjNDAzZTdkNGM3ZTkyNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c54bc0e-851d-4baa-93b5-544d53b8b72a","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NzRlNmZkNTQxNjA3ZjQ5Y2MyMTM1OWMxMTVhYWNlMTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5abc52d4-e2c8-4390-90bd-53ea9214c1ec","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f929f9a4-8758-4542-b66a-6b9d413cb2d3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"29d756fa-98a5-4eeb-a301-dc203dd7d66d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e3bcc1ec-f25f-4422-a609-118ff7363581","artifactVersion":"2","generatedFromUUID":"f929f9a4-8758-4542-b66a-6b9d413cb2d3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZmZjMjcwZDJlM2Y3Y2M1NTcxYzc3MDY2ZTU2ZDk1MmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97f679a2-21be-48c0-9971-23ab337964be","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTZlNzk5OGY0MzEwY2UwYTdhZjBmZGYxZTMxNWQ0ZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d4407433-ca28-448a-87c4-f47f70e55fbd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T18:05:31.633Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:05:31.634Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:31.635Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:31.635Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:05:31.735Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:05:31.736Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:31.736Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:31.742Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:31.743Z||pool-102-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-02T18:05:32.636Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:05:32.637Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:32.638Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:32.638Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T18:05:32.739Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:05:32.739Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:32.739Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:32.745Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:32.745Z||pool-103-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:05:33.639Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:05:33.640Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:33.642Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:33.642Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-02T18:05:33.742Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:05:33.743Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:33.743Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:33.749Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:33.749Z||pool-104-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:05:34.642Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:05:34.649Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:34.651Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:34.651Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:05:34.751Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:05:34.752Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:34.752Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:34.758Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:34.758Z||pool-105-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:05:35.652Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:05:35.652Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:35.655Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:35.655Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-02T18:05:35.755Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T18:05:35.755Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:35.755Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:35.761Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:35.761Z||pool-106-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1}
2021-09-02T18:05:36.655Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:05:36.656Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:36.658Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:36.658Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:05:36.758Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:05:36.758Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:36.758Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:36.765Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:36.765Z||pool-107-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:05:37.658Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:05:37.659Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:37.661Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:37.661Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:05:37.761Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:05:37.762Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:37.762Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:37.767Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:37.767Z||pool-108-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:05:38.663Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b06db968-6dda-4e40-9f0c-3f3eedc9225d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "63584db7-d7dd-4a0a-bc06-e0f2a6de4005",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "869110ea-2463-42f6-a27d-6244c945ad69",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "43760dcf-d099-4702-8a27-f4bb88c3e5de",
      "resourceInvariantUUID": "4ea1305a-82c3-400f-9bd0-16af662cf444",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "NzRlNmZkNTQxNjA3ZjQ5Y2MyMTM1OWMxMTVhYWNlMTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5abc52d4-e2c8-4390-90bd-53ea9214c1ec",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f929f9a4-8758-4542-b66a-6b9d413cb2d3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e3bcc1ec-f25f-4422-a609-118ff7363581",
            "generatedFromUUID": "f929f9a4-8758-4542-b66a-6b9d413cb2d3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e3bcc1ec-f25f-4422-a609-118ff7363581",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTZlNzk5OGY0MzEwY2UwYTdhZjBmZGYxZTMxNWQ0ZGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d4407433-ca28-448a-87c4-f47f70e55fbd"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T18:05:38.663Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T18:05:38.663Z|89b7a44b-c045-4dc9-8a92-2924d0e890ca|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b06db968-6dda-4e40-9f0c-3f3eedc9225d ASDC
2021-09-02T18:05:38.664Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1bd72f61-7a95-4bad-bf3b-6235bb534a65
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b06db968-6dda-4e40-9f0c-3f3eedc9225d
ServiceInvariantUUID:63584db7-d7dd-4a0a-bc06-e0f2a6de4005
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:d4407433-ca28-448a-87c4-f47f70e55fbd
ArtifactChecksum:NTZlNzk5OGY0MzEwY2UwYTdhZjBmZGYxZTMxNWQ0ZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:869110ea-2463-42f6-a27d-6244c945ad69
ResourceInvariantUUID:4ea1305a-82c3-400f-9bd0-16af662cf444
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:43760dcf-d099-4702-8a27-f4bb88c3e5de
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:5abc52d4-e2c8-4390-90bd-53ea9214c1ec
ArtifactChecksum:NzRlNmZkNTQxNjA3ZjQ5Y2MyMTM1OWMxMTVhYWNlMTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:f929f9a4-8758-4542-b66a-6b9d413cb2d3
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e3bcc1ec-f25f-4422-a609-118ff7363581
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e3bcc1ec-f25f-4422-a609-118ff7363581
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-02T18:05:38.664Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b06db968-6dda-4e40-9f0c-3f3eedc9225d 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-09-02T18:05:38.687Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T18:05:38.688Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T18:05:38.688Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T18:05:38.688Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d4407433-ca28-448a-87c4-f47f70e55fbd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-02T18:05:38.688Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T18:05:38.688Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-02T18:05:39.919Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T18:05:39.923Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d4407433-ca28-448a-87c4-f47f70e55fbd 70833
2021-09-02T18:05:39.923Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-02T18:05:39.924Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-02T18:05:39.924Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T18:05:39.924Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:39.926Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:39.926Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605939923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:05:40.026Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:05:40.026Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:40.026Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:40.032Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:40.033Z||pool-109-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:05:40.926Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T18:05:40.927Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T18:05:40.927Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d4407433-ca28-448a-87c4-f47f70e55fbd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T18:05:40.928Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-02T18:05:40.928Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T18:05:40.928Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T18:05:40.998Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13704071818624169627/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-09-02T18:05:41.718Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T18:05:41.718Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T18:05:41.718Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T18:05:41.718Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-02T18:05:41.718Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T18:05:41.718Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T18:05:41.718Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T18:05:41.718Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T18:05:41.718Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T18:05:41.718Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T18:05:41.718Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T18:05:41.718Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T18:05:41.718Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T18:05:41.719Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T18:05:41.719Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:41.719Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:05:41.719Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T18:05:41.719Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T18:05:41.719Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T18:05:41.719Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:41.719Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:05:41.719Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T18:05:41.719Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T18:05:41.719Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T18:05:41.719Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:41.719Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:05:41.719Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:41.719Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-02T18:05:41.720Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-02T18:05:41.720Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-09-02T18:05:41.720Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-09-02T18:05:41.720Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-02T18:05:41.720Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-02T18:05:41.720Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:41.720Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T18:05:41.720Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:41.720Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T18:05:41.720Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T18:05:41.720Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:41.720Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T18:05:41.720Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T18:05:41.720Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1ddfecfa-d89a-4837-b36a-e7c9b39f0942
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:05:41.721Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b06db968-6dda-4e40-9f0c-3f3eedc9225d
Model Version:NULL
Model InvariantUuid:63584db7-d7dd-4a0a-bc06-e0f2a6de4005
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a3accf9a-d3fe-4b37-b652-f8a5e085bc9c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4ea1305a-82c3-400f-9bd0-16af662cf444
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:869110ea-2463-42f6-a27d-6244c945ad69
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:07ed11eb-933c-42d3-9876-6e736440ccd3
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:4d70f13f-686a-4cb7-98dc-6a5ecb0f1677
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1ddfecfa-d89a-4837-b36a-e7c9b39f0942
ModelInvariantUuid:092d7a44-4fe6-4827-8f2a-6c0695a2a18e
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:64e40ce8-3297-4049-b476-8018c155374f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:b20c0851-03dc-4f82-bb6b-a13aebfeb798
ModelInvariantUuid:6dbe1e2c-dc17-42fb-96ac-111dbf6f44e3
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:565af6f1-431d-47ad-8c9c-dbbd25dddad9
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-09-02T18:05:41.728Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 43760dcf-d099-4702-8a27-f4bb88c3e5de
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-09-02T18:05:41.729Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||basic_vm 0
2021-09-02T18:05:41.729Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 43760dcf-d099-4702-8a27-f4bb88c3e5de
2021-09-02T18:05:41.729Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5abc52d4-e2c8-4390-90bd-53ea9214c1ec from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-02T18:05:41.729Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T18:05:41.730Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-02T18:05:42.632Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T18:05:42.632Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 5abc52d4-e2c8-4390-90bd-53ea9214c1ec 787
2021-09-02T18:05:42.633Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-02T18:05:42.633Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-02T18:05:42.633Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T18:05:42.633Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:42.635Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:42.635Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605942633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:05:42.735Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:05:42.735Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:42.736Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:42.742Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:42.742Z||pool-110-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:05:43.635Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "07ed11eb-933c-42d3-9876-6e736440ccd3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4d70f13f-686a-4cb7-98dc-6a5ecb0f1677",
    "vfModuleModelCustomizationUUID": "16c672ee-2442-427e-a93d-25ee3ee2a238",
    "isBase": true,
    "artifacts": [
      "f929f9a4-8758-4542-b66a-6b9d413cb2d3",
      "e3bcc1ec-f25f-4422-a609-118ff7363581"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T18:05:43.639Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d70f13f-686a-4cb7-98dc-6a5ecb0f1677
VfModuleModelInvariantUUID:07ed11eb-933c-42d3-9876-6e736440ccd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
f929f9a4-8758-4542-b66a-6b9d413cb2d3
,
e3bcc1ec-f25f-4422-a609-118ff7363581

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

isBase:true


}

2021-09-02T18:05:43.641Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "07ed11eb-933c-42d3-9876-6e736440ccd3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4d70f13f-686a-4cb7-98dc-6a5ecb0f1677",
    "vfModuleModelCustomizationUUID": "16c672ee-2442-427e-a93d-25ee3ee2a238",
    "isBase": true,
    "artifacts": [
      "f929f9a4-8758-4542-b66a-6b9d413cb2d3",
      "e3bcc1ec-f25f-4422-a609-118ff7363581"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T18:05:43.641Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d70f13f-686a-4cb7-98dc-6a5ecb0f1677
VfModuleModelInvariantUUID:07ed11eb-933c-42d3-9876-6e736440ccd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
f929f9a4-8758-4542-b66a-6b9d413cb2d3
,
e3bcc1ec-f25f-4422-a609-118ff7363581

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

isBase:true


}

2021-09-02T18:05:43.641Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f929f9a4-8758-4542-b66a-6b9d413cb2d3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-02T18:05:43.641Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T18:05:43.641Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-02T18:05:44.612Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T18:05:44.612Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f929f9a4-8758-4542-b66a-6b9d413cb2d3 5033
2021-09-02T18:05:44.612Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-02T18:05:44.613Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-02T18:05:44.613Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T18:05:44.613Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:44.615Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:44.615Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605944612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:05:44.716Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:05:44.716Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:44.716Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:44.722Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:44.722Z||pool-111-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:05:45.616Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e3bcc1ec-f25f-4422-a609-118ff7363581 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-02T18:05:45.617Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T18:05:45.617Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-02T18:05:46.414Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T18:05:46.414Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e3bcc1ec-f25f-4422-a609-118ff7363581 903
2021-09-02T18:05:46.415Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-02T18:05:46.415Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-02T18:05:46.415Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T18:05:46.415Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:46.417Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:46.417Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605946414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:05:46.517Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:05:46.518Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:46.518Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:46.523Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:46.523Z||pool-112-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:05:47.417Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b06db968-6dda-4e40-9f0c-3f3eedc9225d
2021-09-02T18:05:47.417Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 43760dcf-d099-4702-8a27-f4bb88c3e5de 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-09-02T18:05:47.428Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e121399, org.onap.sdc.toscaparser.api.parameters.Input@63245ed0, org.onap.sdc.toscaparser.api.parameters.Input@7ca3fc30, org.onap.sdc.toscaparser.api.parameters.Input@5eda8003, org.onap.sdc.toscaparser.api.parameters.Input@707ade9a]
2021-09-02T18:05:47.432Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:47.432Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:05:47.432Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-09-02T18:05:47.432Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 869110ea-2463-42f6-a27d-6244c945ad69
2021-09-02T18:05:47.432Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 869110ea-2463-42f6-a27d-6244c945ad69 matches Tosca VF Customization UUID: 869110ea-2463-42f6-a27d-6244c945ad69
2021-09-02T18:05:47.432Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 869110ea-2463-42f6-a27d-6244c945ad69  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-09-02T18:05:47.433Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:47.433Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:05:47.434Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 869110ea-2463-42f6-a27d-6244c945ad69: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-09-02T18:05:47.434Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5898bc38
2021-09-02T18:05:47.434Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:47.434Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T18:05:47.434Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 16c672ee-2442-427e-a93d-25ee3ee2a238
2021-09-02T18:05:47.434Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 16c672ee-2442-427e-a93d-25ee3ee2a238
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-09-02T18:05:47.435Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:47.435Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T18:05:47.436Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T18:05:47.436Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:47.436Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T18:05:47.436Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T18:05:47.436Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:47.436Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-02T18:05:47.436Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-02T18:05:47.436Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-02T18:05:47.436Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1ddfecfa-d89a-4837-b36a-e7c9b39f0942
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-09-02T18:05:47.437Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:47.437Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T18:05:47.437Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T18:05:47.437Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:47.438Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T18:05:47.438Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=869110ea-2463-42f6-a27d-6244c945ad69
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-09-02T18:05:47.439Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:47.439Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:05:47.439Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b06db968-6dda-4e40-9f0c-3f3eedc9225d: basic_vm
2021-09-02T18:05:47.439Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:47.439Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:05:47.439Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:47.439Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:05:47.439Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:47.439Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:05:47.439Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:47.439Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:05:47.440Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:05:47.440Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:05:47.440Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T18:05:47.493Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 43760dcf-d099-4702-8a27-f4bb88c3e5de 1 ASDC deployResourceStructure
2021-09-02T18:05:47.493Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-02T18:05:47.493Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-02T18:05:47.493Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T18:05:47.494Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:47.495Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:47.495Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605947493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T18:05:47.595Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:05:47.596Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:47.596Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:47.602Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:47.602Z||pool-113-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:05:48.495Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-02T18:05:48.496Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-02T18:05:48.496Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T18:05:48.496Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:48.498Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:48.498Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605948495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T18:05:48.598Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:05:48.599Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:48.599Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:48.606Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:48.606Z||pool-114-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:05:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:05:48.845Z||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-09-02T18:05:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:05:48.858Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:48.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:05:48.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605828819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:05:48.859Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:05:49.498Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-02T18:05:49.499Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-02T18:05:49.499Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T18:05:49.499Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:49.501Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:49.501Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605949498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-02T18:05:49.602Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:05:49.602Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:49.602Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:49.609Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:49.609Z||pool-115-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:05:50.502Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-02T18:05:50.503Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-02T18:05:50.503Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T18:05:50.503Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:05:50.505Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:05:50.505Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605950502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:05:50.605Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:05:50.605Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:05:50.606Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:05:50.612Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:05:50.612Z||pool-116-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:05:51.505Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bd72f61-7a95-4bad-bf3b-6235bb534a65
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T18:05:51.516Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bd72f61-7a95-4bad-bf3b-6235bb534a65
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T18:05:51.517Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T18:05:51.518Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T18:05:51.518Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T18:06:21.518Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bd72f61-7a95-4bad-bf3b-6235bb534a65
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T18:06:21.528Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bd72f61-7a95-4bad-bf3b-6235bb534a65
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T18:06:21.531Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T18:06:21.532Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T18:06:21.532Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T18:06:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:06:48.845Z||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-09-02T18:06:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:06:48.863Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:06:48.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605828224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "aai-ml",
  "timestamp": 1630605826338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605827528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "policy-id",
  "timestamp": 1630605823542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "dcae-sch",
  "timestamp": 1630605828922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605828224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "aai-ml",
  "timestamp": 1630605826338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605827528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "policy-id",
  "timestamp": 1630605823542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:06:48.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605830528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:06:48.868Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "dcae-sch",
  "timestamp": 1630605828922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605828224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "aai-ml",
  "timestamp": 1630605826338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605827528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "dcae-sch",
  "timestamp": 1630605828922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605831733,
  "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-09-02T18:06:48.876Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89b7a44b-c045-4dc9-8a92-2924d0e890ca
2021-09-02T18:06:48.876Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89b7a44b-c045-4dc9-8a92-2924d0e890ca 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-09-02T18:06:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605828224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "policy-id",
  "timestamp": 1630605831837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:06:48.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "aai-ml",
  "timestamp": 1630605826338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605827528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "dcae-sch",
  "timestamp": 1630605828922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605832736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T18:06:48.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605828224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "policy-id",
  "timestamp": 1630605832842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:06:48.886Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "aai-ml",
  "timestamp": 1630605826338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:06:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605827528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "dcae-sch",
  "timestamp": 1630605828922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "clamp",
  "timestamp": 1630605833736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:06:48.886Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605828224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "policy-id",
  "timestamp": 1630605833845,
  "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-09-02T18:06:48.891Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bd72f61-7a95-4bad-bf3b-6235bb534a65
2021-09-02T18:06:48.891Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bd72f61-7a95-4bad-bf3b-6235bb534a65 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-09-02T18:06:48.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605827528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:06:48.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "dcae-sch",
  "timestamp": 1630605828922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T18:06:48.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "clamp",
  "timestamp": 1630605834748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:06:48.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605828224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "aai-ml",
  "timestamp": 1630605834914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:06:48.900Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "dcae-sch",
  "timestamp": 1630605828922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-02T18:06:48.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "clamp",
  "timestamp": 1630605835751,
  "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-09-02T18:06:48.905Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 89b7a44b-c045-4dc9-8a92-2924d0e890ca
2021-09-02T18:06:48.905Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89b7a44b-c045-4dc9-8a92-2924d0e890ca 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-09-02T18:06:48.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605835824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:06:48.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-02T18:06:48.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T18:06:48.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605838129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:06:48.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605839133,
  "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-09-02T18:06:48.917Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1bd72f61-7a95-4bad-bf3b-6235bb534a65
2021-09-02T18:06:48.917Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bd72f61-7a95-4bad-bf3b-6235bb534a65 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-09-02T18:06:48.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605813987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:06:48.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605841622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:06:48.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "aai-ml",
  "timestamp": 1630605842618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:06:48.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "clamp",
  "timestamp": 1630605818246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:06:48.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "aai-ml",
  "timestamp": 1630605843621,
  "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-09-02T18:06:48.927Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1bd72f61-7a95-4bad-bf3b-6235bb534a65
2021-09-02T18:06:48.927Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bd72f61-7a95-4bad-bf3b-6235bb534a65 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-09-02T18:06:48.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605843815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:06:48.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605846012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:06:48.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605847035,
  "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-09-02T18:06:48.937Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bd72f61-7a95-4bad-bf3b-6235bb534a65
2021-09-02T18:06:48.937Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bd72f61-7a95-4bad-bf3b-6235bb534a65 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-09-02T18:06:48.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "clamp",
  "timestamp": 1630605847738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:06:48.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605848039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T18:06:48.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "clamp",
  "timestamp": 1630605848777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:06:48.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "clamp",
  "timestamp": 1630605849779,
  "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-09-02T18:06:48.946Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1bd72f61-7a95-4bad-bf3b-6235bb534a65
2021-09-02T18:06:48.946Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bd72f61-7a95-4bad-bf3b-6235bb534a65 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-09-02T18:06:48.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c914320b-5462-47b4-b4b2-b2dd8eb087f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605872232,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T18:06:48.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-02T18:06:48.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-02T18:06:48.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T18:06:48.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-02T18:06:48.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-02T18:06:48.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:06:48.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "cds",
  "timestamp": 1630605876627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "clamp",
  "timestamp": 1630605878246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605883720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:06:48.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "cds",
  "timestamp": 1630605876627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "clamp",
  "timestamp": 1630605878246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "policy-id",
  "timestamp": 1630605883542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "cds",
  "timestamp": 1630605876627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "clamp",
  "timestamp": 1630605878246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "policy-id",
  "timestamp": 1630605883542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "cds",
  "timestamp": 1630605876627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "clamp",
  "timestamp": 1630605878246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "policy-id",
  "timestamp": 1630605883542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605886526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:06:48.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:48.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "aai-ml",
  "timestamp": 1630605886338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "cds",
  "timestamp": 1630605876627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "clamp",
  "timestamp": 1630605878246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "policy-id",
  "timestamp": 1630605883542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "aai-ml",
  "timestamp": 1630605886338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "cds",
  "timestamp": 1630605876627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "clamp",
  "timestamp": 1630605878246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605887528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "policy-id",
  "timestamp": 1630605883542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:06:48.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:06:48.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T18:06:48.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605888332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:06:48.973Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:06:51.532Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bd72f61-7a95-4bad-bf3b-6235bb534a65
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T18:06:51.542Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bd72f61-7a95-4bad-bf3b-6235bb534a65
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T18:06:51.544Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T18:06:51.544Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T18:06:51.545Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T18:06:51.545Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T18:06:51.545Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:06:51.545Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:06:51.545Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:06:51.545Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:06:51.545Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:06:51.545Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:06:51.545Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|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-09-02T18:06:51.549Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T18:07:21.550Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1bd72f61-7a95-4bad-bf3b-6235bb534a65 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-09-02T18:07:21.555Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1bd72f61-7a95-4bad-bf3b-6235bb534a65 and serviceModelVersionId: b06db968-6dda-4e40-9f0c-3f3eedc9225d
2021-09-02T18:07:21.556Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63584db7-d7dd-4a0a-bc06-e0f2a6de4005
2021-09-02T18:07:21.556Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63584db7-d7dd-4a0a-bc06-e0f2a6de4005/model-vers/model-ver/b06db968-6dda-4e40-9f0c-3f3eedc9225d?depth=0
2021-09-02T18:07:21.561Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T18:07:21.582Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63584db7-d7dd-4a0a-bc06-e0f2a6de4005/model-vers/model-ver/b06db968-6dda-4e40-9f0c-3f3eedc9225d?depth=0|INFO|500||Invoke
2021-09-02T18:07:21.582Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63584db7-d7dd-4a0a-bc06-e0f2a6de4005/model-vers/model-ver/b06db968-6dda-4e40-9f0c-3f3eedc9225d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63584db7-d7dd-4a0a-bc06-e0f2a6de4005/model-vers/model-ver/b06db968-6dda-4e40-9f0c-3f3eedc9225d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1bd72f61-7a95-4bad-bf3b-6235bb534a65], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59bd96de-fe2f-4b8f-9c5e-5e1fd1576584], X-ECOMP-RequestID=[1bd72f61-7a95-4bad-bf3b-6235bb534a65], X-TransactionId=[], X-ONAP-RequestID=[1bd72f61-7a95-4bad-bf3b-6235bb534a65], Content-Type=[application/merge-patch+json]}
2021-09-02T18:07:21.595Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63584db7-d7dd-4a0a-bc06-e0f2a6de4005/model-vers/model-ver/b06db968-6dda-4e40-9f0c-3f3eedc9225d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T18:07:21.916Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63584db7-d7dd-4a0a-bc06-e0f2a6de4005/model-vers/model-ver/b06db968-6dda-4e40-9f0c-3f3eedc9225d?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/63584db7-d7dd-4a0a-bc06-e0f2a6de4005/model-vers/model-ver/b06db968-6dda-4e40-9f0c-3f3eedc9225d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210902-18:07:21:601-50627], vertex-id=[225344], Content-Length=[0], Date=[Thu, 02 Sep 2021 18:07:21 GMT], Content-Type=[application/json]}
2021-09-02T18:07:21.916Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63584db7-d7dd-4a0a-bc06-e0f2a6de4005/model-vers/model-ver/b06db968-6dda-4e40-9f0c-3f3eedc9225d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-02T18:07:21.917Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63584db7-d7dd-4a0a-bc06-e0f2a6de4005/model-vers/model-ver/b06db968-6dda-4e40-9f0c-3f3eedc9225d?depth=0|INFO|500||InvokeReturn
2021-09-02T18:07:21.917Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T18:07:21.917Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|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-09-02T18:07:21.921Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|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-09-02T18:07:21.921Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1bd72f61-7a95-4bad-bf3b-6235bb534a65 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T18:07:21.921Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T18:07:21.921Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:07:21.923Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:07:21.923Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606041921,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T18:07:22.023Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:07:22.024Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:07:22.024Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:07:22.033Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:07:22.033Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 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-09-02T18:07:22.934Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:07:22.934Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|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-09-02T18:07:22.934Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|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 UD42kDim4qpsrs85) ...
2021-09-02T18:07:27.199Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:07:27.200Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-02T18:07:27.200Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d146ea75-9958-432f-8d66-f17522a8817a","serviceName":"Demo_pNF_nd6mmXIv8Nt4LTUO6SKe","serviceVersion":"1.0","serviceUUID":"21774169-4a0d-4f8a-b460-9a274ff55f3e","serviceDescription":"catalog service description","serviceInvariantUUID":"62970afb-ca39-4947-a9a8-f0c9f630fe81","resources":[{"resourceInstanceName":"pNF b29c13d9-6274 0","resourceName":"pNF b29c13d9-6274","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"af25fe71-fad1-4cfd-a343-1a1bc1c0e6a2","resourceInvariantUUID":"90cfd115-cdb3-4811-ac41-dbc48ab70267","resourceCustomizationUUID":"c6a7fb09-3051-4a01-91ba-47e95b320c77","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vf-license-model.xml","artifactChecksum":"NTE5MmVlNTg5MzAxMzY1YzFhNjdlNTY5ZjVmNGI5ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"074ea77a-52f6-42c8-9b51-cf8bcae28772","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/pNF.csar","artifactChecksum":"NjJiZDQ5MjcxMGEyNGY4MTZjZDM1MjhjN2Y2MTRlOWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"560d3dec-f4d0-48fe-843d-bb2f5badb574","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ebb87f3-b628-4f9c-9101-3ec88ee9ca72","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vendor-license-model.xml","artifactChecksum":"ZWMxZGI4ZDMzYmIyY2QxYzI1OGU5MTdkMjZlNDE5ZDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d3223086-6097-44ea-b517-eace27ec2f97","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f83b5d7-2457-4d0b-828a-8287a21c8548","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b4d50d0c-cc43-4497-b6ce-d8e06ba1c4d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNd6mmxiv8nt4ltuo6ske-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-template.yml","artifactChecksum":"YTc1N2ExM2YxOTg0ZGM4NTdmZWFjYjVmMmRjNmI0OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1562afc0-fa68-434e-b460-463fc5c43a20","artifactVersion":"1"},{"artifactName":"service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar","artifactChecksum":"ZjU0NzUzNWUzNjFiNTIyZGY2MThmZmJiZDhmNjk2OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc16811f-8615-40d6-9872-b95360437268","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T18:07:27.202Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:07:27.202Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:07:27.203Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:07:27.204Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:27.304Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:07:27.304Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:07:27.305Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:07:27.310Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:07:27.310Z||pool-118-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:07:28.204Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:07:28.206Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:07:28.207Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:07:28.207Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:28.308Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T18:07:28.308Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:07:28.308Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:07:28.314Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:07:28.315Z||pool-119-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-02T18:07:29.208Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:07:29.209Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:07:29.210Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:07:29.210Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:29.311Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T18:07:29.312Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:07:29.312Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:07:29.318Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:07:29.319Z||pool-120-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-02T18:07:30.212Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:07:30.212Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:07:30.214Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:07:30.214Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:30.315Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T18:07:30.315Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:07:30.315Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:07:30.321Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:07:30.322Z||pool-121-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-02T18:07:31.215Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:07:31.216Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:07:31.218Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:07:31.218Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:31.318Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:07:31.319Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:07:31.319Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:07:31.324Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:07:31.325Z||pool-122-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:07:32.218Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:07:32.219Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:07:32.221Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:07:32.222Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:32.322Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:07:32.322Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:07:32.322Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:07:32.329Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:07:32.329Z||pool-123-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:07:33.222Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:07:33.223Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:07:33.225Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:07:33.225Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:33.325Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:07:33.326Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:07:33.326Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:07:33.331Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:07:33.331Z||pool-124-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:07:34.226Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:07:34.227Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:07:34.229Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:07:34.229Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:07:34.329Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:07:34.329Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:07:34.330Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:07:34.336Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:07:34.336Z||pool-125-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:07:35.229Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "serviceName": "Demo_pNF_nd6mmXIv8Nt4LTUO6SKe",
  "serviceVersion": "1.0",
  "serviceUUID": "21774169-4a0d-4f8a-b460-9a274ff55f3e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "62970afb-ca39-4947-a9a8-f0c9f630fe81",
  "resources": [
    {
      "resourceInstanceName": "pNF b29c13d9-6274 0",
      "resourceCustomizationUUID": "c6a7fb09-3051-4a01-91ba-47e95b320c77",
      "resourceName": "pNF b29c13d9-6274",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "af25fe71-fad1-4cfd-a343-1a1bc1c0e6a2",
      "resourceInvariantUUID": "90cfd115-cdb3-4811-ac41-dbc48ab70267",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
      "artifactChecksum": "ZjU0NzUzNWUzNjFiNTIyZGY2MThmZmJiZDhmNjk2OWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bc16811f-8615-40d6-9872-b95360437268"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T18:07:35.230Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T18:07:35.230Z|1bd72f61-7a95-4bad-bf3b-6235bb534a65|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 21774169-4a0d-4f8a-b460-9a274ff55f3e ASDC
2021-09-02T18:07:35.231Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d146ea75-9958-432f-8d66-f17522a8817a
ServiceName:Demo_pNF_nd6mmXIv8Nt4LTUO6SKe
ServiceVersion:1.0
ServiceUUID:21774169-4a0d-4f8a-b460-9a274ff55f3e
ServiceInvariantUUID:62970afb-ca39-4947-a9a8-f0c9f630fe81
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
ArtifactUUID:bc16811f-8615-40d6-9872-b95360437268
ArtifactChecksum:ZjU0NzUzNWUzNjFiNTIyZGY2MThmZmJiZDhmNjk2OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b29c13d9-6274 0
ResourceCustomizationUUID:c6a7fb09-3051-4a01-91ba-47e95b320c77
ResourceInvariantUUID:90cfd115-cdb3-4811-ac41-dbc48ab70267
ResourceName:pNF b29c13d9-6274
ResourceType:PNF
ResourceUUID:af25fe71-fad1-4cfd-a343-1a1bc1c0e6a2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-02T18:07:35.231Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 21774169-4a0d-4f8a-b460-9a274ff55f3e 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-09-02T18:07:35.254Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T18:07:35.255Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T18:07:35.255Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T18:07:35.255Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bc16811f-8615-40d6-9872-b95360437268 from URL: /sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:35.255Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T18:07:35.255Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:36.216Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T18:07:36.222Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar bc16811f-8615-40d6-9872-b95360437268 82534
2021-09-02T18:07:36.222Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar ASDC sendASDCNotification
2021-09-02T18:07:36.222Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:36.223Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T18:07:36.223Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:07:36.225Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:07:36.225Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606056222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:07:36.325Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:07:36.326Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:07:36.326Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:07:36.333Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:07:36.334Z||pool-126-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:07:37.225Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T18:07:37.226Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T18:07:37.227Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bc16811f-8615-40d6-9872-b95360437268, URL: /sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar to file: /app/ASDC/1/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:37.227Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:37.227Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:37.227Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:37.298Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1767208995076747089/Definitions/service-DemoPnfNd6mmxiv8nt4ltuo6ske-template.yml
2021-09-02T18:07:37.802Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T18:07:37.803Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T18:07:37.803Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:37.803Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-02T18:07:37.803Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||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-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:37.803Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:37.803Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||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-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:37.803Z|d146ea75-9958-432f-8d66-f17522a8817a|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-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:37.803Z|d146ea75-9958-432f-8d66-f17522a8817a|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-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:37.803Z|d146ea75-9958-432f-8d66-f17522a8817a|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-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:37.803Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b29c13d9-6274 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-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:37.803Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T18:07:37.803Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:07:37.803Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nd6mmXIv8Nt4LTUO6SKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:07:37.803Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Node template pNF b29c13d9-6274 0 is matching search criteria
2021-09-02T18:07:37.804Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T18:07:37.804Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF b29c13d9-6274 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T18:07:37.804Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:07:37.804Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nd6mmXIv8Nt4LTUO6SKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:07:37.804Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Node template pNF b29c13d9-6274 0 is matching search criteria
2021-09-02T18:07:37.804Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T18:07:37.804Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF b29c13d9-6274 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T18:07:37.804Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:07:37.804Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nd6mmXIv8Nt4LTUO6SKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:07:37.804Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:07:37.804Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nd6mmXIv8Nt4LTUO6SKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:07:37.804Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:07:37.804Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nd6mmXIv8Nt4LTUO6SKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:07:37.804Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:07:37.805Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nd6mmXIv8Nt4LTUO6SKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:07:37.805Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:07:37.805Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nd6mmXIv8Nt4LTUO6SKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:07:37.805Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nd6mmXIv8Nt4LTUO6SKe
Description:catalog service description
Model UUID:21774169-4a0d-4f8a-b460-9a274ff55f3e
Model Version:NULL
Model InvariantUuid:62970afb-ca39-4947-a9a8-f0c9f630fe81
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-09-02T18:07:37.811Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: af25fe71-fad1-4cfd-a343-1a1bc1c0e6a2
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-09-02T18:07:37.813Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||pNF b29c13d9-6274 0
2021-09-02T18:07:37.813Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: af25fe71-fad1-4cfd-a343-1a1bc1c0e6a2
2021-09-02T18:07:37.813Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 21774169-4a0d-4f8a-b460-9a274ff55f3e
2021-09-02T18:07:37.813Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 21774169-4a0d-4f8a-b460-9a274ff55f3e
2021-09-02T18:07:37.813Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b29c13d9-6274 0 af25fe71-fad1-4cfd-a343-1a1bc1c0e6a2 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-09-02T18:07:37.816Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a38da8c, org.onap.sdc.toscaparser.api.parameters.Input@682d107c, org.onap.sdc.toscaparser.api.parameters.Input@34e2193a, org.onap.sdc.toscaparser.api.parameters.Input@21b2fa4, org.onap.sdc.toscaparser.api.parameters.Input@1e6b69d1]
2021-09-02T18:07:37.816Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:07:37.816Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nd6mmXIv8Nt4LTUO6SKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:07:37.816Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 21774169-4a0d-4f8a-b460-9a274ff55f3e: pNF b29c13d9-6274
2021-09-02T18:07:37.816Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||Processing PNF resource: af25fe71-fad1-4cfd-a343-1a1bc1c0e6a2
2021-09-02T18:07:37.816Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:07:37.816Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nd6mmXIv8Nt4LTUO6SKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:07:37.817Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||Resource customization UUID: c6a7fb09-3051-4a01-91ba-47e95b320c77 is the same as notified resource customizationUUID: c6a7fb09-3051-4a01-91ba-47e95b320c77
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-09-02T18:07:37.841Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b29c13d9-6274 af25fe71-fad1-4cfd-a343-1a1bc1c0e6a2 0 ASDC deployResourceStructure
2021-09-02T18:07:37.841Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar ASDC sendASDCNotification
2021-09-02T18:07:37.841Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar
2021-09-02T18:07:37.841Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T18:07:37.841Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:07:37.843Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:07:37.843Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606057841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:07:37.943Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:07:37.944Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:07:37.944Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:07:37.950Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:07:37.950Z||pool-127-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:07:38.843Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d146ea75-9958-432f-8d66-f17522a8817a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T18:07:38.854Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d146ea75-9958-432f-8d66-f17522a8817a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T18:07:38.855Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T18:07:38.856Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T18:07:38.856Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T18:07:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:07:48.845Z||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-09-02T18:07:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:07:48.860Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:07:48.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605888224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "aai-ml",
  "timestamp": 1630605886338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "cds",
  "timestamp": 1630605876627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "clamp",
  "timestamp": 1630605878246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605887528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "policy-id",
  "timestamp": 1630605883542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605888922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605888224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605889919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "aai-ml",
  "timestamp": 1630605886338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "cds",
  "timestamp": 1630605876627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:07:48.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630605873987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "clamp",
  "timestamp": 1630605878246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605887528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "policy-id",
  "timestamp": 1630605883542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605888922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605888224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "aai-ml",
  "timestamp": 1630605886338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605887528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "policy-id",
  "timestamp": 1630605883542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605888922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "cds",
  "timestamp": 1630605891632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605891714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:07:48.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605888224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "aai-ml",
  "timestamp": 1630605886338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605887528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605888922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "cds",
  "timestamp": 1630605892636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-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-09-02T18:07:48.874Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d146ea75-9958-432f-8d66-f17522a8817a
2021-09-02T18:07:48.874Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d146ea75-9958-432f-8d66-f17522a8817a 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-09-02T18:07:48.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "policy-id",
  "timestamp": 1630605892631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:07:48.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605888224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "aai-ml",
  "timestamp": 1630605886338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605887528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605893310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605888922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "policy-id",
  "timestamp": 1630605893634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605888224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "aai-ml",
  "timestamp": 1630605886338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605887528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605894392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605888922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "policy-id",
  "timestamp": 1630605894636,
  "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-09-02T18:07:48.886Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d146ea75-9958-432f-8d66-f17522a8817a
2021-09-02T18:07:48.886Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d146ea75-9958-432f-8d66-f17522a8817a 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-09-02T18:07:48.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605888224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605887528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605895394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "aai-ml",
  "timestamp": 1630605895429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605888922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605888224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605896398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "dcae-sch",
  "timestamp": 1630605888922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605897329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605897402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605897621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605898406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605898633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605898944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605899409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:07:48.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630605899635,
  "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-09-02T18:07:48.898Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d146ea75-9958-432f-8d66-f17522a8817a
2021-09-02T18:07:48.898Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d146ea75-9958-432f-8d66-f17522a8817a 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-09-02T18:07:48.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630605899947,
  "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-09-02T18:07:48.908Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d146ea75-9958-432f-8d66-f17522a8817a
2021-09-02T18:07:48.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d146ea75-9958-432f-8d66-f17522a8817a 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-09-02T18:07:48.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "aai-ml",
  "timestamp": 1630605901018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:07:48.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "clamp",
  "timestamp": 1630605901745,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:07:48.915Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "aai-ml",
  "timestamp": 1630605902020,
  "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-09-02T18:07:48.919Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d146ea75-9958-432f-8d66-f17522a8817a
2021-09-02T18:07:48.919Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d146ea75-9958-432f-8d66-f17522a8817a 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-09-02T18:07:48.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "clamp",
  "timestamp": 1630605903750,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:07:48.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "clamp",
  "timestamp": 1630605904753,
  "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-09-02T18:07:48.929Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d146ea75-9958-432f-8d66-f17522a8817a
2021-09-02T18:07:48.929Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d146ea75-9958-432f-8d66-f17522a8817a 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-09-02T18:07:48.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b7a44b-c045-4dc9-8a92-2924d0e890ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605930619,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T18:07:48.935Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T18:07:48.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-02T18:07:48.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-02T18:07:48.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:07:48.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605873246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:07:48.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:07:48.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605939923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:07:48.937Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605942633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:07:48.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605944612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:07:48.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605946414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:07:48.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605947493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T18:07:48.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:07:48.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:07:48.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605948495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T18:07:48.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:08:08.856Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d146ea75-9958-432f-8d66-f17522a8817a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T18:08:08.866Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d146ea75-9958-432f-8d66-f17522a8817a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T18:08:08.868Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T18:08:08.868Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T18:08:08.868Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T18:08:08.868Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T18:08:08.868Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:08:08.868Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:08:08.868Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:08:08.869Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:08:08.869Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:08:08.869Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:08:08.869Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:08:08.869Z|d146ea75-9958-432f-8d66-f17522a8817a|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-09-02T18:08:08.873Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T18:08:38.873Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d146ea75-9958-432f-8d66-f17522a8817a 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-09-02T18:08:38.876Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d146ea75-9958-432f-8d66-f17522a8817a and serviceModelVersionId: 21774169-4a0d-4f8a-b460-9a274ff55f3e
2021-09-02T18:08:38.876Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 62970afb-ca39-4947-a9a8-f0c9f630fe81
2021-09-02T18:08:38.877Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/62970afb-ca39-4947-a9a8-f0c9f630fe81/model-vers/model-ver/21774169-4a0d-4f8a-b460-9a274ff55f3e?depth=0
2021-09-02T18:08:38.881Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T18:08:38.902Z|d146ea75-9958-432f-8d66-f17522a8817a|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/62970afb-ca39-4947-a9a8-f0c9f630fe81/model-vers/model-ver/21774169-4a0d-4f8a-b460-9a274ff55f3e?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-09-02T18:08:38.902Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/62970afb-ca39-4947-a9a8-f0c9f630fe81/model-vers/model-ver/21774169-4a0d-4f8a-b460-9a274ff55f3e?depth=0|INFO|500||Invoke
2021-09-02T18:08:38.916Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/62970afb-ca39-4947-a9a8-f0c9f630fe81/model-vers/model-ver/21774169-4a0d-4f8a-b460-9a274ff55f3e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T18:08:39.328Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/62970afb-ca39-4947-a9a8-f0c9f630fe81/model-vers/model-ver/21774169-4a0d-4f8a-b460-9a274ff55f3e?depth=0|INFO|500||InvokeReturn
2021-09-02T18:08:39.328Z|d146ea75-9958-432f-8d66-f17522a8817a|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/62970afb-ca39-4947-a9a8-f0c9f630fe81/model-vers/model-ver/21774169-4a0d-4f8a-b460-9a274ff55f3e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210902-18:08:38:921-20942], vertex-id=[225312], Content-Length=[0], Date=[Thu, 02 Sep 2021 18:08:38 GMT], Content-Type=[application/json]}
2021-09-02T18:08:39.329Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-09-02T18:08:39.329Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T18:08:39.329Z|d146ea75-9958-432f-8d66-f17522a8817a|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-09-02T18:08:39.332Z|d146ea75-9958-432f-8d66-f17522a8817a|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-09-02T18:08:39.333Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d146ea75-9958-432f-8d66-f17522a8817a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T18:08:39.333Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T18:08:39.333Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:08:39.336Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:08:39.336Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606119333,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T18:08:39.436Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:08:39.436Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:08:39.437Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:08:39.445Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:08:39.446Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 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-09-02T18:08:40.345Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-02T18:08:40.345Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9317b60-10db-42d9-b86a-109091e43b74","serviceName":"Demo_pNF_IlZYxP1ETzMUkeVeYb7v","serviceVersion":"1.0","serviceUUID":"0824062b-6d95-471e-88c7-d213395b2c70","serviceDescription":"catalog service description","serviceInvariantUUID":"17c97a99-0f4d-4943-81fe-c5cbe67686ff","resources":[{"resourceInstanceName":"pNF b35c968b-033d 0","resourceName":"pNF b35c968b-033d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b0436b7f-012b-4b34-801a-6bbdece8fd89","resourceInvariantUUID":"0c65bdb8-8eb7-41df-abd1-8e4f0a603ea2","resourceCustomizationUUID":"8dbc2db2-e7b5-42da-af73-5da76307e03a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vf-license-model.xml","artifactChecksum":"YjhmMjY4ZGUzZTIxNDhlNzIyOWIxOWU5YTZmOTkzMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d54d80a6-7f1e-49d1-857c-22d2ab1bc689","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/pNF.csar","artifactChecksum":"NjJiZDQ5MjcxMGEyNGY4MTZjZDM1MjhjN2Y2MTRlOWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28f6ce32-9984-42f0-9981-abcac8eb1771","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9d0d0f5-1402-4c75-b937-f95c925f52e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vendor-license-model.xml","artifactChecksum":"OGJkM2QzN2MzODVmZWNhZDNkMWE5YWU2NjM4MGYwNTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"29e688a9-3177-473c-9eb5-589b02bf6998","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8d20ecc-b967-49f5-8646-8ca8d16b0810","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9568e5fb-902a-4d7e-8083-44dd23d8e4cb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIlzyxp1etzmukeveyb7v-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-template.yml","artifactChecksum":"ZDhlNTUzZWE4MGVjMTM2M2FlYmM0NjY0NTM1MGU1Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4b5f571-4322-464f-a8b9-38adc824b675","artifactVersion":"1"},{"artifactName":"service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar","artifactChecksum":"N2M2MmVhMzdhNTk4MGUyMGMzYmMxNjI3MDg4ZGEzMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8aeef5f-18be-43c9-b52a-7ad71a09a337","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T18:08:40.346Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:08:40.346Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:08:40.348Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:08:40.348Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:08:40.448Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:08:40.449Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:08:40.449Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:08:40.455Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:08:40.455Z||pool-129-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:08:41.348Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:08:41.350Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:08:41.351Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:08:41.351Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:08:41.452Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:08:41.452Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:08:41.452Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:08:41.458Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:08:41.459Z||pool-130-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-02T18:08:42.352Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:08:42.353Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:08:42.355Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:08:42.355Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:08:42.455Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:08:42.455Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:08:42.455Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:08:42.463Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:08:42.463Z||pool-131-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:08:43.355Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:08:43.356Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:08:43.358Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:08:43.358Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:08:43.458Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:08:43.459Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:08:43.459Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:08:43.465Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:08:43.465Z||pool-132-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:08:44.359Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:08:44.359Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:08:44.360Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:08:44.361Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:08:44.461Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:08:44.461Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:08:44.461Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:08:44.467Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:08:44.467Z||pool-133-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:08:45.361Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:08:45.362Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:08:45.364Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:08:45.364Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:08:45.464Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:08:45.464Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:08:45.464Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:08:45.470Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:08:45.471Z||pool-134-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:08:46.364Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:08:46.365Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:08:46.367Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:08:46.367Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:08:46.467Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:08:46.467Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:08:46.468Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:08:46.474Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:08:46.475Z||pool-135-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:08:47.368Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T18:08:47.368Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:08:47.370Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:08:47.370Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:08:47.470Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:08:47.471Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:08:47.471Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:08:47.476Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:08:47.476Z||pool-136-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:08:48.371Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "serviceName": "Demo_pNF_IlZYxP1ETzMUkeVeYb7v",
  "serviceVersion": "1.0",
  "serviceUUID": "0824062b-6d95-471e-88c7-d213395b2c70",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "17c97a99-0f4d-4943-81fe-c5cbe67686ff",
  "resources": [
    {
      "resourceInstanceName": "pNF b35c968b-033d 0",
      "resourceCustomizationUUID": "8dbc2db2-e7b5-42da-af73-5da76307e03a",
      "resourceName": "pNF b35c968b-033d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b0436b7f-012b-4b34-801a-6bbdece8fd89",
      "resourceInvariantUUID": "0c65bdb8-8eb7-41df-abd1-8e4f0a603ea2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
      "artifactChecksum": "N2M2MmVhMzdhNTk4MGUyMGMzYmMxNjI3MDg4ZGEzMTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c8aeef5f-18be-43c9-b52a-7ad71a09a337"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T18:08:48.371Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T18:08:48.372Z|d146ea75-9958-432f-8d66-f17522a8817a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0824062b-6d95-471e-88c7-d213395b2c70 ASDC
2021-09-02T18:08:48.372Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a9317b60-10db-42d9-b86a-109091e43b74
ServiceName:Demo_pNF_IlZYxP1ETzMUkeVeYb7v
ServiceVersion:1.0
ServiceUUID:0824062b-6d95-471e-88c7-d213395b2c70
ServiceInvariantUUID:17c97a99-0f4d-4943-81fe-c5cbe67686ff
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
ArtifactUUID:c8aeef5f-18be-43c9-b52a-7ad71a09a337
ArtifactChecksum:N2M2MmVhMzdhNTk4MGUyMGMzYmMxNjI3MDg4ZGEzMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b35c968b-033d 0
ResourceCustomizationUUID:8dbc2db2-e7b5-42da-af73-5da76307e03a
ResourceInvariantUUID:0c65bdb8-8eb7-41df-abd1-8e4f0a603ea2
ResourceName:pNF b35c968b-033d
ResourceType:PNF
ResourceUUID:b0436b7f-012b-4b34-801a-6bbdece8fd89
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-02T18:08:48.372Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0824062b-6d95-471e-88c7-d213395b2c70 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-09-02T18:08:48.390Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T18:08:48.391Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T18:08:48.391Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T18:08:48.391Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c8aeef5f-18be-43c9-b52a-7ad71a09a337 from URL: /sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:48.391Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-02T18:08:48.391Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:48.724Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-02T18:08:48.730Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar c8aeef5f-18be-43c9-b52a-7ad71a09a337 82554
2021-09-02T18:08:48.731Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar ASDC sendASDCNotification
2021-09-02T18:08:48.731Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:48.731Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T18:08:48.731Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:08:48.733Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:08:48.733Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606128731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:08:48.833Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:08:48.833Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:08:48.834Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:08:48.839Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:08:48.840Z||pool-137-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-02T18:08:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:08:48.845Z||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-09-02T18:08:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:08:48.856Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:08:48.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:08:48.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605949498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-02T18:08:48.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:08:48.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:08:48.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630605950502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:08:48.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:08:49.733Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T18:08:49.734Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-02T18:08:49.735Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c8aeef5f-18be-43c9-b52a-7ad71a09a337, URL: /sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar to file: /app/ASDC/1/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:49.735Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:49.735Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:49.735Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:49.802Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11448813033913345934/Definitions/service-DemoPnfIlzyxp1etzmukeveyb7v-template.yml
2021-09-02T18:08:50.253Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T18:08:50.253Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T18:08:50.253Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:50.253Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-02T18:08:50.253Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b35c968b-033d 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-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:50.253Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||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-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:50.253Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:50.253Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||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-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:50.253Z|a9317b60-10db-42d9-b86a-109091e43b74|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-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:50.254Z|a9317b60-10db-42d9-b86a-109091e43b74|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-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:50.254Z|a9317b60-10db-42d9-b86a-109091e43b74|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-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:50.254Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-02T18:08:50.254Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:08:50.254Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_IlZYxP1ETzMUkeVeYb7v is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:08:50.254Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Node template pNF b35c968b-033d 0 is matching search criteria
2021-09-02T18:08:50.254Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T18:08:50.254Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF b35c968b-033d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T18:08:50.254Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:08:50.255Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_IlZYxP1ETzMUkeVeYb7v is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:08:50.255Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Node template pNF b35c968b-033d 0 is matching search criteria
2021-09-02T18:08:50.255Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-02T18:08:50.255Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF b35c968b-033d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T18:08:50.255Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:08:50.255Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_IlZYxP1ETzMUkeVeYb7v is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:08:50.255Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:08:50.255Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_IlZYxP1ETzMUkeVeYb7v is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:08:50.255Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:08:50.256Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_IlZYxP1ETzMUkeVeYb7v is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:08:50.256Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:08:50.256Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_IlZYxP1ETzMUkeVeYb7v is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:08:50.256Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:08:50.256Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_IlZYxP1ETzMUkeVeYb7v is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:08:50.256Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_IlZYxP1ETzMUkeVeYb7v
Description:catalog service description
Model UUID:0824062b-6d95-471e-88c7-d213395b2c70
Model Version:NULL
Model InvariantUuid:17c97a99-0f4d-4943-81fe-c5cbe67686ff
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-09-02T18:08:50.261Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: b0436b7f-012b-4b34-801a-6bbdece8fd89
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-09-02T18:08:50.263Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||pNF b35c968b-033d 0
2021-09-02T18:08:50.264Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b0436b7f-012b-4b34-801a-6bbdece8fd89
2021-09-02T18:08:50.264Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 0824062b-6d95-471e-88c7-d213395b2c70
2021-09-02T18:08:50.264Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0824062b-6d95-471e-88c7-d213395b2c70
2021-09-02T18:08:50.264Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b35c968b-033d 0 b0436b7f-012b-4b34-801a-6bbdece8fd89 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-09-02T18:08:50.267Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bcbb716, org.onap.sdc.toscaparser.api.parameters.Input@dcaba20, org.onap.sdc.toscaparser.api.parameters.Input@72f02b7e, org.onap.sdc.toscaparser.api.parameters.Input@4bfe7239, org.onap.sdc.toscaparser.api.parameters.Input@3dfb1f57]
2021-09-02T18:08:50.267Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:08:50.267Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_IlZYxP1ETzMUkeVeYb7v is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:08:50.268Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0824062b-6d95-471e-88c7-d213395b2c70: pNF b35c968b-033d
2021-09-02T18:08:50.268Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||Processing PNF resource: b0436b7f-012b-4b34-801a-6bbdece8fd89
2021-09-02T18:08:50.268Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T18:08:50.268Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_IlZYxP1ETzMUkeVeYb7v is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T18:08:50.268Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||Resource customization UUID: 8dbc2db2-e7b5-42da-af73-5da76307e03a is the same as notified resource customizationUUID: 8dbc2db2-e7b5-42da-af73-5da76307e03a
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-09-02T18:08:50.291Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b35c968b-033d b0436b7f-012b-4b34-801a-6bbdece8fd89 0 ASDC deployResourceStructure
2021-09-02T18:08:50.292Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar ASDC sendASDCNotification
2021-09-02T18:08:50.292Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar
2021-09-02T18:08:50.292Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T18:08:50.292Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:08:50.294Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:08:50.294Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606130291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:08:50.394Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:08:50.395Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:08:50.395Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:08:50.401Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:08:50.401Z||pool-138-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-02T18:08:51.294Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9317b60-10db-42d9-b86a-109091e43b74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T18:08:51.304Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9317b60-10db-42d9-b86a-109091e43b74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T18:08:51.306Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T18:08:51.306Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T18:08:51.307Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T18:09:21.307Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9317b60-10db-42d9-b86a-109091e43b74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T18:09:21.316Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9317b60-10db-42d9-b86a-109091e43b74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T18:09:21.318Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T18:09:21.318Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T18:09:21.318Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T18:09:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:09:48.845Z||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-09-02T18:09:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:09:48.865Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:09:48.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "aai-ml",
  "timestamp": 1630606006338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630606007528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630606008224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "policy-id",
  "timestamp": 1630606003542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "dcae-sch",
  "timestamp": 1630606008922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "aai-ml",
  "timestamp": 1630606006338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630606007528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630606008224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "policy-id",
  "timestamp": 1630606003542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "dcae-sch",
  "timestamp": 1630606008922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "aai-ml",
  "timestamp": 1630606006338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630606007528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630606008224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "policy-id",
  "timestamp": 1630606003542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "dcae-sch",
  "timestamp": 1630606008922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "cds",
  "timestamp": 1630606011627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "aai-ml",
  "timestamp": 1630606006338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630606007528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630606008224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "policy-id",
  "timestamp": 1630606003542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "dcae-sch",
  "timestamp": 1630606008922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "cds",
  "timestamp": 1630606011627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "aai-ml",
  "timestamp": 1630606006338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630606007528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630606008224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "policy-id",
  "timestamp": 1630606003542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "dcae-sch",
  "timestamp": 1630606008922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "cds",
  "timestamp": 1630606011627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630606013987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "aai-ml",
  "timestamp": 1630606006338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630606007528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630606008224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "policy-id",
  "timestamp": 1630606003542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "dcae-sch",
  "timestamp": 1630606008922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "cds",
  "timestamp": 1630606011627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630606013987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "aai-ml",
  "timestamp": 1630606006338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630606007528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630606008224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "policy-id",
  "timestamp": 1630606003542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "dcae-sch",
  "timestamp": 1630606008922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "cds",
  "timestamp": 1630606011627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630606013987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "aai-ml",
  "timestamp": 1630606006338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630606007528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630606008224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "policy-id",
  "timestamp": 1630606003542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "dcae-sch",
  "timestamp": 1630606008922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "cds",
  "timestamp": 1630606011627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630606013987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "cds",
  "timestamp": 1630606011627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630606013987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630606018654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630606019125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "aai-ml",
  "timestamp": 1630606019128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "policy-id",
  "timestamp": 1630606019132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "cds",
  "timestamp": 1630606011627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630606013987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630606019672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:09:48.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "policy-id",
  "timestamp": 1630606020136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:09:48.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:09:48.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630606013987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630606020674,
  "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-09-02T18:09:48.882Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a9317b60-10db-42d9-b86a-109091e43b74
2021-09-02T18:09:48.882Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9317b60-10db-42d9-b86a-109091e43b74 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-09-02T18:09:48.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630606020750,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:09:48.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:09:48.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "cds",
  "timestamp": 1630606021117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:09:48.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:09:48.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "policy-id",
  "timestamp": 1630606021138,
  "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-09-02T18:09:48.891Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9317b60-10db-42d9-b86a-109091e43b74
2021-09-02T18:09:48.891Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9317b60-10db-42d9-b86a-109091e43b74 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-09-02T18:09:48.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630606013987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:09:48.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630606021752,
  "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-09-02T18:09:48.900Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9317b60-10db-42d9-b86a-109091e43b74
2021-09-02T18:09:48.900Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9317b60-10db-42d9-b86a-109091e43b74 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-09-02T18:09:48.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "cds",
  "timestamp": 1630606022121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-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-09-02T18:09:48.910Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9317b60-10db-42d9-b86a-109091e43b74
2021-09-02T18:09:48.910Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9317b60-10db-42d9-b86a-109091e43b74 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-09-02T18:09:48.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "aai-ml",
  "timestamp": 1630606023728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:09:48.917Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:09:48.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "aai-ml",
  "timestamp": 1630606024731,
  "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-09-02T18:09:48.921Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9317b60-10db-42d9-b86a-109091e43b74
2021-09-02T18:09:48.921Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9317b60-10db-42d9-b86a-109091e43b74 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-09-02T18:09:48.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "clamp",
  "timestamp": 1630606028246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "clamp",
  "timestamp": 1630606028246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "clamp",
  "timestamp": 1630606028246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "clamp",
  "timestamp": 1630606028246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "clamp",
  "timestamp": 1630606028246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "clamp",
  "timestamp": 1630606028246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "clamp",
  "timestamp": 1630606028246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "clamp",
  "timestamp": 1630606028246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:09:48.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "clamp",
  "timestamp": 1630606039761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:09:48.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:09:48.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "clamp",
  "timestamp": 1630606041766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:09:48.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:09:48.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd72f61-7a95-4bad-bf3b-6235bb534a65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606041921,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T18:09:48.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:09:48.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "clamp",
  "timestamp": 1630606042769,
  "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-09-02T18:09:48.933Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9317b60-10db-42d9-b86a-109091e43b74
2021-09-02T18:09:48.933Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9317b60-10db-42d9-b86a-109091e43b74 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-09-02T18:09:48.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/resourceInstances/pnfb29c13d962740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:09:48.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:09:48.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:09:48.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606056222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:09:48.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:09:48.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T18:09:48.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606057841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNd6mmxiv8nt4ltuo6ske/1.0/artifacts/service-DemoPnfNd6mmxiv8nt4ltuo6ske-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:09:48.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:09:51.319Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9317b60-10db-42d9-b86a-109091e43b74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-02T18:09:51.330Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9317b60-10db-42d9-b86a-109091e43b74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-02T18:09:51.332Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T18:09:51.332Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T18:09:51.332Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T18:09:51.332Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T18:09:51.332Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:09:51.333Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:09:51.333Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:09:51.333Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:09:51.333Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:09:51.333Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:09:51.333Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T18:09:51.333Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:09:51.338Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T18:10:21.338Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9317b60-10db-42d9-b86a-109091e43b74 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-09-02T18:10:21.344Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9317b60-10db-42d9-b86a-109091e43b74 and serviceModelVersionId: 0824062b-6d95-471e-88c7-d213395b2c70
2021-09-02T18:10:21.344Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 17c97a99-0f4d-4943-81fe-c5cbe67686ff
2021-09-02T18:10:21.344Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/17c97a99-0f4d-4943-81fe-c5cbe67686ff/model-vers/model-ver/0824062b-6d95-471e-88c7-d213395b2c70?depth=0
2021-09-02T18:10:21.350Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T18:10:21.370Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/17c97a99-0f4d-4943-81fe-c5cbe67686ff/model-vers/model-ver/0824062b-6d95-471e-88c7-d213395b2c70?depth=0|INFO|500||Invoke
2021-09-02T18:10:21.370Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/17c97a99-0f4d-4943-81fe-c5cbe67686ff/model-vers/model-ver/0824062b-6d95-471e-88c7-d213395b2c70?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/17c97a99-0f4d-4943-81fe-c5cbe67686ff/model-vers/model-ver/0824062b-6d95-471e-88c7-d213395b2c70?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9317b60-10db-42d9-b86a-109091e43b74], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43100e21-e1fe-4ed4-840f-5250b00cfb19], X-ECOMP-RequestID=[a9317b60-10db-42d9-b86a-109091e43b74], X-TransactionId=[], X-ONAP-RequestID=[a9317b60-10db-42d9-b86a-109091e43b74], Content-Type=[application/merge-patch+json]}
2021-09-02T18:10:21.384Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/17c97a99-0f4d-4943-81fe-c5cbe67686ff/model-vers/model-ver/0824062b-6d95-471e-88c7-d213395b2c70?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T18:10:21.538Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/17c97a99-0f4d-4943-81fe-c5cbe67686ff/model-vers/model-ver/0824062b-6d95-471e-88c7-d213395b2c70?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/17c97a99-0f4d-4943-81fe-c5cbe67686ff/model-vers/model-ver/0824062b-6d95-471e-88c7-d213395b2c70?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210902-18:10:21:389-21634], vertex-id=[229408], Content-Length=[0], Date=[Thu, 02 Sep 2021 18:10:21 GMT], Content-Type=[application/json]}
2021-09-02T18:10:21.539Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/17c97a99-0f4d-4943-81fe-c5cbe67686ff/model-vers/model-ver/0824062b-6d95-471e-88c7-d213395b2c70?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-02T18:10:21.539Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/17c97a99-0f4d-4943-81fe-c5cbe67686ff/model-vers/model-ver/0824062b-6d95-471e-88c7-d213395b2c70?depth=0|INFO|500||InvokeReturn
2021-09-02T18:10:21.540Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T18:10:21.540Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:10:21.544Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:10:21.545Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9317b60-10db-42d9-b86a-109091e43b74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T18:10:21.545Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T18:10:21.545Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-02T18:10:21.547Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T18:10:21.547Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606221545,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T18:10:21.647Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T18:10:21.648Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T18:10:21.648Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UD42kDim4qpsrs85) ...
2021-09-02T18:10:21.657Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:10:21.657Z||pool-139-thread-1|||||INFO|500||cambria reply ok (9 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-09-02T18:10:22.557Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:10:22.558Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:10:22.558Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:10:32.724Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:10:32.725Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:10:32.725Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:10:32.725Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:10:42.251Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:10:42.251Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:10:42.251Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:10:42.252Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:10:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:10:48.845Z||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-09-02T18:10:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:10:48.858Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:10:48.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T18:10:48.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d146ea75-9958-432f-8d66-f17522a8817a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606119333,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T18:10:48.859Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:10:48.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T18:10:48.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:10:48.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:10:48.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T18:10:48.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:10:48.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:10:48.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T18:10:48.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:10:48.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:10:48.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T18:10:48.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:10:48.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:10:48.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T18:10:48.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:10:48.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:10:48.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T18:10:48.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/resourceInstances/pnfb35c968b033d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:10:48.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:10:48.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T18:10:48.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T18:10:48.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:10:48.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T18:10:48.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606042934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T18:10:48.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T18:10:48.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T18:10:48.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606128731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T18:10:48.861Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:10:51.780Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:10:51.780Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:10:51.781Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:10:51.781Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:11:01.308Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:11:01.309Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:11:01.309Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:11:01.309Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:11:10.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:11:10.844Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:11:10.844Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:11:10.844Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:11:20.370Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:11:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:11:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:11:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:11:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:11:48.844Z||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-09-02T18:11:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:11:48.860Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:11:48.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-02T18:11:48.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606130291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIlzyxp1etzmukeveyb7v/1.0/artifacts/service-DemoPnfIlzyxp1etzmukeveyb7v-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T18:11:48.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:11:58.373Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:12:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:12:48.844Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:12:48.844Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:12:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:12:48.845Z||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-09-02T18:12:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:12:49.364Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:12:49.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T18:12:49.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9317b60-10db-42d9-b86a-109091e43b74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630606221545,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T18:12:49.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T18:12:58.379Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:13:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:13:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:13:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:13:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:13:48.845Z||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-09-02T18:13:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:13:58.376Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:13:58.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:14:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:14:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:14:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:14:48.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:14:48.845Z||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-09-02T18:14:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:14:58.378Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:14:58.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:15:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:15:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:15:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:15:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:15:48.845Z||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-09-02T18:15:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:15:58.377Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:15:58.379Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:16:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:16:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:16:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:16:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:16:48.845Z||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-09-02T18:16:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:16:58.376Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:16:58.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:17:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:17:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:17:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:17:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:17:48.845Z||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-09-02T18:17:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:17:58.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:17:58.379Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:18:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:18:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:18:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:18:48.844Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:18:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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-09-02T18:18:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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 UD42kDim4qpsrs85) ...
2021-09-02T18:18:58.377Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:18:58.380Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:19:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:19:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:19:48.844Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:19:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:19:48.845Z||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-09-02T18:19:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:19:58.376Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:19:58.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:20:48.844Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:20:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:20:48.844Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:20:48.844Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:20:48.845Z||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-09-02T18:20:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:20:58.376Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:20:58.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:21:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:21:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:21:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:21:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:21:48.845Z||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-09-02T18:21:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:21:58.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:21:58.381Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:22:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:22:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:22:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:22:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:22:48.844Z||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-09-02T18:22:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:22:58.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:22:58.378Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:23:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:23:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:23:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:23:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:23:48.844Z||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-09-02T18:23:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:23:58.377Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:23:58.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:24:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:24:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:24:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:24:48.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:24:48.845Z||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-09-02T18:24:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:24:58.372Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:24:58.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:25:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:25:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:25:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:25:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:25:48.845Z||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-09-02T18:25:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:25:58.378Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:25:58.383Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:26:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:26:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:26:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:26:48.844Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:26:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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-09-02T18:26:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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 UD42kDim4qpsrs85) ...
2021-09-02T18:26:58.375Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:26:58.376Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:27:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:27:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:27:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:27:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:27:48.845Z||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-09-02T18:27:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:27:58.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:27:58.380Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:28:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:28:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:28:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:28:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:28:48.845Z||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-09-02T18:28:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:28:58.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:28:58.376Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:29:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:29:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:29:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:29:48.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:29:48.844Z||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-09-02T18:29:48.844Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:29:58.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:29:58.382Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:30:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:30:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:30:48.844Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:30:48.844Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:30:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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-09-02T18:30:48.845Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|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 UD42kDim4qpsrs85) ...
2021-09-02T18:30:58.378Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:30:58.379Z|aaea877c-1df7-4a8e-810e-d3f9ab88bec5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:31:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:31:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:31:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:31:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:31:48.845Z||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-09-02T18:31:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:31:58.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:31:58.380Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:32:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:32:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:32:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:32:48.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:32:48.844Z||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-09-02T18:32:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:32:58.377Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:32:58.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:33:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:33:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:33:48.844Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:33:48.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:33:48.845Z||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-09-02T18:33:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:33:58.378Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:33:58.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:34:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:34:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:34:48.844Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:34:48.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:34:48.844Z||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-09-02T18:34:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:34:58.376Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:34:58.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:35:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:35:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:35:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:35:48.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:35:48.845Z||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-09-02T18:35:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:35:58.378Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:35:58.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:36:26.844Z||http-nio-8085-exec-10|||||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)
2021-09-02T18:36:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:36:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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-09-02T18:36:48.843Z|a9317b60-10db-42d9-b86a-109091e43b74|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 UD42kDim4qpsrs85) ...
2021-09-02T18:36:48.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T18:36:48.845Z||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-09-02T18:36:48.845Z||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 UD42kDim4qpsrs85) ...
2021-09-02T18:36:58.389Z|a9317b60-10db-42d9-b86a-109091e43b74|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T18:36:58.389Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK