By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-05-26T11:47:01.445Z||main|||||INFO|500||The following profiles are active: basic 2022-05-26T11:47:12.146Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-26T11:47:12.147Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-26T11:47:12.351Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-26T11:47:16.194Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-26T11:47:16.578Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-26T11:47:17.052Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-26T11:47:17.061Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-26T11:47:17.213Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-26T11:47:17.463Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-26T11:47:18.025Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-26T11:47:19.726Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-26T11:47:21.908Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-26T11:47:21.968Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-26T11:47:22.579Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-26T11:47:22.873Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-05-26T11:47:23.958Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-26T11:47:24.976Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-26T11:47:24.995Z||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$$7b5c92.deployActivities( ) at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-05-26T11:47:24.995Z||main|||||WARN|500||The sdc end point is not alive 2022-05-26T11:47:28.029Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-05-26T11:47:31.080Z||main|||||WARN|500||--- 2022-05-26T11:47:31.081Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-26T11:47:31.081Z||main|||||WARN|500||--- 2022-05-26T11:47:31.534Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-26T11:47:36.444Z||main|||||INFO|500||Started Application in 38.904 seconds (JVM running for 41.44) 2022-05-26T11:47:36.457Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-26T11:47:36.465Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-26T11:47:36.478Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-26T11:47:36.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-26T11:47:36.543Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 349f6938-c296-4a10-b272-1cfd25128ed7 url= /sdc/v1/artifactTypes 2022-05-26T11:47:36.544Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-26T11:47:36.811Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-26T11:47:36.836Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-05-26T11:47:36.865Z||scheduling-1|||||DEBUG|500||create keys 2022-05-26T11:47:36.874Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-26T11:47:36.910Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:47:36.927Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 294a04da-ee55-4608-ab3e-c79fcb77f09e url= /sdc/v1/registerForDistribution 2022-05-26T11:47:37.103Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 294a04da-ee55-4608-ab3e-c79fcb77f09e url= /sdc/v1/registerForDistribution 2022-05-26T11:47:37.103Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-26T11:47:37.113Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:47:37.113Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:47:37.117Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-26T11:47:37.127Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:47:37.127Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:47:37.127Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:47:37.127Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:47:47.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:47:47.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:48:37.110Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:48:37.112Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:48:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:48:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:48:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:48:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:48:46.679Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:48:46.679Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:49:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:49:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:49:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:49:37.113Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:49:37.115Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:49:37.116Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:49:46.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:49:46.746Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:50:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:50:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:50:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:50:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:50:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:50:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:50:46.678Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:50:46.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:51:37.110Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:51:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:51:37.113Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:51:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:51:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:51:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:51:46.676Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:51:46.678Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:52:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:52:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:52:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:52:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:52:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:52:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:52:46.732Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:52:46.732Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:53:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:53:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:53:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:53:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:53:37.114Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:53:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:53:46.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:53:46.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:54:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:54:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:54:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:54:37.113Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:54:37.116Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:54:37.116Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:54:46.704Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:54:46.704Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:55:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:55:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:55:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:55:37.112Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:55:37.113Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:55:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:55:46.671Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:55:46.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:56:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:56:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:56:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:56:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:56:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:56:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:56:46.675Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:56:46.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:57:06.296Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-26T11:57:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:57:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:57:37.114Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:57:37.114Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:57:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:57:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:57:46.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:57:46.698Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:58:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:58:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:58:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:58:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:58:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:58:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:58:46.669Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:58:46.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:59:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:59:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:59:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:59:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T11:59:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T11:59:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T11:59:46.677Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T11:59:46.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:00:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:00:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:00:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:00:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:00:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:00:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:00:46.665Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:00:46.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:01:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:01:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:01:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:01:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:01:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:01:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:01:46.667Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:01:46.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:02:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:02:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:02:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:02:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:02:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:02:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:02:46.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:02:46.669Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:03:37.110Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:03:37.111Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:03:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:03:37.113Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:03:37.114Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:03:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:03:46.671Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:03:46.672Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:04:37.111Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:04:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:04:37.114Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:04:37.114Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:04:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:04:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:04:46.668Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:04:46.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:05:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:05:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:05:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:05:37.113Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:05:37.115Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:05:37.116Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:05:46.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:05:46.670Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:06:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:06:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:06:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:06:37.113Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:06:37.114Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:06:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:06:46.662Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:06:46.665Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:07:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:07:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:07:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:07:37.112Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:07:37.113Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:07:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:07:46.664Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:07:46.667Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:08:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:08:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:08:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:08:37.112Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:08:37.113Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:08:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:08:46.662Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:08:46.671Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:09:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:09:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:09:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:09:37.112Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:09:37.113Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:09:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:09:46.665Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:09:46.669Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:10:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:10:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:10:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:10:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:10:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:10:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:10:46.670Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:10:46.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:11:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:11:37.112Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:11:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:11:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:11:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:11:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:11:46.663Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:11:46.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:12:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:12:37.112Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:12:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:12:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:12:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:12:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:12:46.669Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:12:46.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:13:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:13:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:13:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:13:37.112Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:13:37.113Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:13:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:13:46.663Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:13:46.666Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:14:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:14:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:14:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:14:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:14:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:14:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:14:46.691Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:14:46.691Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:15:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:15:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:15:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:15:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:15:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:15:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:15:46.659Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:15:46.662Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:16:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:16:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:16:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:16:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:16:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:16:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:16:46.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:16:46.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:17:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:17:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:17:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:17:37.112Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:17:37.114Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:17:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:17:46.665Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:17:46.671Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:18:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:18:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:18:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:18:37.113Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:18:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:18:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:18:46.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:18:46.699Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:19:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:19:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:19:37.118Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:19:37.118Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:19:37.118Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:19:37.118Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:19:46.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:19:46.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:20:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:20:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:20:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:20:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:20:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:20:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:20:46.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:20:46.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:21:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:21:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:21:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:21:37.112Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:21:37.113Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:21:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:21:46.672Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:21:46.672Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:22:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:22:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:22:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:22:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:22:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:22:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:22:46.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:22:46.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:23:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:23:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:23:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:23:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:23:37.114Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:23:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:23:46.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:23:46.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:24:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:24:37.112Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:24:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:24:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:24:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:24:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:24:46.665Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:24:46.665Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:25:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:25:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:25:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:25:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:25:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:25:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:25:46.666Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:25:46.666Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:26:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:26:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:26:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:26:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:26:37.114Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:26:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:26:46.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:26:46.671Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:27:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:27:37.112Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:27:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:27:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:27:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:27:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:27:46.676Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:27:46.676Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:28:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:28:37.112Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:28:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:28:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:28:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:28:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:28:46.711Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:28:46.714Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:29:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:29:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:29:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:29:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:29:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:29:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:29:46.673Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:29:46.686Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:30:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:30:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:30:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:30:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:30:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:30:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:30:46.680Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:30:46.681Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:31:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:31:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:31:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:31:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:31:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:31:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:31:46.668Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:31:46.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:32:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:32:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:32:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:32:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:32:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:32:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:32:46.666Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:32:46.670Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:33:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:33:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:33:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:33:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:33:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:33:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:33:46.668Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:33:46.668Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:34:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:34:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:34:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:34:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:34:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:34:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:34:46.669Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:34:46.672Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:35:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:35:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:35:37.114Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:35:37.114Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:35:37.115Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:35:37.115Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:35:46.671Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:35:46.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:36:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:36:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:36:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:36:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:36:37.114Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:36:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:36:46.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:36:46.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:37:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:37:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:37:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:37:37.112Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:37:37.113Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:37:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:37:46.664Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:37:46.672Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:38:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:38:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:38:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:38:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:38:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:38:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:38:46.667Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:38:46.667Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:39:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:39:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:39:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:39:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:39:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:39:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:39:46.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:39:46.675Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:40:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:40:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:40:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:40:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:40:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:40:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:40:46.663Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:40:46.665Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:41:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:41:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:41:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:41:37.113Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:41:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:41:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:41:46.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:41:46.672Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:42:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:42:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:42:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:42:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:42:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:42:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:42:46.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:42:46.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:43:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:43:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:43:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:43:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:43:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:43:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:43:46.668Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:43:46.672Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:44:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:44:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:44:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:44:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:44:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:44:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:44:46.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:44:46.701Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:45:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:45:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:45:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:45:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:45:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:45:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:45:46.671Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:45:46.671Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:46:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:46:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:46:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:46:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:46:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:46:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:46:46.667Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:46:46.682Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:47:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:47:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:47:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:47:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:47:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:47:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:47:46.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:47:46.690Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:48:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:48:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:48:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:48:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:48:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:48:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:48:46.665Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:48:46.666Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:49:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:49:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:49:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:49:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:49:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:49:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:49:46.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:49:46.669Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:50:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:50:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:50:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:50:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:50:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:50:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:50:46.666Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:50:46.666Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:51:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:51:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:51:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:51:37.113Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:51:37.113Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:51:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:51:46.665Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:51:46.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:52:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:52:37.112Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:52:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:52:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:52:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:52:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:52:46.677Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:52:46.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:53:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:53:37.112Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:53:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:53:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:53:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:53:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:53:46.690Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:53:46.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:54:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:54:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:54:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:54:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:54:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:54:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:54:46.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:54:46.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:55:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:55:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:55:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:55:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:55:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:55:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:55:46.658Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:55:46.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:56:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:56:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:56:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:56:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:56:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:56:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:56:46.670Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:56:46.675Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:57:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:57:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:57:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:57:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:57:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:57:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:57:46.670Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:57:46.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:58:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:58:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:58:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:58:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:58:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:58:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:58:46.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:58:46.691Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:59:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:59:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:59:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:59:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T12:59:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T12:59:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T12:59:46.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T12:59:46.713Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:00:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:00:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:00:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:00:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:00:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:00:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:00:46.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:00:46.672Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:01:37.111Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:01:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:01:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:01:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:01:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:01:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:01:46.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:01:46.689Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:02:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:02:37.112Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:02:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:02:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:02:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:02:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:02:46.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:02:46.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:03:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:03:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:03:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:03:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:03:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:03:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:03:46.664Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:03:46.664Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:04:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:04:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:04:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:04:37.112Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:04:37.113Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:04:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:04:46.661Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:04:46.663Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:05:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:05:37.112Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:05:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:05:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:05:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:05:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:05:46.668Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:05:46.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:06:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:06:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:06:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:06:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:06:37.114Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:06:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:06:46.667Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:06:46.667Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:07:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:07:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:07:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:07:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:07:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:07:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:07:46.666Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:07:46.667Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:08:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:08:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:08:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:08:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:08:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:08:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:08:46.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:08:46.673Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:09:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:09:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:09:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:09:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:09:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:09:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:09:46.693Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:09:46.693Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:10:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:10:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:10:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:10:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:10:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:10:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:10:46.665Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:10:46.665Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:11:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:11:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:11:37.114Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:11:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:11:37.114Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:11:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:11:46.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:11:46.705Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:12:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:12:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:12:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:12:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:12:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:12:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:12:46.700Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:12:46.700Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:13:37.110Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:13:37.111Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:13:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:13:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:13:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:13:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:13:46.662Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:13:46.666Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:14:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:14:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:14:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:14:37.113Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:14:37.115Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:14:37.115Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:14:46.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:14:46.679Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:15:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:15:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:15:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:15:37.113Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:15:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:15:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:15:46.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:15:46.685Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:16:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:16:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:16:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:16:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:16:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:16:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:16:46.671Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:16:46.671Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:17:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:17:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:17:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:17:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:17:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:17:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:17:46.663Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:17:46.671Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:18:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:18:37.112Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:18:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:18:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:18:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:18:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:18:46.665Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:18:46.676Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:19:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:19:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:19:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:19:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:19:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:19:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:19:46.707Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:19:46.716Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:20:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:20:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:20:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:20:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:20:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:20:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:20:46.662Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:20:46.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:21:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:21:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:21:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:21:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:21:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:21:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:21:46.713Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:21:46.714Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:22:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:22:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:22:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:22:37.113Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:22:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:22:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:22:46.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:22:46.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:23:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:23:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:23:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:23:37.113Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:23:37.114Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:23:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:23:46.667Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:23:46.675Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:24:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:24:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:24:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:24:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:24:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:24:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:24:46.705Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:24:46.714Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:25:37.110Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:25:37.111Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:25:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:25:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:25:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:25:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:25:46.701Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:25:46.734Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:37.111Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:26:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:26:37.114Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:26:37.114Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:26:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:26:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:26:38.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:38.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-26T13:26:38.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"56a92502-e0d0-4514-91d5-416fd53cf21e","serviceName":"vFW 2022-05-26 13-24-18","serviceVersion":"1.0","serviceUUID":"5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3","serviceDescription":"catalog service description","serviceInvariantUUID":"eb3f64f0-4394-4f8e-b7ff-bdde22d73401","resources":[{"resourceInstanceName":"vFW 4b089a62-c5b2 0","resourceName":"vFW 4b089a62-c5b2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"427c1055-2704-4f2f-8ff7-69e19667ef55","resourceInvariantUUID":"301dc131-9c7d-4004-8bfe-afcadcb9dbe1","resourceCustomizationUUID":"e16e7896-85e5-468c-aa6e-f2b41a0e8d12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vf-license-model.xml","artifactChecksum":"M2EyMTVlNjNlYTFkY2Q1ZDEzMjU3YTJiNWU3OWY0NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"91de8785-8a88-4c8a-9d03-40493f123b17","artifactVersion":"1"},{"artifactName":"vfw4b089a62c5b20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json","artifactChecksum":"ZTc4MDg3N2MwYmI2YjEwNGRlNGRkNmY4ZWI2NjFlZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3cf299de-f38b-4621-91d1-da26074d569e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e09604fd-7b58-4f05-9fc6-3a8e3a691f77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vendor-license-model.xml","artifactChecksum":"ZWM3NjU1ODAyZTI2NTI4N2Y0NTQ2OGVkM2ZmNzBjMzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"666465d0-a83c-4921-864f-31767950045d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a449140a-66a9-4aa5-8b31-64ad53a933ec","artifactVersion":"2","generatedFromUUID":"e09604fd-7b58-4f05-9fc6-3a8e3a691f77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220526132418-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-template.yml","artifactChecksum":"OGJkYTJlNmY3YWZkYWQxZDEyMTk0NzI3YmIzY2I5MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31d3c69d-581b-4f6d-93db-d052427149d8","artifactVersion":"1"},{"artifactName":"service-Vfw20220526132418-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar","artifactChecksum":"MWE0ZjIyZTczMjhlNzZhM2JjNTEyMDg3OGNjNWUyZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b148e97c-8cac-4e6e-ab8d-d840f236f744","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-26T13:26:38.794Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T13:26:38.803Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:26:38.817Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:26:38.817Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571597110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:26:38.917Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-05-26T13:26:38.922Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:26:38.922Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:26:38.947Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:38.948Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-05-26T13:26:39.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:39.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:26:39.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "aai-ml", "timestamp": 1653571598192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:26:39.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:26:39.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:26:39.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "cds", "timestamp": 1653571592261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:26:39.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:26:39.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:26:39.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571597110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:26:39.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:26:39.826Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T13:26:39.826Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:26:39.829Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:26:39.829Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571597110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "status": "NOTIFIED" } 2022-05-26T13:26:39.929Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T13:26:39.930Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:26:39.931Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:26:39.975Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:39.976Z||pool-4-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-05-26T13:26:40.829Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T13:26:40.830Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:26:40.833Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:26:40.833Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571597110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-26T13:26:40.933Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T13:26:40.934Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:26:40.934Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:26:40.947Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:40.947Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T13:26:41.833Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T13:26:41.834Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:26:41.837Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:26:41.837Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571597110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:26:41.937Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T13:26:41.938Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:26:41.938Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:26:41.950Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:41.951Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T13:26:42.837Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T13:26:42.838Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:26:42.841Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:26:42.841Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571597110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-26T13:26:42.941Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T13:26:42.942Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:26:42.942Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:26:42.963Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:42.964Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-26T13:26:43.841Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T13:26:43.842Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:26:43.844Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:26:43.844Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571597110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T13:26:43.944Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T13:26:43.945Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:26:43.945Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:26:43.971Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:43.972Z||pool-8-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-05-26T13:26:44.845Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T13:26:44.846Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:26:44.849Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:26:44.850Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571597110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "NOTIFIED" } 2022-05-26T13:26:44.949Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T13:26:44.950Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:26:44.950Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:26:44.965Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:44.966Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T13:26:45.852Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "serviceName": "vFW 2022-05-26 13-24-18", "serviceVersion": "1.0", "serviceUUID": "5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "eb3f64f0-4394-4f8e-b7ff-bdde22d73401", "resources": [ { "resourceInstanceName": "vFW 4b089a62-c5b2 0", "resourceCustomizationUUID": "e16e7896-85e5-468c-aa6e-f2b41a0e8d12", "resourceName": "vFW 4b089a62-c5b2", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "427c1055-2704-4f2f-8ff7-69e19667ef55", "resourceInvariantUUID": "301dc131-9c7d-4004-8bfe-afcadcb9dbe1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw4b089a62c5b20_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "artifactChecksum": "ZTc4MDg3N2MwYmI2YjEwNGRlNGRkNmY4ZWI2NjFlZTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3cf299de-f38b-4621-91d1-da26074d569e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e09604fd-7b58-4f05-9fc6-3a8e3a691f77", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a449140a-66a9-4aa5-8b31-64ad53a933ec", "generatedFromUUID": "e09604fd-7b58-4f05-9fc6-3a8e3a691f77" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a449140a-66a9-4aa5-8b31-64ad53a933ec", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220526132418-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "artifactChecksum": "MWE0ZjIyZTczMjhlNzZhM2JjNTEyMDg3OGNjNWUyZWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b148e97c-8cac-4e6e-ab8d-d840f236f744" } ], "workloadContext": "Production" } 2022-05-26T13:26:45.853Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-26T13:26:45.854Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3 ASDC 2022-05-26T13:26:45.978Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:56a92502-e0d0-4514-91d5-416fd53cf21e ServiceName:vFW 2022-05-26 13-24-18 ServiceVersion:1.0 ServiceUUID:5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3 ServiceInvariantUUID:eb3f64f0-4394-4f8e-b7ff-bdde22d73401 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220526132418-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar ArtifactUUID:b148e97c-8cac-4e6e-ab8d-d840f236f744 ArtifactChecksum:MWE0ZjIyZTczMjhlNzZhM2JjNTEyMDg3OGNjNWUyZWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 4b089a62-c5b2 0 ResourceCustomizationUUID:e16e7896-85e5-468c-aa6e-f2b41a0e8d12 ResourceInvariantUUID:301dc131-9c7d-4004-8bfe-afcadcb9dbe1 ResourceName:vFW 4b089a62-c5b2 ResourceType:VF ResourceUUID:427c1055-2704-4f2f-8ff7-69e19667ef55 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw4b089a62c5b20_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json ArtifactUUID:3cf299de-f38b-4621-91d1-da26074d569e ArtifactChecksum:ZTc4MDg3N2MwYmI2YjEwNGRlNGRkNmY4ZWI2NjFlZTg= 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/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml ArtifactUUID:e09604fd-7b58-4f05-9fc6-3a8e3a691f77 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/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env ArtifactUUID:a449140a-66a9-4aa5-8b31-64ad53a933ec 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/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env ArtifactUUID:a449140a-66a9-4aa5-8b31-64ad53a933ec ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-26T13:26:45.979Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T13:26:46.244Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T13:26:46.245Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-26T13:26:46.246Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-26T13:26:46.247Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b148e97c-8cac-4e6e-ab8d-d840f236f744 from URL: /sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:46.247Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-26T13:26:46.248Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:46.994Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-26T13:26:47.013Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar b148e97c-8cac-4e6e-ab8d-d840f236f744 99079 2022-05-26T13:26:47.014Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar ASDC sendASDCNotification 2022-05-26T13:26:47.015Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:47.016Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T13:26:47.017Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:26:47.019Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:26:47.019Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571607013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T13:26:47.119Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T13:26:47.120Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:26:47.120Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:26:47.136Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:47.136Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T13:26:48.020Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T13:26:48.021Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-26T13:26:48.022Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b148e97c-8cac-4e6e-ab8d-d840f236f744, URL: /sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar to file: /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:48.022Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220526132418-csar.csar 2022-05-26T13:26:48.115Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:48.115Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:48.877Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10918033266246157901/Definitions/service-Vfw20220526132418-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-05-26T13:26:51.283Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-26T13:26:51.289Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-26T13:26:51.289Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:51.289Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-26T13:26:51.289Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:51.289Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:51.289Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:51.289Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:51.289Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:51.290Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:51.290Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:51.290Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:51.290Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:51.290Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:51.290Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4b089a62-c5b2 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-Vfw20220526132418-csar.csar 2022-05-26T13:26:51.290Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:51.290Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:51.290Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-26T13:26:51.296Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:51.298Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T13:26:51.301Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is matching search criteria 2022-05-26T13:26:51.302Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-26T13:26:51.303Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4b089a62-c5b2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T13:26:51.305Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:51.305Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T13:26:51.305Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is matching search criteria 2022-05-26T13:26:51.305Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-26T13:26:51.306Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4b089a62-c5b2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T13:26:51.306Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:51.306Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T13:26:51.309Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:51.309Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is not matching search criteria 2022-05-26T13:26:51.310Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-26T13:26:51.310Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-26T13:26:51.310Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-26T13:26:51.310Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-26T13:26:51.310Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-26T13:26:51.310Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-26T13:26:51.310Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T13:26:51.311Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-26T13:26:51.311Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-26T13:26:51.311Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-26T13:26:51.311Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-26T13:26:51.311Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-26T13:26:51.311Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-26T13:26:51.312Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-26T13:26:51.312Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T13:26:51.312Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-26T13:26:51.312Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:51.312Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-26T13:26:51.313Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:51.313Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is matching search criteria 2022-05-26T13:26:51.314Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4b089a62-c5b2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T13:26:51.314Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:51.314Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is matching search criteria 2022-05-26T13:26:51.314Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4b089a62-c5b2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T13:26:51.315Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:51.315Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is matching search criteria 2022-05-26T13:26:51.315Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4b089a62-c5b2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T13:26:51.315Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:51.315Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is not matching search criteria 2022-05-26T13:26:51.315Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-26T13:26:51.316Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-26T13:26:51.316Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-26T13:26:51.316Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-26T13:26:51.316Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-26T13:26:51.316Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-26T13:26:51.316Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-26T13:26:51.317Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-26T13:26:51.317Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-26T13:26:51.317Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-26T13:26:51.317Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T13:26:51.317Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a012f31b-9226-4ec1-a07f-f1383c6882b3 2022-05-26T13:26:51.317Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:51.317Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is not matching search criteria 2022-05-26T13:26:51.318Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-26T13:26:51.318Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-26T13:26:51.318Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-26T13:26:51.318Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-26T13:26:51.318Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-26T13:26:51.318Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-26T13:26:51.318Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T13:26:51.319Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-26T13:26:51.319Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-26T13:26:51.319Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-26T13:26:51.319Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-26T13:26:51.319Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T13:26:51.319Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=35eaeea7-5e2b-4345-9182-05d450afaf5d 2022-05-26T13:26:51.320Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:51.320Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is not matching search criteria 2022-05-26T13:26:51.321Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-26T13:26:51.321Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-26T13:26:51.321Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-26T13:26:51.321Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-26T13:26:51.321Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-26T13:26:51.321Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-26T13:26:51.322Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T13:26:51.322Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-26T13:26:51.322Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-26T13:26:51.322Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-26T13:26:51.322Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-26T13:26:51.322Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-26T13:26:51.323Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6cffa732-4e90-4654-889e-eb6f77a253f5 2022-05-26T13:26:51.323Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:51.323Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T13:26:51.323Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:51.323Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T13:26:51.323Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:51.324Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T13:26:51.324Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:51.324Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T13:26:51.324Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-26 13-24-18 Description:catalog service description Model UUID:5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3 Model Version:NULL Model InvariantUuid:eb3f64f0-4394-4f8e-b7ff-bdde22d73401 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 4b089a62-c5b2 Model UUID:6f7163eb-c94f-4568-8bc8-0b7a0cf8bbf4 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:301dc131-9c7d-4004-8bfe-afcadcb9dbe1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e16e7896-85e5-468c-aa6e-f2b41a0e8d12 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2b9b3d5a-ac10-43f2-8927-309e5cde8a03 ModelName:Vfw4b089a62C5b2..base_vfw..module-0 ModelUuid:346d5b63-b712-4ecf-aca4-4942dd77881d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a012f31b-9226-4ec1-a07f-f1383c6882b3 ModelInvariantUuid:8a6c6f86-f9af-43b9-bad8-97da7d3ea1b2 ModelName:vFW 4b089a62-c5b2-nodes.vfwCvfc ModelUuid:c8910802-809f-4820-8115-896f0deca93c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:d68c1c93-d2ff-4200-a00d-62a955f7eb75 ModelInvariantUuid:64870438-37ff-434d-bc42-a4b4d4499f8e ModelName:Vfw4b089a62C5b2.compute.nodes.heat.vfw ModelUuid:ff1a11e3-7e92-46b7-8469-536471669d17 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:35eaeea7-5e2b-4345-9182-05d450afaf5d ModelInvariantUuid:aaaccc7d-d29a-410d-ba6e-c4dfb5e7f633 ModelName:vFW 4b089a62-c5b2-nodes.vsnCvfc ModelUuid:b63f746d-db8d-44fc-b362-856941e65ee7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:66574583-14dc-48ff-8016-06580d5be371 ModelInvariantUuid:fcacf7d6-decb-4338-bdb3-c1c6220e8edf ModelName:Vfw4b089a62C5b2.compute.nodes.heat.vsn ModelUuid:627270ae-6d02-417e-a0c1-114cdd151b18 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6cffa732-4e90-4654-889e-eb6f77a253f5 ModelInvariantUuid:8ce8be73-44c4-4598-b62e-1dd4e679e445 ModelName:vFW 4b089a62-c5b2-nodes.vpgCvfc ModelUuid:15ce0bb0-d8df-4d4a-afaa-fa89316e7a99 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a7cf4970-905d-40a9-84ff-9e34ba986349 ModelInvariantUuid:50e03ea0-cf5a-4acb-9baf-663e95eecba7 ModelName:Vfw4b089a62C5b2.compute.nodes.heat.vpg ModelUuid:c873074f-4e50-445f-94ef-90cd3b88910c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-26T13:26:51.351Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 427c1055-2704-4f2f-8ff7-69e19667ef55 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-26T13:26:51.443Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||vFW 4b089a62-c5b2 0 2022-05-26T13:26:51.450Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 427c1055-2704-4f2f-8ff7-69e19667ef55 2022-05-26T13:26:51.450Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3cf299de-f38b-4621-91d1-da26074d569e from URL: /sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json 2022-05-26T13:26:51.450Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-26T13:26:51.451Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json 2022-05-26T13:26:51.683Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-26T13:26:51.684Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json 3cf299de-f38b-4621-91d1-da26074d569e 785 2022-05-26T13:26:51.684Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json ASDC sendASDCNotification 2022-05-26T13:26:51.684Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json 2022-05-26T13:26:51.685Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T13:26:51.685Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:26:51.688Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:26:51.688Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571611684, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T13:26:51.788Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T13:26:51.789Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:26:51.790Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:26:51.804Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:51.804Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T13:26:52.690Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4b089a62C5b2..base_vfw..module-0", "vfModuleModelInvariantUUID": "2b9b3d5a-ac10-43f2-8927-309e5cde8a03", "vfModuleModelVersion": "1", "vfModuleModelUUID": "346d5b63-b712-4ecf-aca4-4942dd77881d", "vfModuleModelCustomizationUUID": "6110268b-659a-43ce-a7a1-0b30b06bbe1a", "isBase": true, "artifacts": [ "e09604fd-7b58-4f05-9fc6-3a8e3a691f77", "a449140a-66a9-4aa5-8b31-64ad53a933ec" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-26T13:26:52.704Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4b089a62C5b2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:346d5b63-b712-4ecf-aca4-4942dd77881d VfModuleModelInvariantUUID:2b9b3d5a-ac10-43f2-8927-309e5cde8a03 VfModuleModelDescription:NULL Artifacts UUID List:{ e09604fd-7b58-4f05-9fc6-3a8e3a691f77 , a449140a-66a9-4aa5-8b31-64ad53a933ec } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-26T13:26:52.707Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4b089a62C5b2..base_vfw..module-0", "vfModuleModelInvariantUUID": "2b9b3d5a-ac10-43f2-8927-309e5cde8a03", "vfModuleModelVersion": "1", "vfModuleModelUUID": "346d5b63-b712-4ecf-aca4-4942dd77881d", "vfModuleModelCustomizationUUID": "6110268b-659a-43ce-a7a1-0b30b06bbe1a", "isBase": true, "artifacts": [ "e09604fd-7b58-4f05-9fc6-3a8e3a691f77", "a449140a-66a9-4aa5-8b31-64ad53a933ec" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-26T13:26:52.707Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4b089a62C5b2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:346d5b63-b712-4ecf-aca4-4942dd77881d VfModuleModelInvariantUUID:2b9b3d5a-ac10-43f2-8927-309e5cde8a03 VfModuleModelDescription:NULL Artifacts UUID List:{ e09604fd-7b58-4f05-9fc6-3a8e3a691f77 , a449140a-66a9-4aa5-8b31-64ad53a933ec } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-26T13:26:52.707Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e09604fd-7b58-4f05-9fc6-3a8e3a691f77 from URL: /sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml 2022-05-26T13:26:52.708Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-26T13:26:52.708Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml 2022-05-26T13:26:53.104Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-26T13:26:53.105Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml e09604fd-7b58-4f05-9fc6-3a8e3a691f77 20368 2022-05-26T13:26:53.106Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-26T13:26:53.106Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml 2022-05-26T13:26:53.106Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T13:26:53.106Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:26:53.109Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:26:53.109Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571613106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T13:26:53.209Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T13:26:53.211Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:26:53.211Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:26:53.226Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:53.226Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T13:26:54.110Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a449140a-66a9-4aa5-8b31-64ad53a933ec from URL: /sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env 2022-05-26T13:26:54.110Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-26T13:26:54.110Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env 2022-05-26T13:26:54.399Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-26T13:26:54.400Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env a449140a-66a9-4aa5-8b31-64ad53a933ec 2098 2022-05-26T13:26:54.400Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-26T13:26:54.400Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env 2022-05-26T13:26:54.400Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T13:26:54.401Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:26:54.403Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:26:54.404Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571614400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-26T13:26:54.504Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T13:26:54.504Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:26:54.505Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:26:54.521Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:54.522Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-26T13:26:55.404Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3 2022-05-26T13:26:55.405Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4b089a62-c5b2 0 427c1055-2704-4f2f-8ff7-69e19667ef55 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-26T13:26:55.442Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59821e12, org.onap.sdc.toscaparser.api.parameters.Input@1082f238, org.onap.sdc.toscaparser.api.parameters.Input@4507963a, org.onap.sdc.toscaparser.api.parameters.Input@6c456f61, org.onap.sdc.toscaparser.api.parameters.Input@257e8e75] 2022-05-26T13:26:55.446Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.447Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T13:26:55.447Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-05-26T13:26:55.447Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e16e7896-85e5-468c-aa6e-f2b41a0e8d12 2022-05-26T13:26:55.448Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e16e7896-85e5-468c-aa6e-f2b41a0e8d12 matches Tosca VF Customization UUID: e16e7896-85e5-468c-aa6e-f2b41a0e8d12 2022-05-26T13:26:55.448Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e16e7896-85e5-468c-aa6e-f2b41a0e8d12 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-26T13:26:55.454Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.454Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T13:26:55.455Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e16e7896-85e5-468c-aa6e-f2b41a0e8d12: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-05-26T13:26:55.456Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c4c40ba 2022-05-26T13:26:55.456Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.456Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-26T13:26:55.457Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6110268b-659a-43ce-a7a1-0b30b06bbe1a 2022-05-26T13:26:55.458Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6110268b-659a-43ce-a7a1-0b30b06bbe1a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-26T13:26:55.463Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.463Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is matching search criteria 2022-05-26T13:26:55.464Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4b089a62-c5b2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T13:26:55.465Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.465Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is matching search criteria 2022-05-26T13:26:55.465Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4b089a62-c5b2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T13:26:55.466Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.466Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is not matching search criteria 2022-05-26T13:26:55.466Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-26T13:26:55.466Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-26T13:26:55.467Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-26T13:26:55.467Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-26T13:26:55.467Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-26T13:26:55.468Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-26T13:26:55.468Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-26T13:26:55.468Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-26T13:26:55.469Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-26T13:26:55.469Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-26T13:26:55.469Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T13:26:55.469Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a012f31b-9226-4ec1-a07f-f1383c6882b3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-26T13:26:55.480Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.481Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is matching search criteria 2022-05-26T13:26:55.481Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4b089a62-c5b2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T13:26:55.481Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.482Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is not matching search criteria 2022-05-26T13:26:55.482Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-26T13:26:55.482Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-26T13:26:55.483Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-26T13:26:55.483Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-26T13:26:55.483Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-26T13:26:55.483Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-26T13:26:55.484Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T13:26:55.484Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-26T13:26:55.484Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-26T13:26:55.485Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-26T13:26:55.485Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-26T13:26:55.485Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T13:26:55.486Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=35eaeea7-5e2b-4345-9182-05d450afaf5d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-26T13:26:55.488Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.488Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is matching search criteria 2022-05-26T13:26:55.489Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4b089a62-c5b2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T13:26:55.491Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.491Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is not matching search criteria 2022-05-26T13:26:55.492Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-26T13:26:55.492Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-26T13:26:55.492Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-26T13:26:55.493Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-26T13:26:55.493Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-26T13:26:55.493Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-26T13:26:55.493Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-26T13:26:55.493Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-26T13:26:55.493Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-26T13:26:55.494Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-26T13:26:55.494Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-26T13:26:55.494Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-26T13:26:55.494Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6cffa732-4e90-4654-889e-eb6f77a253f5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-26T13:26:55.496Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.496Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is matching search criteria 2022-05-26T13:26:55.496Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4b089a62-c5b2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-26T13:26:55.497Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.497Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Node template vFW 4b089a62-c5b2 0 is matching search criteria 2022-05-26T13:26:55.497Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4b089a62-c5b2 0] matching following query criteria: sdcType=VF, customizationUUID=e16e7896-85e5-468c-aa6e-f2b41a0e8d12 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-26T13:26:55.499Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.499Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T13:26:55.500Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3: vFW 4b089a62-c5b2 2022-05-26T13:26:55.500Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.500Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T13:26:55.500Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.500Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T13:26:55.500Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.501Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T13:26:55.501Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.501Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T13:26:55.501Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T13:26:55.501Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-26 13-24-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T13:26:55.502Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-05-26 13-24-18 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T13:26:55.831Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4b089a62-c5b2 427c1055-2704-4f2f-8ff7-69e19667ef55 1 ASDC deployResourceStructure 2022-05-26T13:26:55.831Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json ASDC sendASDCNotification 2022-05-26T13:26:55.832Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json 2022-05-26T13:26:55.832Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T13:26:55.832Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:26:55.834Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:26:55.834Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571615831, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "status": "DEPLOY_OK" } 2022-05-26T13:26:55.934Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T13:26:55.935Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:26:55.935Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:26:55.951Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:55.951Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-26T13:26:56.835Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-26T13:26:56.835Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml 2022-05-26T13:26:56.835Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T13:26:56.836Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:26:56.838Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:26:56.838Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571616835, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-26T13:26:56.938Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T13:26:56.939Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:26:56.940Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:26:56.956Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:56.958Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-26T13:26:57.840Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-26T13:26:57.840Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env 2022-05-26T13:26:57.840Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T13:26:57.841Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:26:57.843Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:26:57.843Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571617840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-26T13:26:57.943Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T13:26:57.944Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:26:57.944Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:26:57.959Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:57.959Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T13:26:58.844Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar ASDC sendASDCNotification 2022-05-26T13:26:58.844Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar 2022-05-26T13:26:58.844Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T13:26:58.844Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:26:58.846Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:26:58.846Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571618843, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T13:26:58.946Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T13:26:58.947Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:26:58.947Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:26:58.961Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:26:58.961Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T13:26:59.847Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a92502-e0d0-4514-91d5-416fd53cf21e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-26T13:26:59.874Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a92502-e0d0-4514-91d5-416fd53cf21e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-26T13:26:59.876Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T13:26:59.876Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T13:26:59.876Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T13:27:29.876Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a92502-e0d0-4514-91d5-416fd53cf21e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-26T13:27:29.888Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a92502-e0d0-4514-91d5-416fd53cf21e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-26T13:27:29.890Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T13:27:29.890Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T13:27:29.890Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T13:27:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:27:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:27:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:27:37.151Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:27:37.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:27:37.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "multicloud-k8s-id", "timestamp": 1653571590188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:27:37.152Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:27:59.890Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a92502-e0d0-4514-91d5-416fd53cf21e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-26T13:27:59.900Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a92502-e0d0-4514-91d5-416fd53cf21e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-26T13:27:59.902Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T13:27:59.902Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T13:27:59.902Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T13:28:29.902Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a92502-e0d0-4514-91d5-416fd53cf21e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-26T13:28:29.912Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a92502-e0d0-4514-91d5-416fd53cf21e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-26T13:28:29.914Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T13:28:29.914Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-26T13:28:29.914Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-26T13:28:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:28:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:28:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:28:37.647Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:28:37.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "cds", "timestamp": 1653571592261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "aai-ml", "timestamp": 1653571598192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571597110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "status": "NOTIFIED" } 2022-05-26T13:28:37.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "multicloud-k8s-id", "timestamp": 1653571590188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "status": "NOTIFIED" } 2022-05-26T13:28:37.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "aai-ml", "timestamp": 1653571598192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571597110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-26T13:28:37.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "cds", "timestamp": 1653571592261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "multicloud-k8s-id", "timestamp": 1653571590188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-26T13:28:37.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "aai-ml", "timestamp": 1653571598192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "cds", "timestamp": 1653571592261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571597110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "multicloud-k8s-id", "timestamp": 1653571590188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "ves-openapi-manager", "timestamp": 1653571603279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "aai-ml", "timestamp": 1653571598192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571597110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-26T13:28:37.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "cds", "timestamp": 1653571592261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "multicloud-k8s-id", "timestamp": 1653571590188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-26T13:28:37.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "ves-openapi-manager", "timestamp": 1653571603279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.664Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "aai-ml", "timestamp": 1653571598192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.665Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "cds", "timestamp": 1653571592261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.665Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571597110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.666Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "multicloud-k8s-id", "timestamp": 1653571590188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.666Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "ves-openapi-manager", "timestamp": 1653571603279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "aai-ml", "timestamp": 1653571598192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "NOTIFIED" } 2022-05-26T13:28:37.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571597110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "NOTIFIED" } 2022-05-26T13:28:37.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "cds", "timestamp": 1653571592261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "NOTIFIED" } 2022-05-26T13:28:37.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "multicloud-k8s-id", "timestamp": 1653571590188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "NOTIFIED" } 2022-05-26T13:28:37.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "ves-openapi-manager", "timestamp": 1653571603279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "clamp", "timestamp": 1653571606695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "policy-id", "timestamp": 1653571605395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "ves-openapi-manager", "timestamp": 1653571603279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "cds", "timestamp": 1653571608271, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T13:28:37.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "multicloud-k8s-id", "timestamp": 1653571608098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T13:28:37.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "clamp", "timestamp": 1653571606695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "status": "NOTIFIED" } 2022-05-26T13:28:37.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "aai-ml", "timestamp": 1653571608192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T13:28:37.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571607013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T13:28:37.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "policy-id", "timestamp": 1653571605395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "ves-openapi-manager", "timestamp": 1653571603279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "cds", "timestamp": 1653571609362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T13:28:37.691Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 56a92502-e0d0-4514-91d5-416fd53cf21e 2022-05-26T13:28:37.691Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a92502-e0d0-4514-91d5-416fd53cf21e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T13:28:37.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "clamp", "timestamp": 1653571606695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.701Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "multicloud-k8s-id", "timestamp": 1653571609414, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T13:28:37.701Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "policy-id", "timestamp": 1653571605395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-26T13:28:37.701Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "ves-openapi-manager", "timestamp": 1653571603279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.702Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "clamp", "timestamp": 1653571606695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.702Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "policy-id", "timestamp": 1653571605395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.702Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "multicloud-k8s-id", "timestamp": 1653571610792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-26T13:28:37.702Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "clamp", "timestamp": 1653571606695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.703Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "policy-id", "timestamp": 1653571605395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.703Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "multicloud-k8s-id", "timestamp": 1653571611860, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T13:28:37.707Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56a92502-e0d0-4514-91d5-416fd53cf21e 2022-05-26T13:28:37.708Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a92502-e0d0-4514-91d5-416fd53cf21e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T13:28:37.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "clamp", "timestamp": 1653571606695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "policy-id", "timestamp": 1653571605395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "multicloud-k8s-id", "timestamp": 1653571612869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "status": "DEPLOY_OK" } 2022-05-26T13:28:37.716Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571611684, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "status": "DOWNLOAD_OK" } 2022-05-26T13:28:37.717Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "clamp", "timestamp": 1653571606695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "NOTIFIED" } 2022-05-26T13:28:37.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "policy-id", "timestamp": 1653571605395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "NOTIFIED" } 2022-05-26T13:28:37.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571613106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T13:28:37.718Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "policy-id", "timestamp": 1653571613607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T13:28:37.718Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571614400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-26T13:28:37.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "policy-id", "timestamp": 1653571614617, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T13:28:37.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "policy-id", "timestamp": 1653571615621, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T13:28:37.724Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56a92502-e0d0-4514-91d5-416fd53cf21e 2022-05-26T13:28:37.724Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a92502-e0d0-4514-91d5-416fd53cf21e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-26T13:28:37.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571615831, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "status": "DEPLOY_OK" } 2022-05-26T13:28:37.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571616835, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-26T13:28:37.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571617840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-26T13:28:37.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653571619476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571618843, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T13:28:37.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653571619476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vfw4b089a62c5b20_modules.json", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653571619476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653571619476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "clamp", "timestamp": 1653571623486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T13:28:37.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653571619476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/resourceInstances/vfw4b089a62c5b20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "clamp", "timestamp": 1653571624563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T13:28:37.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653571619476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T13:28:37.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "clamp", "timestamp": 1653571625568, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T13:28:37.741Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 56a92502-e0d0-4514-91d5-416fd53cf21e 2022-05-26T13:28:37.741Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a92502-e0d0-4514-91d5-416fd53cf21e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T13:28:37.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653571619476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "NOTIFIED" } 2022-05-26T13:28:37.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-26T13:28:37.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653571627587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T13:28:37.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "aai-ml", "timestamp": 1653571627774, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T13:28:37.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "aai-ml", "timestamp": 1653571628782, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T13:28:37.754Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 56a92502-e0d0-4514-91d5-416fd53cf21e 2022-05-26T13:28:37.755Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a92502-e0d0-4514-91d5-416fd53cf21e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T13:28:37.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653571633283, "artifactURL": "/sdc/v1/catalog/services/Vfw20220526132418/1.0/artifacts/service-Vfw20220526132418-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T13:28:37.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T13:28:37.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:28:37.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653571634289, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T13:28:37.768Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 56a92502-e0d0-4514-91d5-416fd53cf21e 2022-05-26T13:28:37.768Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a92502-e0d0-4514-91d5-416fd53cf21e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T13:28:59.915Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a92502-e0d0-4514-91d5-416fd53cf21e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-26T13:28:59.926Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a92502-e0d0-4514-91d5-416fd53cf21e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-26T13:28:59.929Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T13:28:59.929Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-26T13:28:59.929Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-26T13:28:59.930Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-26T13:28:59.930Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T13:28:59.930Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T13:28:59.930Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T13:28:59.930Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T13:28:59.930Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T13:28:59.930Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T13:28:59.931Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T13:28:59.937Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-26T13:29:29.937Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 56a92502-e0d0-4514-91d5-416fd53cf21e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-26T13:29:29.947Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 56a92502-e0d0-4514-91d5-416fd53cf21e and serviceModelVersionId: 5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3 2022-05-26T13:29:29.947Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb3f64f0-4394-4f8e-b7ff-bdde22d73401 2022-05-26T13:29:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:29:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:29:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:29:44.279Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb3f64f0-4394-4f8e-b7ff-bdde22d73401/model-vers/model-ver/5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3?depth=0 2022-05-26T13:29:44.404Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-05-26T13:29:44.852Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb3f64f0-4394-4f8e-b7ff-bdde22d73401/model-vers/model-ver/5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3?depth=0|INFO|500||Invoke 2022-05-26T13:29:44.859Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb3f64f0-4394-4f8e-b7ff-bdde22d73401/model-vers/model-ver/5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb3f64f0-4394-4f8e-b7ff-bdde22d73401/model-vers/model-ver/5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[56a92502-e0d0-4514-91d5-416fd53cf21e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bc37b068-cac0-47f0-8dc4-27a6f83a9385], X-ECOMP-RequestID=[56a92502-e0d0-4514-91d5-416fd53cf21e], X-TransactionId=[], X-ONAP-RequestID=[56a92502-e0d0-4514-91d5-416fd53cf21e], Content-Type=[application/merge-patch+json]} 2022-05-26T13:29:44.964Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb3f64f0-4394-4f8e-b7ff-bdde22d73401/model-vers/model-ver/5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-26T13:29:45.586Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb3f64f0-4394-4f8e-b7ff-bdde22d73401/model-vers/model-ver/5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb3f64f0-4394-4f8e-b7ff-bdde22d73401/model-vers/model-ver/5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220526-13:29:45:555-59331], vertex-id=[192568], Content-Length=[0], Date=[Thu, 26 May 2022 13:29:45 GMT], Content-Type=[application/json]} 2022-05-26T13:29:45.588Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb3f64f0-4394-4f8e-b7ff-bdde22d73401/model-vers/model-ver/5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-26T13:29:45.589Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb3f64f0-4394-4f8e-b7ff-bdde22d73401/model-vers/model-ver/5e4d7aa6-e51c-402d-b3bf-531fd4cd83d3?depth=0|INFO|500||InvokeReturn 2022-05-26T13:29:45.592Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-26T13:29:45.593Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-26T13:29:45.599Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-26T13:29:45.600Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 56a92502-e0d0-4514-91d5-416fd53cf21e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-26T13:29:45.601Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-26T13:29:45.601Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-26T13:29:45.603Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T13:29:45.603Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571785600, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T13:29:45.703Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T13:29:45.704Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T13:29:45.704Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T13:29:45.726Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:29:45.726Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-26T13:29:46.341Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:29:46.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-26T13:29:46.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "56a92502-e0d0-4514-91d5-416fd53cf21e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653571785600, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T13:29:46.343Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-26T13:29:46.615Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:29:46.616Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:29:46.616Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T13:29:56.913Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:29:56.914Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:29:56.915Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:29:56.915Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T13:30:06.463Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:30:06.464Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:30:06.464Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:30:06.465Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T13:30:16.032Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:30:37.110Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:30:37.111Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:30:37.111Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T13:30:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:30:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:30:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:30:46.655Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:30:46.658Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:31:37.110Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:31:37.111Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:31:37.111Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T13:31:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:31:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:31:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:31:46.658Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:31:46.662Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:32:37.110Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:32:37.111Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:32:37.111Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T13:32:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:32:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:32:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:32:46.661Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:32:46.661Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:33:37.111Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:33:37.111Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:33:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T13:33:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:33:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:33:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:33:46.670Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:33:46.670Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:34:37.110Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:34:37.111Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:34:37.111Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T13:34:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:34:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:34:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:34:46.666Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:34:46.705Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:35:37.111Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:35:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:35:37.114Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:35:37.114Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:35:37.115Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:35:37.115Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T13:35:46.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:35:46.700Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:36:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:36:37.112Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:36:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:36:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:36:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:36:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:36:46.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:36:46.678Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:37:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:37:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:37:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:37:37.113Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:37:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:37:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:37:46.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:37:46.669Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:38:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:38:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:38:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:38:37.113Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:38:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:38:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:38:46.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:38:46.701Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:39:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:39:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:39:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:39:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:39:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:39:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T13:39:46.669Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:39:46.679Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:40:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:40:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:40:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:40:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:40:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:40:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T13:40:46.685Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:40:46.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:41:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:41:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:41:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:41:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:41:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:41:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:41:46.679Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:41:46.706Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:42:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:42:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:42:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:42:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:42:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:42:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:42:46.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:42:46.668Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:43:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:43:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:43:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:43:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:43:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:43:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:43:46.666Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:43:46.672Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:44:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:44:37.112Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:44:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:44:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:44:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:44:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:44:46.673Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:44:46.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:45:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:45:37.112Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:45:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:45:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:45:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:45:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:45:46.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:45:46.692Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:46:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:46:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:46:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:46:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:46:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:46:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:46:46.664Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:46:46.669Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:47:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:47:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:47:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:47:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:47:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:47:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:47:46.663Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:47:46.666Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:48:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:48:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:48:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:48:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:48:37.114Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:48:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:48:46.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:48:46.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:49:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:49:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:49:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:49:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:49:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:49:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:49:46.667Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:49:46.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:50:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:50:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:50:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:50:37.113Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:50:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:50:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:50:46.657Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:50:46.659Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:51:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:51:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:51:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:51:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:51:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:51:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:51:46.667Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:51:46.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:52:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:52:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:52:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:52:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:52:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:52:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:52:46.665Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:52:46.665Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:53:37.111Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:53:37.112Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:53:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:53:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:53:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:53:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:53:46.669Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:53:46.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:54:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:54:37.112Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:54:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:54:37.113Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:54:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:54:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:54:46.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:54:46.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:55:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:55:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:55:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:55:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:55:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:55:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:55:46.670Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:55:46.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:56:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:56:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:56:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:56:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:56:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:56:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:56:46.670Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:56:46.670Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:57:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:57:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:57:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:57:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:57:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:57:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:57:46.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:57:46.671Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:58:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:58:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:58:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:58:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:58:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:58:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:58:46.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:58:46.667Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:59:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:59:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:59:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:59:37.113Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T13:59:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T13:59:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T13:59:46.665Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T13:59:46.668Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:00:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:00:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:00:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:00:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:00:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:00:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:00:46.667Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:00:46.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:01:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:01:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:01:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:01:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:01:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:01:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:01:46.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:01:46.665Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:02:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:02:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:02:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:02:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:02:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:02:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:02:46.671Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:02:46.671Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:03:37.111Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:03:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:03:37.115Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:03:37.115Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:03:37.116Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:03:37.116Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:03:46.675Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:03:46.677Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:04:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:04:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:04:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:04:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:04:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:04:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:04:46.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:04:46.677Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:05:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:05:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:05:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:05:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:05:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:05:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:05:46.663Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:05:46.666Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:06:37.111Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:06:37.112Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:06:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:06:37.113Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:06:37.114Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:06:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:06:46.664Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:06:46.664Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:07:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:07:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:07:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:07:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:07:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:07:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:07:46.665Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:07:46.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:08:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:08:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:08:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:08:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:08:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:08:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:08:46.677Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:08:46.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:09:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:09:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:09:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:09:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:09:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:09:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:09:46.699Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:09:46.699Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:10:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:10:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:10:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:10:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:10:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:10:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:10:46.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:10:46.668Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:11:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:11:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:11:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:11:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:11:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:11:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:11:46.661Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:11:46.661Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:12:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:12:37.112Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:12:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:12:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:12:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:12:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:12:46.684Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:12:46.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:13:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:13:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:13:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:13:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:13:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:13:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:13:46.674Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:13:46.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:14:37.110Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:14:37.111Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:14:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:14:37.112Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:14:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:14:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:14:46.695Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:14:46.700Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:15:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:15:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:15:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:15:37.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:15:37.116Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:15:37.116Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:15:46.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:15:46.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:16:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:16:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:16:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:16:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:16:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:16:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:16:46.672Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:16:46.675Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:17:37.111Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:17:37.112Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:17:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:17:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:17:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:17:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:17:46.678Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:17:46.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:18:37.111Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:18:37.112Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:18:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:18:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:18:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:18:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:18:46.670Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:18:46.669Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:19:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:19:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:19:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:19:37.113Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:19:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:19:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:19:46.697Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:19:46.697Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:20:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:20:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:20:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:20:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:20:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:20:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:20:46.664Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:20:46.664Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:21:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:21:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:21:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:21:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:21:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:21:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:21:46.664Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:21:46.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:22:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:22:37.112Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:22:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:22:37.113Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:22:37.113Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:22:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:22:46.663Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:22:46.665Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:23:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:23:37.112Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:23:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:23:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:23:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:23:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:23:46.727Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:23:46.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:24:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:24:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:24:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:24:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:24:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:24:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:24:46.667Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:24:46.669Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:25:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:25:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:25:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:25:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:25:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:25:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:25:46.679Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:25:46.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:26:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:26:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:26:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:26:37.113Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:26:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:26:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:26:46.659Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:26:46.666Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:27:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:27:37.112Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:27:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:27:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:27:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:27:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:27:46.681Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:27:46.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:28:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:28:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:28:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:28:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:28:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:28:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:28:46.662Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:28:46.663Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:29:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:29:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:29:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:29:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:29:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:29:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:29:46.662Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:29:46.665Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:30:37.111Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:30:37.112Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:30:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:30:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:30:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:30:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:30:37.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:30:37.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "multicloud-k8s-id", "timestamp": 1653575390188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653575399476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "multicloud-k8s-id", "timestamp": 1653575390188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653575399476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "multicloud-k8s-id", "timestamp": 1653575390188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653575399476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "cds", "timestamp": 1653575402261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "multicloud-k8s-id", "timestamp": 1653575390188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653575399476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "cds", "timestamp": 1653575402261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "multicloud-k8s-id", "timestamp": 1653575390188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "ves-openapi-manager", "timestamp": 1653575403279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653575399476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "cds", "timestamp": 1653575402261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "multicloud-k8s-id", "timestamp": 1653575390188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "ves-openapi-manager", "timestamp": 1653575403279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653575399476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "cds", "timestamp": 1653575402261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "multicloud-k8s-id", "timestamp": 1653575390188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "ves-openapi-manager", "timestamp": 1653575403279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653575399476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "cds", "timestamp": 1653575402261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "multicloud-k8s-id", "timestamp": 1653575390188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "NOTIFIED" } 2022-05-26T14:30:37.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "ves-openapi-manager", "timestamp": 1653575403279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653575399476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "NOTIFIED" } 2022-05-26T14:30:37.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "cds", "timestamp": 1653575402261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "policy-id", "timestamp": 1653575405395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "ves-openapi-manager", "timestamp": 1653575403279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "cds", "timestamp": 1653575402261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "policy-id", "timestamp": 1653575405395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "aai-ml", "timestamp": 1653575408191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "ves-openapi-manager", "timestamp": 1653575403279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-26T14:30:37.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653575408926, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T14:30:37.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T14:30:37.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "cds", "timestamp": 1653575402261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "NOTIFIED" } 2022-05-26T14:30:37.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "policy-id", "timestamp": 1653575405395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "aai-ml", "timestamp": 1653575408191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "ves-openapi-manager", "timestamp": 1653575403279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "policy-id", "timestamp": 1653575405395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "aai-ml", "timestamp": 1653575408191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "cds", "timestamp": 1653575411201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T14:30:37.444Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T14:30:37.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "ves-openapi-manager", "timestamp": 1653575403279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653575411052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T14:30:37.444Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T14:30:37.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "policy-id", "timestamp": 1653575405395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "aai-ml", "timestamp": 1653575408191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "cds", "timestamp": 1653575412212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T14:30:37.467Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7a3d329-5897-4c7e-bdea-e276ba09c106 2022-05-26T14:30:37.468Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a3d329-5897-4c7e-bdea-e276ba09c106 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T14:30:37.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653575412057, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T14:30:37.484Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7a3d329-5897-4c7e-bdea-e276ba09c106 2022-05-26T14:30:37.484Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a3d329-5897-4c7e-bdea-e276ba09c106 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T14:30:37.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "ves-openapi-manager", "timestamp": 1653575412212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-26T14:30:37.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T14:30:37.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "policy-id", "timestamp": 1653575405395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "aai-ml", "timestamp": 1653575408191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "ves-openapi-manager", "timestamp": 1653575413416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-26T14:30:37.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T14:30:37.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "policy-id", "timestamp": 1653575405395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "aai-ml", "timestamp": 1653575408191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "ves-openapi-manager", "timestamp": 1653575414421, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T14:30:37.502Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e7a3d329-5897-4c7e-bdea-e276ba09c106 2022-05-26T14:30:37.502Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a3d329-5897-4c7e-bdea-e276ba09c106 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T14:30:37.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "policy-id", "timestamp": 1653575405395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "NOTIFIED" } 2022-05-26T14:30:37.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "aai-ml", "timestamp": 1653575408191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "aai-ml", "timestamp": 1653575408191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "NOTIFIED" } 2022-05-26T14:30:37.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "policy-id", "timestamp": 1653575414411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T14:30:37.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T14:30:37.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "policy-id", "timestamp": 1653575415416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T14:30:37.512Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T14:30:37.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "clamp", "timestamp": 1653575416695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "aai-ml", "timestamp": 1653575417420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T14:30:37.512Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T14:30:37.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "clamp", "timestamp": 1653575416695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "policy-id", "timestamp": 1653575416419, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T14:30:37.517Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7a3d329-5897-4c7e-bdea-e276ba09c106 2022-05-26T14:30:37.518Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a3d329-5897-4c7e-bdea-e276ba09c106 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T14:30:37.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "clamp", "timestamp": 1653575416695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "clamp", "timestamp": 1653575416695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "clamp", "timestamp": 1653575416695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "clamp", "timestamp": 1653575416695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "clamp", "timestamp": 1653575416695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "aai-ml", "timestamp": 1653575423611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T14:30:37.527Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T14:30:37.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "clamp", "timestamp": 1653575416695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "NOTIFIED" } 2022-05-26T14:30:37.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:30:37.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "aai-ml", "timestamp": 1653575424616, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T14:30:37.532Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7a3d329-5897-4c7e-bdea-e276ba09c106 2022-05-26T14:30:37.532Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a3d329-5897-4c7e-bdea-e276ba09c106 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T14:30:37.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "clamp", "timestamp": 1653575437167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T14:30:37.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T14:30:37.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:30:37.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-26T14:30:37.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7a3d329-5897-4c7e-bdea-e276ba09c106","serviceName":"Demo_pNF_oNLCkoBslJnIHe4fPcGC","serviceVersion":"1.0","serviceUUID":"efb7ad14-3565-4cc7-a8b3-68bff3532644","serviceDescription":"catalog service description","serviceInvariantUUID":"7562363c-1638-4fd9-9df6-a072d724c5b9","resources":[{"resourceInstanceName":"pNF 3660da57-5668 0","resourceName":"pNF 3660da57-5668","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"60dde29f-61d9-4ca7-b8f1-96981202b1b2","resourceInvariantUUID":"b751ecad-467a-435c-8d59-0aed8b45afb7","resourceCustomizationUUID":"76843ced-04b6-4562-bf0d-379c35dac243","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vf-license-model.xml","artifactChecksum":"YWI3MDNjYWNkMGZlYjlhNDZhMWYxMTRhMGVlMzRmMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5a4b7c0-d71b-4abe-8894-40e8de778799","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/pNF.csar","artifactChecksum":"M2Y4MDg4MzM1NTA4ZDJiZjllMDBlN2Q5YmM4MDU0Njk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4d7a2f3-ea16-483e-8215-ebb636e8c776","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc0cea96-4c52-43f8-9da0-87f74b28abef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vendor-license-model.xml","artifactChecksum":"NjlkNjM5NmI1MjA2NDhhMDE0Yzk5NWViYzBkNWU1NzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"afb14eba-acdb-4c01-b6d6-70c1d0475497","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3013bda4-bfa7-45ea-9760-b3e86729987c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4be287fa-1109-4fc7-a90a-58ad1a936687","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOnlckobsljnihe4fpcgc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-template.yml","artifactChecksum":"MDE4ZjA5MmQ3MzRkYjU3MTg4NDJiYjZkMTEyMWM0ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"581a567e-1bf7-4a6b-a599-dabdad6c2e27","artifactVersion":"1"},{"artifactName":"service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar","artifactChecksum":"ZTA5MjcxYzdkZTNlOWViYzI2ODdiMTZiZWU2ZDgwNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"228931fa-8fe6-422a-a3e2-758eb9a4d9fa","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-26T14:30:37.755Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T14:30:37.756Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-26T14:30:37.760Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T14:30:37.760Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:37.860Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T14:30:37.861Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T14:30:37.861Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T14:30:37.877Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:30:37.878Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-26T14:30:38.761Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T14:30:38.762Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-26T14:30:38.764Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T14:30:38.764Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:38.864Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T14:30:38.866Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T14:30:38.866Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T14:30:38.879Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:30:38.880Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T14:30:39.765Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T14:30:39.766Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-26T14:30:39.768Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T14:30:39.768Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:39.868Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T14:30:39.869Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T14:30:39.869Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T14:30:39.884Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:30:39.885Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-26T14:30:40.769Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T14:30:40.770Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-26T14:30:40.772Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T14:30:40.772Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:40.872Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T14:30:40.873Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T14:30:40.873Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T14:30:40.888Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:30:40.889Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-26T14:30:41.773Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T14:30:41.774Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-26T14:30:41.777Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T14:30:41.777Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:41.877Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T14:30:41.878Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T14:30:41.878Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T14:30:41.892Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:30:41.892Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-26T14:30:42.777Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T14:30:42.778Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-26T14:30:42.781Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T14:30:42.781Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:42.881Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T14:30:42.884Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T14:30:42.884Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T14:30:42.899Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:30:42.899Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-26T14:30:43.782Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T14:30:43.783Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-26T14:30:43.785Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T14:30:43.785Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T14:30:43.885Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T14:30:43.886Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T14:30:43.886Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T14:30:43.900Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:30:43.901Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-26T14:30:44.786Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-26T14:30:44.787Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-26T14:30:44.789Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T14:30:44.789Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "NOTIFIED" } 2022-05-26T14:30:44.890Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-26T14:30:44.891Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T14:30:44.891Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T14:30:44.904Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:30:44.905Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-26T14:30:45.796Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "serviceName": "Demo_pNF_oNLCkoBslJnIHe4fPcGC", "serviceVersion": "1.0", "serviceUUID": "efb7ad14-3565-4cc7-a8b3-68bff3532644", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7562363c-1638-4fd9-9df6-a072d724c5b9", "resources": [ { "resourceInstanceName": "pNF 3660da57-5668 0", "resourceCustomizationUUID": "76843ced-04b6-4562-bf0d-379c35dac243", "resourceName": "pNF 3660da57-5668", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "60dde29f-61d9-4ca7-b8f1-96981202b1b2", "resourceInvariantUUID": "b751ecad-467a-435c-8d59-0aed8b45afb7", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "artifactChecksum": "ZTA5MjcxYzdkZTNlOWViYzI2ODdiMTZiZWU2ZDgwNTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "228931fa-8fe6-422a-a3e2-758eb9a4d9fa" } ], "workloadContext": "Production" } 2022-05-26T14:30:45.796Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-26T14:30:45.796Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 efb7ad14-3565-4cc7-a8b3-68bff3532644 ASDC 2022-05-26T14:30:45.797Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:e7a3d329-5897-4c7e-bdea-e276ba09c106 ServiceName:Demo_pNF_oNLCkoBslJnIHe4fPcGC ServiceVersion:1.0 ServiceUUID:efb7ad14-3565-4cc7-a8b3-68bff3532644 ServiceInvariantUUID:7562363c-1638-4fd9-9df6-a072d724c5b9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar ArtifactUUID:228931fa-8fe6-422a-a3e2-758eb9a4d9fa ArtifactChecksum:ZTA5MjcxYzdkZTNlOWViYzI2ODdiMTZiZWU2ZDgwNTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3660da57-5668 0 ResourceCustomizationUUID:76843ced-04b6-4562-bf0d-379c35dac243 ResourceInvariantUUID:b751ecad-467a-435c-8d59-0aed8b45afb7 ResourceName:pNF 3660da57-5668 ResourceType:PNF ResourceUUID:60dde29f-61d9-4ca7-b8f1-96981202b1b2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-26T14:30:45.798Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF efb7ad14-3565-4cc7-a8b3-68bff3532644 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-26T14:30:45.839Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T14:30:45.840Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-26T14:30:45.840Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-26T14:30:45.841Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 228931fa-8fe6-422a-a3e2-758eb9a4d9fa from URL: /sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:45.842Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-26T14:30:45.842Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:46.331Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-26T14:30:46.336Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 228931fa-8fe6-422a-a3e2-758eb9a4d9fa 82639 2022-05-26T14:30:46.336Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar ASDC sendASDCNotification 2022-05-26T14:30:46.336Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:46.337Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-26T14:30:46.337Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-26T14:30:46.340Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T14:30:46.340Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575446336, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T14:30:46.440Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T14:30:46.441Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T14:30:46.441Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T14:30:46.455Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:30:46.455Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-26T14:30:47.341Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-26T14:30:47.342Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-26T14:30:47.343Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 228931fa-8fe6-422a-a3e2-758eb9a4d9fa, URL: /sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar to file: /app/ASDC/1/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:47.344Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:47.344Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:47.346Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:47.626Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9542628525679693851/Definitions/service-DemoPnfOnlckobsljnihe4fpcgc-template.yml 2022-05-26T14:30:48.450Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-26T14:30:48.451Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-26T14:30:48.451Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:48.451Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-26T14:30:48.451Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||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-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:48.451Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:48.452Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||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-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:48.452Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||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-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:48.452Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||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-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:48.452Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3660da57-5668 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-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:48.452Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||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-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:48.452Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-26T14:30:48.452Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T14:30:48.453Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_oNLCkoBslJnIHe4fPcGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T14:30:48.453Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Node template pNF 3660da57-5668 0 is matching search criteria 2022-05-26T14:30:48.453Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-26T14:30:48.453Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 3660da57-5668 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T14:30:48.454Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T14:30:48.454Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_oNLCkoBslJnIHe4fPcGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T14:30:48.454Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Node template pNF 3660da57-5668 0 is matching search criteria 2022-05-26T14:30:48.454Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-26T14:30:48.454Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 3660da57-5668 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-26T14:30:48.454Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T14:30:48.454Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_oNLCkoBslJnIHe4fPcGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T14:30:48.455Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T14:30:48.455Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_oNLCkoBslJnIHe4fPcGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T14:30:48.455Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T14:30:48.455Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_oNLCkoBslJnIHe4fPcGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T14:30:48.455Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T14:30:48.455Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_oNLCkoBslJnIHe4fPcGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T14:30:48.456Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T14:30:48.456Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_oNLCkoBslJnIHe4fPcGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T14:30:48.456Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_oNLCkoBslJnIHe4fPcGC Description:catalog service description Model UUID:efb7ad14-3565-4cc7-a8b3-68bff3532644 Model Version:NULL Model InvariantUuid:7562363c-1638-4fd9-9df6-a072d724c5b9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-26T14:30:48.463Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 60dde29f-61d9-4ca7-b8f1-96981202b1b2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-26T14:30:48.468Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||pNF 3660da57-5668 0 2022-05-26T14:30:48.468Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 60dde29f-61d9-4ca7-b8f1-96981202b1b2 2022-05-26T14:30:48.469Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||No resources found for Service: efb7ad14-3565-4cc7-a8b3-68bff3532644 2022-05-26T14:30:48.469Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: efb7ad14-3565-4cc7-a8b3-68bff3532644 2022-05-26T14:30:48.470Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3660da57-5668 0 60dde29f-61d9-4ca7-b8f1-96981202b1b2 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-26T14:30:48.474Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63c87ce6, org.onap.sdc.toscaparser.api.parameters.Input@cd0b4a, org.onap.sdc.toscaparser.api.parameters.Input@322d13b1, org.onap.sdc.toscaparser.api.parameters.Input@1f384d84, org.onap.sdc.toscaparser.api.parameters.Input@3f373dc9] 2022-05-26T14:30:48.475Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T14:30:48.475Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_oNLCkoBslJnIHe4fPcGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T14:30:48.475Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid efb7ad14-3565-4cc7-a8b3-68bff3532644: pNF 3660da57-5668 2022-05-26T14:30:48.475Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||Processing PNF resource: 60dde29f-61d9-4ca7-b8f1-96981202b1b2 2022-05-26T14:30:48.476Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-26T14:30:48.476Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_oNLCkoBslJnIHe4fPcGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-26T14:30:48.476Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||Resource customization UUID: 76843ced-04b6-4562-bf0d-379c35dac243 is the same as notified resource customizationUUID: 76843ced-04b6-4562-bf0d-379c35dac243 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-26T14:30:48.535Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3660da57-5668 60dde29f-61d9-4ca7-b8f1-96981202b1b2 0 ASDC deployResourceStructure 2022-05-26T14:30:48.536Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar ASDC sendASDCNotification 2022-05-26T14:30:48.536Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar 2022-05-26T14:30:48.536Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-26T14:30:48.536Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-26T14:30:48.538Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T14:30:48.538Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575448536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T14:30:48.638Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T14:30:48.639Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T14:30:48.640Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T14:30:48.652Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:30:48.653Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-26T14:30:49.539Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7a3d329-5897-4c7e-bdea-e276ba09c106 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-26T14:30:49.556Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7a3d329-5897-4c7e-bdea-e276ba09c106 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-26T14:30:49.560Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-26T14:30:49.560Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-26T14:30:49.561Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-26T14:30:49.561Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-26T14:30:49.561Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T14:30:49.561Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T14:30:49.561Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T14:30:49.561Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T14:30:49.561Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T14:30:49.561Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-26T14:30:49.562Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T14:30:49.567Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-26T14:31:19.568Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7a3d329-5897-4c7e-bdea-e276ba09c106 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-26T14:31:19.575Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7a3d329-5897-4c7e-bdea-e276ba09c106 and serviceModelVersionId: efb7ad14-3565-4cc7-a8b3-68bff3532644 2022-05-26T14:31:19.576Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7562363c-1638-4fd9-9df6-a072d724c5b9 2022-05-26T14:31:19.577Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7562363c-1638-4fd9-9df6-a072d724c5b9/model-vers/model-ver/efb7ad14-3565-4cc7-a8b3-68bff3532644?depth=0 2022-05-26T14:31:19.583Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-05-26T14:31:19.639Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7562363c-1638-4fd9-9df6-a072d724c5b9/model-vers/model-ver/efb7ad14-3565-4cc7-a8b3-68bff3532644?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-26T14:31:19.641Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7562363c-1638-4fd9-9df6-a072d724c5b9/model-vers/model-ver/efb7ad14-3565-4cc7-a8b3-68bff3532644?depth=0|INFO|500||Invoke 2022-05-26T14:31:19.669Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7562363c-1638-4fd9-9df6-a072d724c5b9/model-vers/model-ver/efb7ad14-3565-4cc7-a8b3-68bff3532644?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-26T14:31:19.958Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7562363c-1638-4fd9-9df6-a072d724c5b9/model-vers/model-ver/efb7ad14-3565-4cc7-a8b3-68bff3532644?depth=0|INFO|500||InvokeReturn 2022-05-26T14:31:19.959Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7562363c-1638-4fd9-9df6-a072d724c5b9/model-vers/model-ver/efb7ad14-3565-4cc7-a8b3-68bff3532644?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220526-14:31:20:290-39688], vertex-id=[389240], Content-Length=[0], Date=[Thu, 26 May 2022 14:31:20 GMT], Content-Type=[application/json]} 2022-05-26T14:31:19.959Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-05-26T14:31:19.960Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-26T14:31:19.960Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-26T14:31:19.965Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-26T14:31:19.965Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7a3d329-5897-4c7e-bdea-e276ba09c106 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-26T14:31:19.966Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-26T14:31:19.966Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-26T14:31:19.969Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-26T14:31:19.969Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575479966, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T14:31:20.069Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-26T14:31:20.071Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-26T14:31:20.071Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dliLlD6AaET7m0RI) ... 2022-05-26T14:31:20.092Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:31:20.092Z||pool-29-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-26T14:31:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:31:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:31:37.112Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:31:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:31:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:31:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:31:37.141Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:31:37.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:31:37.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "clamp", "timestamp": 1653575439176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T14:31:37.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T14:31:46.663Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:32:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:32:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:32:37.114Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:32:37.114Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:32:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:32:37.114Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:32:37.145Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:32:37.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:32:37.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:32:37.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:32:46.687Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:33:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:33:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:33:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:33:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:33:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:33:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:33:37.644Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:33:37.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:33:37.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "clamp", "timestamp": 1653575440182, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-26T14:33:37.660Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e7a3d329-5897-4c7e-bdea-e276ba09c106 2022-05-26T14:33:37.660Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a3d329-5897-4c7e-bdea-e276ba09c106 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-26T14:33:37.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:33:37.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-26T14:33:37.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:33:37.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:33:37.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-26T14:33:37.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:33:37.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:33:37.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-26T14:33:37.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:33:37.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:33:37.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:33:37.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:33:37.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:33:37.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/resourceInstances/pnf3660da5756680/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-26T14:33:37.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:33:37.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:33:37.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-template.yml", "status": "NOT_NOTIFIED" } 2022-05-26T14:33:37.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:33:37.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:33:37.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575437111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "NOTIFIED" } 2022-05-26T14:33:37.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-26T14:33:37.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:33:37.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575446336, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-26T14:33:37.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T14:33:37.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:33:37.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575448536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOnlckobsljnihe4fpcgc/1.0/artifacts/service-DemoPnfOnlckobsljnihe4fpcgc-csar.csar", "status": "DEPLOY_OK" } 2022-05-26T14:33:37.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T14:33:37.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-26T14:33:37.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7a3d329-5897-4c7e-bdea-e276ba09c106", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653575479966, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-26T14:33:37.682Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-26T14:33:46.709Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:34:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:34:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:34:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:34:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:34:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:34:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:34:46.682Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:34:46.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:35:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:35:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:35:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:35:37.113Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:35:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:35:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:35:46.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:35:46.689Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:36:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:36:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:36:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:36:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:36:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:36:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:36:46.689Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:36:46.736Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:37:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:37:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:37:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:37:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:37:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:37:37.114Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:37:46.684Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:37:46.687Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:38:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:38:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:38:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:38:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:38:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:38:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:38:46.667Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:38:46.667Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:39:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:39:37.112Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:39:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:39:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:39:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:39:37.112Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:39:46.711Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:39:46.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:40:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:40:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:40:37.115Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:40:37.115Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:40:37.115Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:40:37.115Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:40:46.711Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:40:46.714Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:41:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:41:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:41:37.112Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:41:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:41:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:41:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:41:46.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:41:46.843Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:42:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:42:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:42:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:42:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:42:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:42:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:42:46.705Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:42:46.708Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:43:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:43:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:43:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:43:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:43:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:43:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:43:46.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:43:46.676Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:44:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:44:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:44:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:44:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:44:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:44:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:44:46.673Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:44:46.676Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:45:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:45:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:45:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:45:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:45:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:45:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:45:46.663Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:45:46.667Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:46:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:46:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:46:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:46:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:46:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:46:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:46:46.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:46:46.688Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:47:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:47:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:47:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:47:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:47:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:47:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:47:46.692Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:47:46.695Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:48:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:48:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:48:37.111Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:48:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:48:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:48:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:48:46.671Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:48:46.671Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:49:37.110Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:49:37.112Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:49:37.112Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:49:37.113Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:49:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:49:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:49:46.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:49:46.690Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:50:37.111Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:50:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:50:37.114Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:50:37.114Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:50:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:50:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:50:46.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:50:46.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:51:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:51:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:51:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:51:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:51:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:51:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:51:46.739Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:51:46.748Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:52:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:52:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:52:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:52:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:52:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:52:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:52:46.678Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:52:46.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:53:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:53:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:53:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:53:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:53:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:53:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:53:46.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:53:46.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:54:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:54:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:54:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:54:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:54:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:54:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:54:46.681Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:54:46.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:55:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:55:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:55:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:55:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:55:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:55:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:55:46.673Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:55:46.705Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:56:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:56:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:56:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:56:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:56:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:56:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:56:46.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:56:46.670Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:57:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:57:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:57:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:57:37.113Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:57:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:57:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:57:46.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:57:46.668Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:58:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:58:37.112Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:58:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:58:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:58:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:58:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T14:58:46.696Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:58:46.742Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:59:37.111Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:59:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T14:59:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:59:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:59:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T14:59:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T14:59:46.696Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T14:59:46.700Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:00:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:00:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:00:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:00:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:00:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:00:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:00:46.667Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:00:46.671Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:01:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:01:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:01:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:01:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:01:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:01:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:01:46.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:01:46.696Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:02:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:02:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:02:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:02:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:02:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:02:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:02:46.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:02:46.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:03:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:03:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:03:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:03:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:03:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:03:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:03:46.664Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:03:46.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:04:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:04:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:04:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:04:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:04:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:04:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:04:46.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:04:46.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:05:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:05:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:05:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:05:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:05:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:05:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:05:46.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:05:46.698Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:06:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:06:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:06:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:06:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:06:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:06:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:06:46.697Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:06:46.697Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:07:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:07:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:07:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:07:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:07:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:07:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:07:46.718Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:07:46.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:08:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:08:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:08:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:08:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:08:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:08:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:08:46.664Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:08:46.664Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:09:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:09:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:09:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:09:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:09:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:09:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:09:46.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:09:46.671Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:10:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:10:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:10:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:10:37.113Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:10:37.114Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:10:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:10:46.662Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:10:46.664Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:11:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:11:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:11:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:11:37.112Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:11:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:11:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T15:11:46.660Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:11:46.663Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:12:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:12:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:12:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:12:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:12:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:12:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:12:46.659Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:12:46.661Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:13:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:13:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:13:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:13:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:13:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:13:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:13:46.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:13:46.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:14:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:14:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:14:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:14:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:14:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:14:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:14:46.658Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:14:46.665Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:15:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:15:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:15:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:15:37.112Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:15:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:15:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T15:15:46.656Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:15:46.658Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:16:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:16:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:16:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:16:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:16:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:16:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:16:46.661Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:16:46.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:17:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:17:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:17:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:17:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:17:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:17:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:17:46.671Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:17:46.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:18:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:18:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:18:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:18:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:18:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:18:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:18:46.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:18:46.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:19:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:19:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:19:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:19:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:19:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:19:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:19:46.665Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:19:46.668Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:20:37.111Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:20:37.113Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:20:37.114Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:20:37.114Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:20:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:20:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:20:46.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:20:46.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:21:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:21:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:21:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:21:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:21:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:21:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T15:21:46.665Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:21:46.671Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:22:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:22:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:22:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:22:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:22:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:22:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:22:46.661Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:22:46.661Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:23:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:23:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:23:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:23:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:23:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:23:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:23:46.662Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:23:46.665Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:24:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:24:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:24:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:24:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:24:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:24:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:24:46.676Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:24:46.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:25:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:25:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:25:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:25:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:25:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:25:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:25:46.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:25:46.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:26:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:26:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:26:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:26:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:26:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:26:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:26:46.701Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:26:46.716Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:27:37.110Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:27:37.111Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:27:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:27:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:27:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:27:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:27:46.699Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:27:46.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:28:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:28:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:28:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:28:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:28:37.112Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:28:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:28:46.689Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:28:46.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:29:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:29:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:29:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:29:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:29:37.112Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:29:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:29:46.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:29:46.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:30:37.111Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:30:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:30:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:30:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:30:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:30:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:30:46.711Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:30:46.714Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:31:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:31:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:31:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:31:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:31:37.116Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:31:37.117Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:31:46.660Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:31:46.694Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:32:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:32:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:32:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:32:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:32:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:32:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T15:32:46.689Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:32:46.690Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:33:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:33:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:33:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:33:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:33:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:33:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:33:46.695Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:33:46.793Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:34:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:34:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:34:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:34:37.113Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:34:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:34:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:34:46.698Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:34:46.698Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:35:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:35:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:35:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:35:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:35:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:35:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:35:46.669Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:35:46.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:36:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:36:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:36:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:36:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:36:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:36:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T15:36:46.656Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:36:46.665Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:37:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:37:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:37:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:37:37.113Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:37:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:37:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:37:46.668Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:37:46.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:38:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:38:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:38:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:38:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:38:37.112Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:38:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:38:46.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:38:46.668Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:39:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:39:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:39:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:39:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:39:37.112Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:39:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:39:46.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:39:46.687Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:40:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:40:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:40:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:40:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:40:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:40:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:40:46.699Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:40:46.699Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:41:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:41:37.112Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:41:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:41:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:41:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:41:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:41:46.664Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:41:46.667Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:42:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:42:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:42:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:42:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:42:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:42:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:42:46.671Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:42:46.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:43:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:43:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:43:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:43:37.112Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:43:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:43:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T15:43:46.666Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:43:46.671Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:44:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:44:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:44:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:44:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:44:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:44:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:44:46.700Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:44:46.700Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:45:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:45:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:45:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:45:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:45:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:45:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:45:46.659Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:45:46.662Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:46:37.110Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:46:37.111Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:46:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:46:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:46:37.112Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:46:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:46:46.664Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:46:46.664Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:47:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:47:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:47:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:47:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:47:37.114Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:47:37.114Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T15:47:46.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:47:46.666Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:48:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:48:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:48:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:48:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:48:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:48:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:48:46.671Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:48:46.702Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:49:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:49:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:49:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:49:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:49:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:49:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:49:46.661Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:49:46.661Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:50:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:50:37.112Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:50:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:50:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:50:37.112Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:50:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:50:46.664Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:50:46.667Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:51:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:51:37.112Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:51:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:51:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:51:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:51:37.114Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T15:51:46.693Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:51:46.695Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:52:37.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:52:37.111Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:52:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:52:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:52:37.114Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:52:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:52:46.663Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:52:46.667Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:53:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:53:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:53:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:53:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:53:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:53:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:53:46.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:53:46.663Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:54:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:54:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:54:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:54:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:54:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:54:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:54:46.658Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:54:46.661Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:55:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:55:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:55:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:55:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:55:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:55:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T15:55:46.663Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:55:46.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:56:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:56:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:56:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:56:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:56:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:56:37.114Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T15:56:46.659Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:56:46.662Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:57:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:57:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:57:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:57:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:57:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:57:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:57:46.665Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:57:46.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:58:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:58:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:58:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:58:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:58:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:58:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:58:46.657Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:58:46.657Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:59:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:59:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:59:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:59:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T15:59:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T15:59:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T15:59:46.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T15:59:46.711Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:00:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:00:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:00:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:00:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:00:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:00:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:00:46.669Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:00:46.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:01:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:01:37.112Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:01:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:01:37.112Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:01:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:01:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T16:01:46.671Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:01:46.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:02:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:02:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:02:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:02:37.113Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:02:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:02:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:02:46.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:02:46.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:03:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:03:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:03:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:03:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:03:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:03:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:03:46.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:03:46.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:04:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:04:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:04:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:04:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:04:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:04:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:04:46.659Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:04:46.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:05:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:05:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:05:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:05:37.112Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:05:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:05:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T16:05:46.687Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:05:46.687Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:06:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:06:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:06:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:06:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:06:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:06:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:06:46.697Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:06:46.702Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:07:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:07:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:07:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:07:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:07:37.112Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:07:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:07:46.708Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:07:46.717Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:08:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:08:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:08:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:08:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:08:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:08:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:08:46.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:08:46.663Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:09:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:09:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:09:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:09:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:09:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:09:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:09:46.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:09:46.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:10:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:10:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:10:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:10:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:10:37.112Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:10:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:10:46.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:10:46.681Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:11:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:11:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:11:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:11:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:11:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:11:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:11:46.672Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:11:46.682Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:12:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:12:37.112Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:12:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:12:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:12:37.112Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:12:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:12:46.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:12:46.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:13:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:13:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:13:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:13:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:13:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:13:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T16:13:46.661Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:13:46.665Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:14:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:14:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:14:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:14:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:14:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:14:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:14:46.666Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:14:46.666Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:15:37.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:15:37.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:15:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:15:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:15:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:15:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:15:46.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:15:46.676Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:16:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:16:37.110Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:16:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:16:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:16:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:16:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:16:46.668Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:16:46.668Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:17:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:17:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:17:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:17:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:17:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:17:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:17:46.664Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:17:46.668Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:18:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:18:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:18:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:18:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:18:37.112Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:18:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:18:46.666Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:18:46.669Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:19:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:19:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:19:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:19:37.112Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:19:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:19:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T16:19:46.671Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:19:46.671Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:20:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:20:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:20:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:20:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:20:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:20:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T16:20:46.665Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:20:46.668Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:21:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:21:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:21:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:21:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:21:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:21:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T16:21:46.669Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:21:46.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:22:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:22:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:22:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:22:37.112Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:22:37.113Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:22:37.114Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:22:46.674Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:22:46.675Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:23:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:23:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:23:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:23:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:23:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:23:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:23:46.670Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:23:46.672Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:24:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:24:37.112Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:24:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:24:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:24:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:24:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:24:46.664Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:24:46.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:25:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:25:37.112Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:25:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:25:37.112Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:25:37.113Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:25:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:25:46.665Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:25:46.668Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:26:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:26:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:26:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:26:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:26:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:26:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T16:26:46.663Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:26:46.665Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:27:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:27:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:27:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:27:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:27:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:27:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:27:46.666Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:27:46.666Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:28:37.110Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:28:37.111Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:28:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:28:37.112Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:28:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:28:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:28:46.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:28:46.674Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:29:37.110Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:29:37.111Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:29:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:29:37.112Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:29:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:29:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T16:29:46.677Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:29:46.678Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:30:37.110Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:30:37.111Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:30:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:30:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:30:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:30:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T16:30:46.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:30:46.666Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:31:37.110Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:31:37.111Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:31:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:31:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:31:37.113Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:31:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:31:46.659Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:31:46.663Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:32:37.110Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:32:37.111Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:32:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:32:37.112Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:32:37.112Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:32:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:32:46.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:32:46.660Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:33:37.110Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:33:37.111Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:33:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:33:37.112Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:33:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:33:37.113Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|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 dliLlD6AaET7m0RI) ... 2022-05-26T16:33:46.654Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:33:46.656Z|e7a3d329-5897-4c7e-bdea-e276ba09c106|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:34:37.110Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:34:37.111Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:34:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:34:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:34:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:34:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T16:34:46.667Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:34:46.667Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:35:37.110Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:35:37.111Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:35:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:35:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:35:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:35:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:35:46.664Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:35:46.667Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:36:37.110Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:36:37.111Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:36:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:36:37.112Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:36:37.113Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:36:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:36:46.665Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:36:46.668Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:37:37.110Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:37:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:37:37.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:37:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:37:37.113Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:37:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:37:46.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:37:46.670Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:38:37.110Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:38:37.111Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:38:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:38:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:38:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:38:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T16:38:46.671Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:38:46.671Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:39:37.110Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:39:37.111Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:39:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:39:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:39:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:39:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T16:39:46.667Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:39:46.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:40:37.111Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:40:37.112Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:40:37.112Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:40:37.112Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:40:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:40:37.113Z|56a92502-e0d0-4514-91d5-416fd53cf21e|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 dliLlD6AaET7m0RI) ... 2022-05-26T16:40:46.671Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:40:46.673Z|56a92502-e0d0-4514-91d5-416fd53cf21e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:41:37.110Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:41:37.111Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:41:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:41:37.112Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:41:37.112Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:41:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:41:46.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:41:46.663Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:42:37.110Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:42:37.111Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:42:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:42:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:42:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:42:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:42:46.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:42:46.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:43:37.110Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:43:37.110Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:43:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:43:37.112Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:43:37.113Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:43:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:43:46.655Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:43:46.659Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:44:37.110Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:44:37.111Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:44:37.111Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:44:37.112Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-26T16:44:37.113Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-26T16:44:37.113Z||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 dliLlD6AaET7m0RI) ... 2022-05-26T16:44:46.673Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-26T16:44:46.680Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK