Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2021-06-19T23:00:51.000Z||main|||||INFO|500||Starting Application on dev-so-sdc-controller-754cddcf8d-hvz7k with PID 14 (/app/app.jar started by so in /app)
2021-06-19T23:00:51.005Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-06-19T23:00:51.005Z||main|||||INFO|500||The following profiles are active: basic
2021-06-19T23:00:56.662Z||main|||||INFO|500||Starting service [Tomcat]
2021-06-19T23:00:56.663Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-06-19T23:00:56.754Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-06-19T23:00:59.416Z||main|||||INFO|500||catdb-pool - Starting...
2021-06-19T23:00:59.604Z||main|||||INFO|500||catdb-pool - Start completed.
2021-06-19T23:01:00.009Z||main|||||INFO|500||reqdb-pool - Starting...
2021-06-19T23:01:00.014Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-06-19T23:01:00.090Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-06-19T23:01:00.205Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-06-19T23:01:00.578Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-06-19T23:01:01.772Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-19T23:01:03.819Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-19T23:01:03.863Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-06-19T23:01:04.484Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-19T23:01:04.599Z||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-06-19T23:01:05.605Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-19T23:01:06.465Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-06-19T23:01:11.498Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.SocketTimeoutException: connect timed out
	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$$b560519e.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-06-19T23:01:11.499Z||main|||||WARN|500||The sdc end point is not alive
2021-06-19T23:01:13.605Z||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-06-19T23:01:15.955Z||main|||||WARN|500||---
2021-06-19T23:01:15.956Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-06-19T23:01:15.956Z||main|||||WARN|500||---
2021-06-19T23:01:16.202Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-06-19T23:01:18.879Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:01:18.879Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:01:18.881Z||main|||||INFO|500||Started Application in 29.456 seconds (JVM running for 30.587)
2021-06-19T23:01:18.888Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:01:18.919Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:01:18.975Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 407af395-e28d-46b1-9529-3612927dc095 url= /sdc/v1/artifactTypes
2021-06-19T23:01:18.975Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:01:19.189Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:01:19.204Z||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-06-19T23:01:19.221Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:01:19.227Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-19T23:03:29.131Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.58.39] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
2021-06-19T23:03:29.159Z||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.96.58.39] failed: Connection timed out (Connection timed out)]
2021-06-19T23:03:29.162Z||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.96.58.39] failed: Connection timed out (Connection timed out)
2021-06-19T23:03:29.168Z||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.96.58.39] failed: Connection timed out (Connection timed out)
	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.96.58.39] failed: Connection timed out (Connection timed out)
	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-06-19T23:03:29.179Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:03:29.179Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:03:29.180Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:03:29.188Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:03:29.196Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 581b5de6-0084-45b6-950a-827e07eb5195 url= /sdc/v1/artifactTypes
2021-06-19T23:03:29.196Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:03:29.254Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:03:29.257Z||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-06-19T23:03:29.257Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:03:29.257Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-19T23:03:29.258Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-19T23:05:40.196Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.58.39] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
2021-06-19T23:05:40.198Z||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.96.58.39] failed: Connection timed out (Connection timed out)]
2021-06-19T23:05:40.199Z||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.96.58.39] failed: Connection timed out (Connection timed out)
2021-06-19T23:05:40.199Z||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.96.58.39] failed: Connection timed out (Connection timed out)
	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.96.58.39] failed: Connection timed out (Connection timed out)
	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-06-19T23:05:40.203Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:05:40.203Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:05:40.203Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:05:40.208Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:05:40.213Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a7c712f6-9642-4bfa-a5d5-4a89d389f394 url= /sdc/v1/artifactTypes
2021-06-19T23:05:40.213Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:05:40.263Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:05:40.265Z||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-06-19T23:05:40.265Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:05:40.265Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-19T23:05:40.265Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-19T23:07:51.285Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.58.39] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
2021-06-19T23:07:51.288Z||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.96.58.39] failed: Connection timed out (Connection timed out)]
2021-06-19T23:07:51.289Z||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.96.58.39] failed: Connection timed out (Connection timed out)
2021-06-19T23:07:51.290Z||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.96.58.39] failed: Connection timed out (Connection timed out)
	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.96.58.39] failed: Connection timed out (Connection timed out)
	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-06-19T23:07:51.303Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:07:51.304Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:07:51.304Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:07:51.325Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:07:51.344Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8f32856a-25f3-4d80-bb21-e9ec82b2c6dc url= /sdc/v1/artifactTypes
2021-06-19T23:07:51.347Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:07:51.404Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:07:51.407Z||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-06-19T23:07:51.407Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:07:51.408Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-19T23:07:51.408Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-19T23:10:02.341Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.58.39] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
2021-06-19T23:10:02.344Z||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.96.58.39] failed: Connection timed out (Connection timed out)]
2021-06-19T23:10:02.344Z||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.96.58.39] failed: Connection timed out (Connection timed out)
2021-06-19T23:10:02.345Z||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.96.58.39] failed: Connection timed out (Connection timed out)
	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.96.58.39] failed: Connection timed out (Connection timed out)
	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-06-19T23:10:02.353Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:10:02.354Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:10:02.354Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:10:02.360Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:10:02.366Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9351f517-f0f5-4255-8dcf-d052cb175bfd url= /sdc/v1/artifactTypes
2021-06-19T23:10:02.367Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:10:02.404Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:10:02.406Z||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-06-19T23:10:02.406Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:10:02.407Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-19T23:10:02.407Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-19T23:10:56.816Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-19T23:12:13.412Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.58.39] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
2021-06-19T23:12:13.414Z||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.96.58.39] failed: Connection timed out (Connection timed out)]
2021-06-19T23:12:13.414Z||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.96.58.39] failed: Connection timed out (Connection timed out)
2021-06-19T23:12:13.415Z||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.96.58.39] failed: Connection timed out (Connection timed out)
	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.96.58.39] failed: Connection timed out (Connection timed out)
	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-06-19T23:12:13.421Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:12:13.422Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:12:13.422Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:12:13.427Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:12:13.433Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f7346ebc-8bb7-4ceb-ad3c-f2c8968c1774 url= /sdc/v1/artifactTypes
2021-06-19T23:12:13.433Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:12:13.480Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:12:13.482Z||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-06-19T23:12:13.482Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:12:13.482Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-19T23:12:13.483Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-19T23:14:24.483Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.58.39] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
2021-06-19T23:14:24.485Z||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.96.58.39] failed: Connection timed out (Connection timed out)]
2021-06-19T23:14:24.485Z||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.96.58.39] failed: Connection timed out (Connection timed out)
2021-06-19T23:14:24.486Z||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.96.58.39] failed: Connection timed out (Connection timed out)
	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.96.58.39] failed: Connection timed out (Connection timed out)
	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-06-19T23:14:24.489Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:14:24.489Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:14:24.495Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:14:24.499Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:14:24.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19f81768-f7e9-4f3c-9174-8671364a3efe url= /sdc/v1/artifactTypes
2021-06-19T23:14:24.507Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:14:24.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:14:24.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-06-19T23:14:24.552Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:14:24.553Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-19T23:14:24.553Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-19T23:16:35.558Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.58.39] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
2021-06-19T23:16:35.561Z||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.96.58.39] failed: Connection timed out (Connection timed out)]
2021-06-19T23:16:35.561Z||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.96.58.39] failed: Connection timed out (Connection timed out)
2021-06-19T23:16:35.562Z||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.96.58.39] failed: Connection timed out (Connection timed out)
	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.96.58.39] failed: Connection timed out (Connection timed out)
	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-06-19T23:16:35.572Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:16:35.572Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:16:35.572Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:16:35.585Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:16:35.599Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 65160abc-fad9-4b03-9ee4-40ea7b946534 url= /sdc/v1/artifactTypes
2021-06-19T23:16:35.599Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:16:35.656Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:16:35.659Z||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-06-19T23:16:35.659Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:16:35.660Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-19T23:16:35.660Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-19T23:18:46.629Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.58.39] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
2021-06-19T23:18:46.631Z||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.96.58.39] failed: Connection timed out (Connection timed out)]
2021-06-19T23:18:46.631Z||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.96.58.39] failed: Connection timed out (Connection timed out)
2021-06-19T23:18:46.634Z||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.96.58.39] failed: Connection timed out (Connection timed out)
	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.96.58.39] failed: Connection timed out (Connection timed out)
	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-06-19T23:18:46.638Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:18:46.641Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:18:46.641Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:18:46.645Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:18:46.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b27e39f2-6528-44a1-914d-3cdedbb66489 url= /sdc/v1/artifactTypes
2021-06-19T23:18:46.651Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:18:46.692Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:18:46.694Z||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-06-19T23:18:46.694Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:18:46.694Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-19T23:18:46.694Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-19T23:18:47.019Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:47.043Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8fdccfe5-15c5-4432-8480-0ea28321f06a url= /sdc/v1/registerForDistribution
2021-06-19T23:18:47.078Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e418dc
2021-06-19T23:18:47.078Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-19T23:18:47.078Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-06-19T23:18:47.086Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/lEZRQRIMn2F9REWm will send credentials over a clear channel.
2021-06-19T23:18:47.086Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/lEZRQRIMn2F9REWm (as lEZRQRIMn2F9REWm) ...
2021-06-19T23:18:47.176Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:47.178Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-19T23:18:47.179Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	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: ASDC server problem
	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-06-19T23:18:47.179Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:18:47.179Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:18:47.179Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:18:47.181Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:18:47.182Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 960cd152-84c5-4169-8887-78baf2227bb6 url= /sdc/v1/artifactTypes
2021-06-19T23:18:47.183Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:18:47.224Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:18:47.225Z||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-06-19T23:18:47.225Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:18:47.226Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-19T23:18:47.226Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as lEZRQRIMn2F9REWm) ...
2021-06-19T23:18:47.264Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:47.266Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9aac4a09-9cfc-4788-a7da-0565ab4d18bc url= /sdc/v1/registerForDistribution
2021-06-19T23:18:47.275Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5cc023cb
2021-06-19T23:18:47.275Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-19T23:18:47.275Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-06-19T23:18:47.276Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/rCAg3mjcAHFJ9UdA will send credentials over a clear channel.
2021-06-19T23:18:47.276Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/rCAg3mjcAHFJ9UdA (as rCAg3mjcAHFJ9UdA) ...
2021-06-19T23:18:47.297Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:47.298Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-19T23:18:47.298Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	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: ASDC server problem
	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-06-19T23:18:47.299Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:18:47.299Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:18:47.299Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:18:47.302Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:18:47.303Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1d3504d4-faf5-4e16-8a60-19c18daea6d7 url= /sdc/v1/artifactTypes
2021-06-19T23:18:47.303Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:18:47.341Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:18:47.342Z||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-06-19T23:18:47.342Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:18:47.343Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-19T23:18:47.343Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as rCAg3mjcAHFJ9UdA) ...
2021-06-19T23:18:47.370Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:47.372Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f64a35d9-95bd-47fa-a646-f9ff0a7c8562 url= /sdc/v1/registerForDistribution
2021-06-19T23:18:47.379Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2855e807
2021-06-19T23:18:47.380Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-19T23:18:47.380Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-06-19T23:18:47.381Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/wDSaxNhEQSSoEmvG will send credentials over a clear channel.
2021-06-19T23:18:47.381Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/wDSaxNhEQSSoEmvG (as wDSaxNhEQSSoEmvG) ...
2021-06-19T23:18:47.430Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:47.431Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-19T23:18:47.431Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	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: ASDC server problem
	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-06-19T23:18:47.432Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:18:47.432Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:18:47.432Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:18:47.435Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:18:47.437Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b9b97ac6-60dd-4065-a900-29628d23410b url= /sdc/v1/artifactTypes
2021-06-19T23:18:47.438Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:18:47.469Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:18:47.470Z||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-06-19T23:18:47.470Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:18:47.471Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-19T23:18:47.471Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as wDSaxNhEQSSoEmvG) ...
2021-06-19T23:18:47.503Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:47.505Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d34d0b10-ade0-4531-a788-549e70fcf350 url= /sdc/v1/registerForDistribution
2021-06-19T23:18:47.514Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@279f459d
2021-06-19T23:18:47.514Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-19T23:18:47.515Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-06-19T23:18:47.516Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/1C1cA83SsoMGGvjY will send credentials over a clear channel.
2021-06-19T23:18:47.516Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/1C1cA83SsoMGGvjY (as 1C1cA83SsoMGGvjY) ...
2021-06-19T23:18:47.538Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:47.539Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-19T23:18:47.539Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	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: ASDC server problem
	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-06-19T23:18:47.540Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:18:47.541Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:18:47.541Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:18:47.544Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:18:47.545Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9f0ab4da-f2d1-4797-a1dc-aa0e8c9dc99a url= /sdc/v1/artifactTypes
2021-06-19T23:18:47.546Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:18:47.577Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:18:47.578Z||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-06-19T23:18:47.579Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:18:47.580Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-19T23:18:47.580Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 1C1cA83SsoMGGvjY) ...
2021-06-19T23:18:47.610Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:47.612Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1a3cc1d8-7d0a-4405-8e8b-8c4a1bead892 url= /sdc/v1/registerForDistribution
2021-06-19T23:18:47.620Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ff5aadb
2021-06-19T23:18:47.620Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-19T23:18:47.620Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-06-19T23:18:47.621Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/i5JJd158BQuTT6MI will send credentials over a clear channel.
2021-06-19T23:18:47.621Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/i5JJd158BQuTT6MI (as i5JJd158BQuTT6MI) ...
2021-06-19T23:18:47.641Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:47.642Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-19T23:18:47.642Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	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: ASDC server problem
	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-06-19T23:18:47.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:18:47.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:18:47.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:18:47.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:18:47.649Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0be3b01a-0c27-4396-8813-696d5910a9b5 url= /sdc/v1/artifactTypes
2021-06-19T23:18:47.650Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:18:47.680Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:18:47.681Z||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-06-19T23:18:47.682Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:18:47.683Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-19T23:18:47.683Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as i5JJd158BQuTT6MI) ...
2021-06-19T23:18:47.713Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:47.715Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ca40a279-e60b-4419-851d-38d5c954c5f9 url= /sdc/v1/registerForDistribution
2021-06-19T23:18:47.722Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@603bd6e3
2021-06-19T23:18:47.722Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-19T23:18:47.722Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-06-19T23:18:47.723Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/gfjJFuENzbv7Wk0H will send credentials over a clear channel.
2021-06-19T23:18:47.723Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/gfjJFuENzbv7Wk0H (as gfjJFuENzbv7Wk0H) ...
2021-06-19T23:18:47.753Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:47.754Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-19T23:18:47.755Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	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: ASDC server problem
	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-06-19T23:18:47.757Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:18:47.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:18:47.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:18:47.759Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:18:47.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f0d390bc-fa31-4b27-b719-671e1f3d5ed6 url= /sdc/v1/artifactTypes
2021-06-19T23:18:47.761Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:18:47.788Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:18:47.789Z||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-06-19T23:18:47.789Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:18:47.790Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-19T23:18:47.790Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as gfjJFuENzbv7Wk0H) ...
2021-06-19T23:18:47.948Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:47.949Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e0020eac-ef81-4251-817b-4032390acec9 url= /sdc/v1/registerForDistribution
2021-06-19T23:18:47.957Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40f8ac95
2021-06-19T23:18:47.958Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-19T23:18:47.958Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-06-19T23:18:47.959Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/wBdE7jzMqEmTk1UW will send credentials over a clear channel.
2021-06-19T23:18:47.959Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/wBdE7jzMqEmTk1UW (as wBdE7jzMqEmTk1UW) ...
2021-06-19T23:18:48.002Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:48.002Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-19T23:18:48.003Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	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: ASDC server problem
	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-06-19T23:18:48.004Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:18:48.004Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:18:48.004Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:18:48.007Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:18:48.008Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e1bb9fdd-1d93-4fd3-a54e-ef01922d7825 url= /sdc/v1/artifactTypes
2021-06-19T23:18:48.009Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:18:48.039Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:18:48.039Z||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-06-19T23:18:48.040Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:18:48.040Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-19T23:18:48.040Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as wBdE7jzMqEmTk1UW) ...
2021-06-19T23:18:48.067Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:48.068Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 34ca7855-3aaf-4ec1-a9df-74ad3d2bedf5 url= /sdc/v1/registerForDistribution
2021-06-19T23:18:48.076Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e4d25cc
2021-06-19T23:18:48.076Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-19T23:18:48.077Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-06-19T23:18:48.077Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/RKQ8HpeKqW1pXgyc will send credentials over a clear channel.
2021-06-19T23:18:48.077Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/RKQ8HpeKqW1pXgyc (as RKQ8HpeKqW1pXgyc) ...
2021-06-19T23:18:48.100Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:48.101Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-19T23:18:48.101Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	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: ASDC server problem
	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-06-19T23:18:48.103Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:18:48.103Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:18:48.103Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:18:48.106Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:18:48.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 66da51b5-7707-4808-a2d6-e5d6be16345f url= /sdc/v1/artifactTypes
2021-06-19T23:18:48.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:18:48.142Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:18:48.143Z||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-06-19T23:18:48.143Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:18:48.145Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-19T23:18:48.147Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as RKQ8HpeKqW1pXgyc) ...
2021-06-19T23:18:48.171Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:48.174Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 04d0ec9a-aa67-4d1d-b373-06cb9d9c3fff url= /sdc/v1/registerForDistribution
2021-06-19T23:18:48.180Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@235617d4
2021-06-19T23:18:48.180Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-19T23:18:48.180Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-06-19T23:18:48.181Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/4CNSsDCnWBybUXtn will send credentials over a clear channel.
2021-06-19T23:18:48.181Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/4CNSsDCnWBybUXtn (as 4CNSsDCnWBybUXtn) ...
2021-06-19T23:18:48.199Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:48.199Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-19T23:18:48.200Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor141.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: ASDC server problem
	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-06-19T23:18:48.200Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:18:48.200Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:18:48.200Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:18:48.202Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:18:48.204Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7f0dbc3-fc96-48a2-8211-5ab06a341936 url= /sdc/v1/artifactTypes
2021-06-19T23:18:48.204Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:18:48.233Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:18:48.234Z||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-06-19T23:18:48.234Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:18:48.234Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-19T23:18:48.234Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4CNSsDCnWBybUXtn) ...
2021-06-19T23:18:48.268Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:48.270Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 27706aa0-9e48-4523-9871-31bc2122c425 url= /sdc/v1/registerForDistribution
2021-06-19T23:18:48.283Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77788dea
2021-06-19T23:18:48.283Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-19T23:18:48.283Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-06-19T23:18:48.284Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/twishCEnTG7WohJu will send credentials over a clear channel.
2021-06-19T23:18:48.284Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/twishCEnTG7WohJu (as twishCEnTG7WohJu) ...
2021-06-19T23:18:48.322Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:48.323Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-19T23:18:48.323Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor141.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: ASDC server problem
	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-06-19T23:18:48.324Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:18:48.324Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:18:48.324Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:18:48.328Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:18:48.330Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 80e8a126-8eac-469b-a63c-2cf597baa72b url= /sdc/v1/artifactTypes
2021-06-19T23:18:48.330Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:18:48.366Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:18:48.367Z||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-06-19T23:18:48.367Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:18:48.368Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-19T23:18:48.368Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as twishCEnTG7WohJu) ...
2021-06-19T23:18:48.403Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:48.405Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ed7856cb-60ff-45a5-a987-9fa224378740 url= /sdc/v1/registerForDistribution
2021-06-19T23:18:48.413Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1810660b
2021-06-19T23:18:48.413Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-19T23:18:48.413Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-06-19T23:18:48.414Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/eqZwZFDBQALjcCQR will send credentials over a clear channel.
2021-06-19T23:18:48.414Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/eqZwZFDBQALjcCQR (as eqZwZFDBQALjcCQR) ...
2021-06-19T23:18:48.448Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:48.448Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-19T23:18:48.449Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor141.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: ASDC server problem
	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-06-19T23:18:48.449Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:18:48.450Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:18:48.450Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:18:48.453Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:18:48.454Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= be8ca661-9c46-41bc-b180-8618561e0fce url= /sdc/v1/artifactTypes
2021-06-19T23:18:48.454Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:18:48.487Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:18:48.488Z||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-06-19T23:18:48.489Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:18:48.489Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-19T23:18:48.489Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eqZwZFDBQALjcCQR) ...
2021-06-19T23:18:48.527Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:48.529Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4896641f-65d2-4458-823a-559bfa13761e url= /sdc/v1/registerForDistribution
2021-06-19T23:18:48.535Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c48e202
2021-06-19T23:18:48.535Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-19T23:18:48.535Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-06-19T23:18:48.539Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/XOGJAtuiuqkHE0qt will send credentials over a clear channel.
2021-06-19T23:18:48.539Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/XOGJAtuiuqkHE0qt (as XOGJAtuiuqkHE0qt) ...
2021-06-19T23:18:48.587Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:48.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-19T23:18:48.588Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor141.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: ASDC server problem
	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-06-19T23:18:48.588Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:18:48.588Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:18:48.589Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:18:48.591Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:18:48.593Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 878d51bc-cc3c-4a83-ab4d-374cc09bdee6 url= /sdc/v1/artifactTypes
2021-06-19T23:18:48.593Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:18:48.621Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:18:48.622Z||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-06-19T23:18:48.622Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:18:48.623Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-19T23:18:48.623Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XOGJAtuiuqkHE0qt) ...
2021-06-19T23:18:48.651Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:48.652Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d11ca880-db0b-4869-9c1b-eabe4ae5e604 url= /sdc/v1/registerForDistribution
2021-06-19T23:18:48.659Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4eb1c6d0
2021-06-19T23:18:48.659Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-19T23:18:48.660Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-06-19T23:18:48.660Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/3Qhrb5cSBky6SigB will send credentials over a clear channel.
2021-06-19T23:18:48.660Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/3Qhrb5cSBky6SigB (as 3Qhrb5cSBky6SigB) ...
2021-06-19T23:18:48.684Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:48.684Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-19T23:18:48.685Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor141.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: ASDC server problem
	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-06-19T23:18:48.875Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:18:48.875Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:18:48.875Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:18:48.877Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:18:48.879Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0ac8727f-e812-42c6-80f2-99c555825bfe url= /sdc/v1/artifactTypes
2021-06-19T23:18:48.879Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:18:48.902Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:18:48.903Z||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-06-19T23:18:48.903Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:18:48.904Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-19T23:18:48.904Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 3Qhrb5cSBky6SigB) ...
2021-06-19T23:18:48.947Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:48.949Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 52798a9a-bb63-4a37-aad6-64b3674e17c0 url= /sdc/v1/registerForDistribution
2021-06-19T23:18:48.957Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19ca70f
2021-06-19T23:18:48.957Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-19T23:18:48.957Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-06-19T23:18:48.958Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/4FnPyQh2v7gUOljB will send credentials over a clear channel.
2021-06-19T23:18:48.958Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/4FnPyQh2v7gUOljB (as 4FnPyQh2v7gUOljB) ...
2021-06-19T23:18:49.007Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:18:49.007Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-19T23:18:49.008Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor141.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: ASDC server problem
	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-06-19T23:19:38.877Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:19:38.880Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:19:38.881Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:19:38.887Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:19:38.895Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7cb2c473-6d41-4726-9535-826cbfe2f53e url= /sdc/v1/artifactTypes
2021-06-19T23:19:38.895Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:19:38.938Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:19:38.940Z||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-06-19T23:19:38.940Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:19:38.942Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-19T23:19:38.942Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4FnPyQh2v7gUOljB) ...
2021-06-19T23:19:38.963Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:19:38.966Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a2930878-54d4-4242-9006-9fab672977c8 url= /sdc/v1/registerForDistribution
2021-06-19T23:19:38.974Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@171ee60b
2021-06-19T23:19:38.975Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-19T23:19:38.975Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-06-19T23:19:38.976Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/fpdvjFEJ71s0y9Md will send credentials over a clear channel.
2021-06-19T23:19:38.976Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/fpdvjFEJ71s0y9Md (as fpdvjFEJ71s0y9Md) ...
2021-06-19T23:19:38.991Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:19:38.992Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-19T23:19:38.993Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor141.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: ASDC server problem
	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-06-19T23:20:28.877Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-19T23:20:28.890Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-19T23:20:28.891Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-19T23:20:28.900Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-19T23:20:28.910Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0596639e-da45-489a-bebe-b8e75fa6f55c url= /sdc/v1/artifactTypes
2021-06-19T23:20:28.910Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-19T23:20:28.950Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-19T23:20:28.952Z||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-06-19T23:20:28.952Z||scheduling-1|||||DEBUG|500||create keys
2021-06-19T23:20:28.953Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-19T23:20:28.954Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as fpdvjFEJ71s0y9Md) ...
2021-06-19T23:20:28.990Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:20:28.992Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 84ded91b-ba5f-476f-bfe7-70ab1974a503 url= /sdc/v1/registerForDistribution
2021-06-19T23:20:29.137Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 84ded91b-ba5f-476f-bfe7-70ab1974a503 url= /sdc/v1/registerForDistribution
2021-06-19T23:20:29.137Z||scheduling-1|||||INFO|500||start DistributionClient
2021-06-19T23:20:29.154Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:20:29.156Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:20:29.160Z||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-06-19T23:20:29.160Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:20:29.160Z||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-06-19T23:20:29.161Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:20:29.164Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-06-19T23:20:39.408Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:20:39.471Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:21:29.152Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:21:29.154Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:21:29.155Z||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-06-19T23:21:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:21:29.159Z||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-06-19T23:21:29.159Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:21:38.709Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:21:38.714Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:22:29.152Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:22:29.154Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:22:29.156Z||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-06-19T23:22:29.156Z||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-06-19T23:22:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:22:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:22:38.709Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:22:38.714Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:23:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:23:29.154Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:23:29.157Z||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-06-19T23:23:29.157Z||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-06-19T23:23:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:23:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:23:38.724Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:23:38.752Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:24:29.153Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:24:29.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:24:29.159Z||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-06-19T23:24:29.159Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:24:29.159Z||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-06-19T23:24:29.159Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:24:38.714Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:24:38.733Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:25:29.153Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:25:29.154Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:25:29.156Z||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-06-19T23:25:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:25:29.156Z||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-06-19T23:25:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:25:38.703Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:25:38.704Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:26:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:26:29.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:26:29.155Z||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-06-19T23:26:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:26:29.155Z||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-06-19T23:26:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:26:38.752Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:26:38.752Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:27:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:27:29.154Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:27:29.156Z||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-06-19T23:27:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:27:29.157Z||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-06-19T23:27:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:27:38.705Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:27:38.711Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:28:29.154Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:28:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:28:29.157Z||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-06-19T23:28:29.157Z||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-06-19T23:28:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:28:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:28:38.718Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:28:38.728Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:29:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:29:29.155Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:29:29.157Z||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-06-19T23:29:29.157Z||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-06-19T23:29:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:29:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:29:38.751Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:29:38.753Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:30:29.152Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:30:29.154Z||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-06-19T23:30:29.154Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:30:29.154Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:30:29.154Z||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-06-19T23:30:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:30:38.696Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:30:38.717Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:31:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:31:29.154Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:31:29.156Z||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-06-19T23:31:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:31:29.156Z||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-06-19T23:31:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:31:38.708Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:31:38.709Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:32:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:32:29.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:32:29.158Z||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-06-19T23:32:29.159Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:32:29.158Z||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-06-19T23:32:29.162Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:32:38.707Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:32:38.707Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:33:29.152Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:33:29.154Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:33:29.155Z||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-06-19T23:33:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:33:29.155Z||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-06-19T23:33:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:33:38.702Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:33:38.703Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:34:29.152Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:34:29.154Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:34:29.155Z||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-06-19T23:34:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:34:29.155Z||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-06-19T23:34:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:34:38.696Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:34:38.706Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:35:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:35:29.154Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:35:29.157Z||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-06-19T23:35:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:35:29.157Z||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-06-19T23:35:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:35:38.759Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:35:38.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:36:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:36:29.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:36:29.156Z||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-06-19T23:36:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:36:29.156Z||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-06-19T23:36:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:36:38.699Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:36:38.699Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:37:29.152Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:37:29.154Z||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-06-19T23:37:29.154Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:37:29.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:37:29.154Z||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-06-19T23:37:29.154Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:37:38.695Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:37:38.697Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:38:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:38:29.154Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:38:29.156Z||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-06-19T23:38:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:38:29.156Z||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-06-19T23:38:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:38:38.701Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:38:38.701Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:39:29.154Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:39:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:39:29.157Z||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-06-19T23:39:29.157Z||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-06-19T23:39:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:39:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:39:38.704Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:39:38.704Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:40:29.154Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:40:29.154Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:40:29.155Z||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-06-19T23:40:29.155Z||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-06-19T23:40:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:40:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:40:38.756Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:40:38.756Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:41:29.152Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:41:29.154Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:41:29.155Z||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-06-19T23:41:29.155Z||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-06-19T23:41:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:41:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:41:38.829Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:41:38.923Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:42:29.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:42:29.154Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:42:29.158Z||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-06-19T23:42:29.158Z||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-06-19T23:42:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:42:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:42:38.713Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:42:38.726Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:43:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:43:29.154Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:43:29.156Z||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-06-19T23:43:29.156Z||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-06-19T23:43:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:43:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:43:38.709Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:43:38.709Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:44:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:44:29.154Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:44:29.156Z||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-06-19T23:44:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:44:29.156Z||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-06-19T23:44:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:44:38.697Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:44:38.697Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:45:29.155Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:45:29.157Z||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-06-19T23:45:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:45:29.155Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:45:29.158Z||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-06-19T23:45:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:45:38.707Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:45:38.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:46:29.154Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:46:29.154Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:46:29.158Z||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-06-19T23:46:29.159Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:46:29.158Z||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-06-19T23:46:29.162Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:46:38.751Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:46:38.752Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:47:29.154Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:47:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:47:29.156Z||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-06-19T23:47:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:47:29.156Z||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-06-19T23:47:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:47:39.101Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:47:39.101Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:48:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:48:29.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:48:29.155Z||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-06-19T23:48:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:48:29.155Z||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-06-19T23:48:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:48:38.708Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:48:38.708Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:49:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:49:29.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:49:29.157Z||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-06-19T23:49:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:49:29.157Z||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-06-19T23:49:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:49:38.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:49:38.696Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:50:29.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:50:29.153Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:50:29.157Z||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-06-19T23:50:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:50:29.157Z||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-06-19T23:50:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:50:38.700Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:50:38.712Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:51:29.152Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:51:29.154Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:51:29.154Z||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-06-19T23:51:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:51:29.155Z||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-06-19T23:51:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:51:38.697Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:51:38.698Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:52:29.153Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:52:29.154Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:52:29.155Z||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-06-19T23:52:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:52:29.155Z||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-06-19T23:52:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:52:38.706Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:52:38.709Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:53:29.153Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:53:29.154Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:53:29.157Z||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-06-19T23:53:29.157Z||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-06-19T23:53:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:53:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:53:38.698Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:53:38.700Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:54:29.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:54:29.153Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:54:29.156Z||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-06-19T23:54:29.156Z||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-06-19T23:54:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:54:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:54:38.697Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:54:38.704Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:55:29.152Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:55:29.154Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:55:29.155Z||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-06-19T23:55:29.155Z||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-06-19T23:55:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:55:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:55:38.697Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:55:38.697Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:56:29.153Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:56:29.154Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:56:29.156Z||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-06-19T23:56:29.156Z||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-06-19T23:56:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:56:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:56:38.699Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:56:38.699Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:57:29.152Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:57:29.154Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:57:29.155Z||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-06-19T23:57:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:57:29.155Z||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-06-19T23:57:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:57:38.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:57:38.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:58:29.153Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:58:29.154Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:58:29.155Z||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-06-19T23:58:29.155Z||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-06-19T23:58:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:58:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:58:38.695Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:58:38.701Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:59:29.155Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:59:29.155Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-19T23:59:29.159Z||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-06-19T23:59:29.159Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:59:29.159Z||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-06-19T23:59:29.159Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-19T23:59:38.703Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-19T23:59:38.704Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:00:29.152Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:00:29.154Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:00:29.154Z||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-06-20T00:00:29.154Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:00:29.154Z||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-06-20T00:00:29.154Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:00:38.719Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:00:38.719Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:01:29.152Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:01:29.154Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:01:29.154Z||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-06-20T00:01:29.154Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:01:29.154Z||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-06-20T00:01:29.154Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:01:38.700Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:01:38.700Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:02:29.153Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:02:29.154Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:02:29.156Z||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-06-20T00:02:29.156Z||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-06-20T00:02:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:02:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:02:38.697Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:02:38.697Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:03:29.153Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:03:29.154Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:03:29.158Z||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-06-20T00:03:29.158Z||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-06-20T00:03:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:03:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:03:38.697Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:03:38.701Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:04:29.152Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:04:29.154Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:04:29.154Z||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-06-20T00:04:29.154Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:04:29.154Z||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-06-20T00:04:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:04:38.699Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:04:38.699Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:05:29.153Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:05:29.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:05:29.156Z||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-06-20T00:05:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:05:29.156Z||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-06-20T00:05:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:05:38.701Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:05:38.701Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:06:29.154Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:06:29.153Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:06:29.157Z||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-06-20T00:06:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:06:29.157Z||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-06-20T00:06:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:06:38.712Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:06:38.720Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:07:29.152Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:07:29.154Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:07:29.155Z||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-06-20T00:07:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:07:29.155Z||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-06-20T00:07:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:07:38.703Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:07:38.703Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:08:29.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:08:29.159Z||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-06-20T00:08:29.159Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:08:29.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:08:29.177Z||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-06-20T00:08:29.178Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:08:38.740Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:08:38.744Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:09:29.153Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:09:29.154Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:09:29.158Z||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-06-20T00:09:29.158Z||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-06-20T00:09:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:09:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:09:38.715Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:09:38.715Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:10:29.153Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:10:29.154Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:10:29.156Z||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-06-20T00:10:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:10:29.156Z||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-06-20T00:10:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:10:38.696Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:10:38.700Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:11:29.152Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:11:29.154Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:11:29.155Z||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-06-20T00:11:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:11:29.155Z||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-06-20T00:11:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:11:38.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:11:38.696Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:12:29.154Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:12:29.153Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:12:29.156Z||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-06-20T00:12:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:12:29.156Z||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-06-20T00:12:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:12:38.698Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:12:38.703Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:13:29.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:13:29.153Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:13:29.156Z||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-06-20T00:13:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:13:29.156Z||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-06-20T00:13:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:13:38.698Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:13:38.697Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:14:29.152Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:14:29.154Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:14:29.154Z||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-06-20T00:14:29.154Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:14:29.155Z||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-06-20T00:14:29.155Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:14:38.708Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:14:38.709Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:15:29.153Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:15:29.154Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:15:29.156Z||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-06-20T00:15:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:15:29.156Z||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-06-20T00:15:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:15:38.697Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:15:38.697Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:16:29.153Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:16:29.154Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:16:29.155Z||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-06-20T00:16:29.155Z||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-06-20T00:16:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:16:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:16:38.697Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:16:38.696Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:17:29.155Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:17:29.155Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:17:29.157Z||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-06-20T00:17:29.157Z||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-06-20T00:17:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:17:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:17:38.693Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:17:38.697Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:18:29.154Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:18:29.153Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:18:29.158Z||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-06-20T00:18:29.158Z||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-06-20T00:18:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:18:29.158Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:18:38.701Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:18:38.701Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:19:29.153Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:19:29.154Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:19:29.156Z||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-06-20T00:19:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:19:29.156Z||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-06-20T00:19:29.156Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:19:38.701Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:19:38.703Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:20:29.152Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:20:29.154Z||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-06-20T00:20:29.154Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:20:29.154Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:20:29.154Z||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-06-20T00:20:29.154Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:20:38.702Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:20:38.704Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:21:29.154Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:21:29.153Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-20T00:21:29.156Z||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-06-20T00:21:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:21:29.156Z||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-06-20T00:21:29.157Z||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 4Nt6nY1aqpKwvDtw) ...
2021-06-20T00:21:38.699Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-20T00:21:38.703Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK