By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-08-24T19:00:42.208Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-cjkff with PID 14 (/app/app.jar started by so in /app) 2021-08-24T19:00:42.214Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-08-24T19:00:42.214Z||main|||||INFO|500||The following profiles are active: basic 2021-08-24T19:00:48.552Z||main|||||INFO|500||Starting service [Tomcat] 2021-08-24T19:00:48.553Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-08-24T19:00:48.660Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-08-24T19:00:49.912Z||main|||||INFO|500||catdb-pool - Starting... 2021-08-24T19:00:50.091Z||main|||||INFO|500||catdb-pool - Start completed. 2021-08-24T19:00:50.412Z||main|||||INFO|500||reqdb-pool - Starting... 2021-08-24T19:00:50.417Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-08-24T19:00:50.488Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-08-24T19:00:50.607Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-08-24T19:00:50.966Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-08-24T19:00:51.686Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-24T19:00:53.445Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-24T19:00:53.489Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-08-24T19:00:53.902Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-24T19:00:54.041Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-08-24T19:00:55.133Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-24T19:00:55.924Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-08-24T19:00:55.939Z||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$$1b4077b3.deployActivities( ) at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-08-24T19:00:55.940Z||main|||||WARN|500||The sdc end point is not alive 2021-08-24T19:00:57.708Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-08-24T19:00:59.603Z||main|||||WARN|500||--- 2021-08-24T19:00:59.603Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-08-24T19:00:59.603Z||main|||||WARN|500||--- 2021-08-24T19:00:59.853Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-08-24T19:01:02.515Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:01:02.516Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:01:02.517Z||main|||||INFO|500||Started Application in 22.094 seconds (JVM running for 23.121) 2021-08-24T19:01:02.525Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:01:02.546Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:01:02.614Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8725bd1c-bad2-45d3-a4ae-aeda0d7e7be8 url= /sdc/v1/artifactTypes 2021-08-24T19:01:02.615Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:01:02.857Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:01:02.883Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:01:02.902Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:01:02.909Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:01:03.926Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:01:03.928Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:01:03.929Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:01:03.931Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:01:52.513Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:01:52.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:01:52.514Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:01:52.517Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:01:52.523Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 452ec8ab-0e48-4063-bc83-3ac0b8c1e2f7 url= /sdc/v1/artifactTypes 2021-08-24T19:01:52.523Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:01:52.564Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:01:52.565Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:01:52.565Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:01:52.566Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:01:52.566Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:01:53.593Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:01:53.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:01:53.594Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:01:53.595Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:02:42.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:02:42.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:02:42.513Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:02:42.517Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:02:42.522Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a1950d7-9440-4328-a8ee-f4a282e0e480 url= /sdc/v1/artifactTypes 2021-08-24T19:02:42.522Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:02:42.558Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:02:42.559Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:02:42.559Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:02:42.560Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:02:42.560Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:02:43.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:02:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:02:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:02:43.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:03:32.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:03:32.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:03:32.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:03:32.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:03:32.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a24fcfd0-7ef2-40b7-9898-556dcd3b9c8b url= /sdc/v1/artifactTypes 2021-08-24T19:03:32.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:03:32.553Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:03:32.553Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:03:32.554Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:03:32.554Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:03:32.554Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:03:33.590Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:03:33.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:03:33.591Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:03:33.591Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:04:22.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:04:22.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:04:22.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:04:22.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:04:22.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f680805-b361-4b7d-899f-e2bb21ddcf0b url= /sdc/v1/artifactTypes 2021-08-24T19:04:22.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:04:22.556Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:04:22.557Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:04:22.557Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:04:22.557Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:04:22.557Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:04:23.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:04:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:04:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:04:23.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:05:12.525Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:05:12.529Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:05:12.529Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:05:12.536Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:05:12.546Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5fbd33ec-9b5a-4f39-ba15-73574768b27d url= /sdc/v1/artifactTypes 2021-08-24T19:05:12.547Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:05:12.593Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:05:12.596Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:05:12.596Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:05:12.596Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:05:12.597Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:05:13.622Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:05:13.622Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:05:13.623Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:05:13.623Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:06:02.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:06:02.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:06:02.513Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:06:02.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:06:02.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b556e9ae-00a4-4f2d-97e7-25d219f8be80 url= /sdc/v1/artifactTypes 2021-08-24T19:06:02.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:06:02.607Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:06:02.608Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:06:02.608Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:06:02.608Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:06:02.609Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:06:03.638Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:06:03.638Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:06:03.638Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:06:03.639Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:06:52.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:06:52.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:06:52.513Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:06:52.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:06:52.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a99d0e1-41bc-4160-82e0-0415fa9091f4 url= /sdc/v1/artifactTypes 2021-08-24T19:06:52.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:06:52.554Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:06:52.555Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:06:52.555Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:06:52.555Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:06:52.555Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:06:53.590Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:06:53.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:06:53.590Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:06:53.591Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:07:42.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:07:42.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:07:42.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:07:42.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:07:42.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d1909434-d204-4a16-a10f-cce852d10d09 url= /sdc/v1/artifactTypes 2021-08-24T19:07:42.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:07:42.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:07:42.550Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:07:42.551Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:07:42.551Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:07:42.551Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:07:43.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:07:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:07:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:07:43.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:08:32.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:08:32.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:08:32.513Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:08:32.517Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:08:32.524Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8db7a369-b4cc-4431-bab4-1a37b50a747e url= /sdc/v1/artifactTypes 2021-08-24T19:08:32.525Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:08:32.563Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:08:32.563Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:08:32.563Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:08:32.564Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:08:32.564Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:08:33.589Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:08:33.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:08:33.593Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:08:33.594Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:09:22.513Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:09:22.515Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:09:22.516Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:09:22.520Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:09:22.527Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0e2d8e95-ea1e-4924-9171-bda90ebcba3b url= /sdc/v1/artifactTypes 2021-08-24T19:09:22.527Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:09:22.559Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:09:22.561Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:09:22.561Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:09:22.561Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:09:22.562Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:09:23.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:09:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:09:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:09:23.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:10:12.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:10:12.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:10:12.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:10:12.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:10:12.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 95035deb-3236-401a-b630-31b07314904b url= /sdc/v1/artifactTypes 2021-08-24T19:10:12.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:10:12.546Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:10:12.547Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:10:12.547Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:10:12.547Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:10:12.548Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:10:13.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:10:13.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:10:13.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:10:13.559Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:11:02.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:11:02.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:11:02.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:11:02.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:11:02.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae97ec45-6468-41b2-8fe4-ec2067ab9da7 url= /sdc/v1/artifactTypes 2021-08-24T19:11:02.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:11:02.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:11:02.551Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:11:02.551Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:11:02.552Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:11:02.552Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:11:03.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:11:03.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:11:03.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:11:03.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:11:24.259Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-08-24T19:11:52.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:11:52.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:11:52.513Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:11:52.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:11:52.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b90059f8-9bdc-45db-81ea-f951ee3569e5 url= /sdc/v1/artifactTypes 2021-08-24T19:11:52.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:11:52.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:11:52.552Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:11:52.552Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:11:52.552Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:11:52.552Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:11:53.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:11:53.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:11:53.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:11:53.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:12:42.513Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:12:42.514Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:12:42.514Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:12:42.519Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:12:42.524Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f1d861a-397c-4ef1-8c35-ffb54359c888 url= /sdc/v1/artifactTypes 2021-08-24T19:12:42.525Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:12:42.559Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:12:42.561Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:12:42.561Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:12:42.561Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:12:42.562Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:12:43.574Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:12:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:12:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:12:43.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:13:32.513Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:13:32.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:13:32.513Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:13:32.516Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:13:32.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0ddd8c48-8ee3-4922-b48f-1c3e52ae20ae url= /sdc/v1/artifactTypes 2021-08-24T19:13:32.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:13:32.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:13:32.547Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:13:32.547Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:13:32.547Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:13:32.547Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:13:33.558Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:13:33.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:13:33.559Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:13:33.559Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-24T19:14:22.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:14:22.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:14:22.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:14:22.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:14:22.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23c9deb7-1970-412f-a3ee-ac68ba9a9e2b url= /sdc/v1/artifactTypes 2021-08-24T19:14:22.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:14:22.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:14:22.546Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:14:22.546Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:14:22.546Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:14:22.547Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:14:23.574Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:14:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:14:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:14:23.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:15:12.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:15:12.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:15:12.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:15:12.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:15:12.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cbcb289a-8009-4c9e-94bc-d041494e5cbd url= /sdc/v1/artifactTypes 2021-08-24T19:15:12.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:15:12.542Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:15:12.543Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:15:12.543Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:15:12.543Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:15:12.543Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:15:13.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:15:13.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:15:13.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:15:13.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:16:02.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:16:02.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:16:02.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:16:02.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:16:02.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 669c1f11-9c30-4c02-899c-dfef9b8e482b url= /sdc/v1/artifactTypes 2021-08-24T19:16:02.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:16:02.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:16:02.546Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:16:02.546Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:16:02.546Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:16:02.547Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:16:03.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:16:03.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:16:03.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:16:03.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:16:52.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:16:52.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:16:52.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:16:52.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:16:52.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b21deb41-fc2a-4c40-93cd-e435242b794b url= /sdc/v1/artifactTypes 2021-08-24T19:16:52.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:16:52.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:16:52.546Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:16:52.546Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:16:52.546Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:16:52.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:16:53.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:16:53.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:16:53.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:16:53.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:17:42.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:17:42.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:17:42.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:17:42.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:17:42.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a4bfe74e-80cd-468d-a481-e1d33fb009b7 url= /sdc/v1/artifactTypes 2021-08-24T19:17:42.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:17:42.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:17:42.550Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:17:42.551Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:17:42.551Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:17:42.551Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:17:43.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:17:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:17:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:17:43.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:18:32.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:18:32.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:18:32.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:18:32.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:18:32.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fbcc1fe1-2489-46d5-a8c7-88efdccd68cb url= /sdc/v1/artifactTypes 2021-08-24T19:18:32.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:18:32.548Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:18:32.548Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:18:32.549Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:18:32.549Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:18:32.549Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:18:33.558Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:18:33.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:18:33.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:18:33.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:19:22.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:19:22.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:19:22.513Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:19:22.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:19:22.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b90739f-1742-4a4c-a0e2-4860fa28bdca url= /sdc/v1/artifactTypes 2021-08-24T19:19:22.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:19:22.548Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:19:22.549Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:19:22.549Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:19:22.550Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:19:22.550Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:19:23.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:19:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:19:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:19:23.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:20:12.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:20:12.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:20:12.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:20:12.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:20:12.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1598c5fe-bb07-480a-9740-030e95f4ea5c url= /sdc/v1/artifactTypes 2021-08-24T19:20:12.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:20:12.546Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:20:12.547Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:20:12.547Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:20:12.547Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:20:12.548Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:20:13.558Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:20:13.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:20:13.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:20:13.559Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:21:02.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:21:02.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:21:02.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:21:02.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:21:02.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f492aad-9286-4a51-bc66-8d5a21df2b1b url= /sdc/v1/artifactTypes 2021-08-24T19:21:02.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:21:02.540Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:21:02.541Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:21:02.541Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:21:02.541Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:21:02.541Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:21:03.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:21:03.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:21:03.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:21:03.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:21:52.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:21:52.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:21:52.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:21:52.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:21:52.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d69d387c-6e88-4d26-81b2-60bd59629d66 url= /sdc/v1/artifactTypes 2021-08-24T19:21:52.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:21:52.548Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:21:52.549Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:21:52.549Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:21:52.549Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:21:52.550Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:21:53.590Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:21:53.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:21:53.590Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:21:53.591Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:22:42.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:22:42.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:22:42.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:22:42.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:22:42.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 319d493e-c8ab-49cd-a9ec-3be2987e7405 url= /sdc/v1/artifactTypes 2021-08-24T19:22:42.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:22:42.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:22:42.545Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:22:42.545Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:22:42.545Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:22:42.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:22:43.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:22:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:22:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:22:43.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:23:32.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:23:32.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:23:32.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:23:32.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:23:32.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba947dee-4c80-4cda-b87c-e4d56c86c972 url= /sdc/v1/artifactTypes 2021-08-24T19:23:32.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:23:32.542Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:23:32.543Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:23:32.543Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:23:32.543Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:23:32.543Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:23:33.558Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:23:33.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:23:33.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:23:33.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:24:22.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:24:22.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:24:22.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:24:22.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:24:22.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f472465-834f-4692-b8b9-01f8218eafcf url= /sdc/v1/artifactTypes 2021-08-24T19:24:22.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:24:22.547Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:24:22.548Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:24:22.548Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:24:22.548Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:24:22.548Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:24:23.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:24:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:24:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:24:23.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:25:12.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:25:12.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:25:12.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:25:12.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:25:12.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= caebc6f3-c3a6-4c78-ba2a-cf21e4d324fb url= /sdc/v1/artifactTypes 2021-08-24T19:25:12.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:25:12.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:25:12.551Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:25:12.551Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:25:12.551Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:25:12.552Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:25:13.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:25:13.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:25:13.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:25:13.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:26:02.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:26:02.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:26:02.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:26:02.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:26:02.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ccccdb81-4909-440d-a9aa-f1916cbb0b15 url= /sdc/v1/artifactTypes 2021-08-24T19:26:02.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:26:02.543Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:26:02.544Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:26:02.544Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:26:02.544Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:26:02.544Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:26:03.574Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:26:03.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:26:03.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:26:03.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:26:52.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:26:52.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:26:52.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:26:52.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:26:52.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ddee1af0-49f6-402f-9d8e-6be42520e4eb url= /sdc/v1/artifactTypes 2021-08-24T19:26:52.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:26:52.544Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:26:52.545Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:26:52.545Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:26:52.545Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:26:52.545Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:26:53.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:26:53.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:26:53.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:26:53.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:27:42.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:27:42.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:27:42.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:27:42.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:27:42.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e5373aa4-9f3a-4759-809e-090a1e26bcc4 url= /sdc/v1/artifactTypes 2021-08-24T19:27:42.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:27:42.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:27:42.546Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:27:42.546Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:27:42.546Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:27:42.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:27:43.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:27:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:27:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:27:43.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:28:32.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:28:32.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:28:32.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:28:32.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:28:32.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8996ace2-b97a-4342-9698-2a631e481daf url= /sdc/v1/artifactTypes 2021-08-24T19:28:32.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:28:32.541Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:28:32.542Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:28:32.542Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:28:32.542Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:28:32.542Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:28:33.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:28:33.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:28:33.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:28:33.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:29:22.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:29:22.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:29:22.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:29:22.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:29:22.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 263b8f6f-67d4-4645-9809-49c714cf0e05 url= /sdc/v1/artifactTypes 2021-08-24T19:29:22.517Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:29:22.544Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:29:22.545Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:29:22.545Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:29:22.545Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:29:22.545Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:29:23.574Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-24T19:29:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)] 2021-08-24T19:29:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) 2021-08-24T19:29:23.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) 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) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-24T19:30:12.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T19:30:12.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T19:30:12.512Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T19:30:12.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T19:30:12.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eae3339a-0e74-4707-a125-d5b12b8ebf9b url= /sdc/v1/artifactTypes 2021-08-24T19:30:12.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T19:30:12.547Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T19:30:12.547Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T19:30:12.547Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T19:30:12.548Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-24T19:30:12.548Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T19:30:12.568Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:30:12.583Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= afdcd22d-f549-4f2d-83fe-522205faec11 url= /sdc/v1/registerForDistribution 2021-08-24T19:30:12.679Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= afdcd22d-f549-4f2d-83fe-522205faec11 url= /sdc/v1/registerForDistribution 2021-08-24T19:30:12.680Z||scheduling-1|||||INFO|500||start DistributionClient 2021-08-24T19:30:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:30:12.688Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:30:12.693Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:30:12.693Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:30:12.693Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:30:12.693Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:30:12.695Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-08-24T19:30:22.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:30:22.992Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:31:12.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:31:12.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:31:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:31:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:31:12.688Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:31:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:31:22.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:31:22.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:32:12.686Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:32:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:32:12.687Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:32:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:32:12.689Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:32:12.689Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:32:22.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:32:22.232Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:33:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:33:12.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:33:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:33:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:33:12.688Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:33:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:33:22.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:33:22.231Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:34:12.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:34:12.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:34:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:34:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:34:12.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:34:12.689Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:34:22.232Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:34:22.232Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:35:12.686Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:35:12.687Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:35:12.687Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:35:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:35:12.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:35:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:35:22.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:35:22.229Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:36:12.686Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:36:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:36:12.687Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:36:12.687Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:36:12.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:36:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:36:22.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:36:22.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:37:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:37:12.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:37:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:37:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:37:12.689Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:37:12.690Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:37:22.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:37:22.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:38:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:38:12.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:38:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:38:12.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:38:12.688Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:38:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:38:22.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:38:22.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:39:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:39:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:39:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:39:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:39:12.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:39:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:39:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:39:22.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:40:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:40:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:40:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:40:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:40:12.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:40:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:40:22.228Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:40:22.229Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:41:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:41:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:41:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:41:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:41:12.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:41:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:41:22.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:41:22.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:42:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:42:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:42:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:42:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:42:12.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:42:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:42:22.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:42:22.226Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:43:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:43:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:43:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:43:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:43:12.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:43:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:43:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:43:22.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:44:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:44:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:44:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:44:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:44:12.688Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:44:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:44:22.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:44:22.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:45:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:45:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:45:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:45:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:45:12.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:45:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:45:22.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:45:22.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:46:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:46:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:46:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:46:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:46:12.688Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:46:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:46:22.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:46:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:47:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:47:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:47:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:47:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:47:12.688Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:47:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:47:22.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:47:22.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:48:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:48:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:48:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:48:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:48:12.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:48:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:48:22.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:48:22.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:49:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:49:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:49:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:49:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:49:12.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:49:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:49:22.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:49:22.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:50:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:50:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:50:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:50:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:50:12.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:50:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:50:22.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:50:22.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:51:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:51:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:51:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:51:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:51:12.688Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:51:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:51:22.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:51:22.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:52:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:52:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:52:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:52:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:52:12.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:52:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:52:22.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:52:22.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:53:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:53:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:53:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:53:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:53:12.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:53:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:53:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:53:22.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:54:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:54:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:54:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:54:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:54:12.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:54:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:54:22.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:54:22.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:55:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:55:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:55:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:55:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:55:12.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:55:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:55:22.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:55:22.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:56:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:56:12.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:56:12.687Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:56:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:56:12.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:56:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:56:22.226Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:56:22.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:57:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:57:12.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:57:12.687Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:57:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:57:12.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:57:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:57:22.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:57:22.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:58:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:58:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:58:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:58:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:58:12.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:58:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:58:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:58:22.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:59:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:59:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:59:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:59:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T19:59:12.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T19:59:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T19:59:22.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T19:59:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:00:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:00:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:00:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:00:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:00:12.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:00:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:00:22.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:00:22.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:01:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:01:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:01:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:01:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:01:12.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:01:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:01:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:01:22.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:02:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:02:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:02:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:02:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:02:12.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:02:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:02:22.222Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:02:22.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:03:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:03:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:03:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:03:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:03:12.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:03:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:03:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:03:22.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:04:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:04:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:04:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:04:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:04:12.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:04:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:04:22.224Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:04:22.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:05:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:05:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:05:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:05:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:05:12.688Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:05:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:05:22.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:05:22.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:06:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:06:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:06:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:06:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:06:12.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:06:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:06:22.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:06:22.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:07:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:07:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:07:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:07:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:07:12.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:07:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:07:22.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:07:22.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:08:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:08:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:08:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:08:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:08:12.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:08:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:08:22.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:08:22.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:09:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:09:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:09:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:09:12.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:09:12.688Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:09:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:09:22.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:09:22.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:10:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:10:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:10:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:10:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:10:12.687Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:10:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:10:22.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:10:22.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:11:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:11:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:11:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:11:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:11:12.688Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:11:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:11:22.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:11:22.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:12:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:12:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:12:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:12:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:12:12.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:12:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:12:22.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:12:22.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:13:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:13:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:13:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:13:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:13:12.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:13:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:13:22.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:13:22.225Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:14:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:14:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:14:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:14:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:14:12.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:14:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:14:22.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:14:22.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:15:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:15:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:15:12.687Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:15:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:15:12.688Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:15:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:15:22.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:15:22.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:16:12.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:16:12.686Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:16:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:16:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:16:12.688Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:16:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:16:22.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:16:22.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:17:12.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:17:12.686Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:17:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:17:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:17:12.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:17:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:17:22.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:17:22.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:18:12.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:18:12.686Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:18:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:18:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:18:12.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:18:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:18:22.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:18:22.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:19:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:19:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:19:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:19:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:19:12.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:19:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:19:22.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:19:22.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:20:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:20:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:20:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:20:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:20:12.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:20:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:20:22.219Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:20:22.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:21:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:21:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:21:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:21:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:21:12.688Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:21:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:21:22.220Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:21:22.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:22:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:22:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:22:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:22:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:22:12.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:22:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:22:22.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:22:22.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:23:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:23:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:23:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:23:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:23:12.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:23:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:23:22.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:23:22.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:24:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:24:12.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:24:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:24:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:24:12.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:24:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:24:22.221Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:24:22.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:25:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:25:12.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:25:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:25:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:25:12.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:25:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:25:22.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:25:22.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:26:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:26:12.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:26:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:26:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:26:12.688Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:26:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:26:22.221Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:26:22.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:27:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:27:12.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:27:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:27:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:27:12.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:27:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:27:22.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:27:22.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:28:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:28:12.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:28:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:28:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:28:12.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:28:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:28:22.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:28:22.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:29:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:29:12.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:29:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:29:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:29:12.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:29:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:29:22.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:29:22.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:30:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:30:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:30:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:30:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:30:12.688Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:30:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:30:22.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:30:22.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:31:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:31:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:31:12.687Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:31:12.687Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:31:12.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:31:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:31:22.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:31:22.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:32:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:32:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:32:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:32:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:32:12.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:32:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:32:22.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:32:22.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:33:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:33:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:33:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:33:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:33:12.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:33:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:33:22.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:33:22.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:34:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:34:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:34:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:34:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:34:12.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:34:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:34:22.225Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:34:22.228Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:35:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:35:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:35:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:35:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:35:12.688Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:35:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:35:22.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:35:22.228Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:36:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:36:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:36:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:36:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:36:12.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:36:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:36:22.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:36:22.222Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:37:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:37:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:37:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:37:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:37:12.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:37:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:37:22.221Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:37:22.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:38:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:38:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:38:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:38:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:38:12.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:38:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:38:22.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:38:22.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:39:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:39:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:39:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:39:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:39:12.688Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:39:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:39:22.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:39:22.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:40:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:40:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:40:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:40:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:40:12.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:40:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:40:22.221Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:40:22.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:41:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:41:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:41:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:41:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:41:12.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:41:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:41:22.220Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:41:22.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:42:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:42:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:42:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:42:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:42:12.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:42:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:42:22.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:42:22.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:43:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:43:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:43:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:43:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:43:12.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:43:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:43:22.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:43:22.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:44:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:44:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:44:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:44:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:44:12.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:44:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:44:22.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:44:22.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:45:12.686Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:45:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:45:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:45:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:45:12.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:45:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:45:22.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:45:22.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:46:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:46:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:46:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:46:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:46:12.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:46:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:46:22.223Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:46:22.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:47:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:47:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:47:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:47:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:47:12.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:47:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:47:22.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:47:22.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:48:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:48:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:48:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:48:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:48:12.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:48:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:48:22.222Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:48:22.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:49:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:49:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:49:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:49:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:49:12.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:49:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:49:22.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:49:22.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:50:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:50:12.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:50:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:50:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:50:12.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:50:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:50:22.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:50:22.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:51:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:51:12.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:51:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:51:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:51:12.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:51:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:51:22.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:51:22.229Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:52:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:52:12.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:52:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:52:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:52:12.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:52:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:52:22.234Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:52:22.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:53:12.686Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:53:12.687Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:53:12.687Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:53:12.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:53:12.688Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:53:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:53:22.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:53:22.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:54:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:54:12.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:54:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:54:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:54:12.688Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:54:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:54:22.221Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:54:22.227Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:55:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:55:12.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:55:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:55:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:55:12.688Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:55:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:55:22.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:55:22.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:56:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:56:12.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:56:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:56:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:56:12.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:56:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:56:22.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:56:22.221Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:57:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:57:12.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:57:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:57:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:57:12.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:57:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:57:22.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:57:22.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:58:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:58:12.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:58:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:58:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:58:12.688Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:58:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:58:22.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:58:22.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:59:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:59:12.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:59:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:59:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T20:59:12.688Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T20:59:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T20:59:22.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T20:59:22.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:00:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:00:12.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:00:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:00:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:00:12.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:00:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:00:22.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:00:22.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:01:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:01:12.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:01:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:01:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:01:12.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:01:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:01:22.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:01:22.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:02:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:02:12.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:02:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:02:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:02:12.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:02:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:02:22.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:02:22.223Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:03:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:03:12.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:03:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:03:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:03:12.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:03:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:03:22.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:03:22.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:04:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:04:12.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:04:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:04:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:04:12.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:04:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:04:22.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:04:22.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:05:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:05:12.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:05:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:05:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:05:12.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:05:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:05:22.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:05:22.222Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:06:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:06:12.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:06:12.686Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:06:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:06:12.688Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:06:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:06:22.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:06:22.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:07:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:07:12.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:07:12.687Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:07:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:07:12.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:07:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:07:22.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:07:22.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:07:31.930Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xfar0x170x830xa8"0xbf-0xa30x0c0x160x870xd6l0x160xa80x130xc20xc70xecB0xff0xda]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-24T21:08:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:08:12.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:08:12.687Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:08:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T21:08:12.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T21:08:12.688Z||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 03ed5A6bXU2NSGjX) ... 2021-08-24T21:08:22.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T21:08:22.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK