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-05-21T21:38:29.333Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-r5l59 with PID 14 (/app/app.jar started by so in /app) 2021-05-21T21:38:29.338Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-05-21T21:38:29.339Z||main|||||INFO|500||The following profiles are active: basic 2021-05-21T21:38:37.789Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-21T21:38:37.790Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-05-21T21:38:37.887Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-21T21:38:39.402Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-21T21:38:39.546Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-21T21:38:39.846Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-21T21:38:39.853Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-21T21:38:39.924Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-05-21T21:38:40.042Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-05-21T21:38:40.476Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-05-21T21:38:41.507Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-21T21:38:43.368Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-21T21:38:43.411Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-05-21T21:38:44.239Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-21T21:38:44.391Z||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-05-21T21:38:45.545Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-21T21:38:46.483Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-21T21:38:46.502Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.
(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$f0e1b4c.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-05-21T21:38:46.503Z||main|||||WARN|500||The sdc end point is not alive 2021-05-21T21:38:48.555Z||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-05-21T21:38:50.780Z||main|||||WARN|500||--- 2021-05-21T21:38:50.781Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-05-21T21:38:50.781Z||main|||||WARN|500||--- 2021-05-21T21:38:51.084Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-21T21:38:54.007Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T21:38:54.008Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T21:38:54.009Z||main|||||INFO|500||Started Application in 26.924 seconds (JVM running for 28.004) 2021-05-21T21:38:54.020Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T21:38:54.067Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T21:38:54.110Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b130793b-0dc5-4b6a-ad5d-eed18e4cc924 url= /sdc/v1/artifactTypes 2021-05-21T21:38:54.110Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T21:38:55.258Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.248] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) 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: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-21T21:38:55.262Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3b913e5 2021-05-21T21:38:55.263Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-21T21:38:55.272Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-21T21:38:55.273Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T21:38:55.275Z||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-05-21T21:39:44.003Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T21:39:44.003Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T21:39:44.004Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T21:39:44.007Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T21:39:44.010Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ece311c1-5171-4b1a-940f-86c9444d7b9c url= /sdc/v1/artifactTypes 2021-05-21T21:39:44.010Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T21:39:45.026Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.248] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) 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: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-21T21:39:45.027Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4689bca0 2021-05-21T21:39:45.027Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-21T21:39:45.027Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-21T21:39:45.027Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T21:39:45.027Z||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-05-21T21:40:34.003Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T21:40:34.004Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T21:40:34.004Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T21:40:34.007Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T21:40:34.023Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ec1b1805-3494-4eb8-a222-ff3ab91b4c17 url= /sdc/v1/artifactTypes 2021-05-21T21:40:34.024Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T21:40:35.039Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.248] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) 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: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-21T21:40:35.039Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14855ea4 2021-05-21T21:40:35.040Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-21T21:40:35.040Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-21T21:40:35.040Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T21:40:35.041Z||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-05-21T21:41:24.003Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T21:41:24.004Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T21:41:24.005Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T21:41:24.009Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T21:41:24.013Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2803c164-8051-4b9c-8a56-4a883b43d5bc url= /sdc/v1/artifactTypes 2021-05-21T21:41:24.013Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T21:41:25.022Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.248] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) 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: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-21T21:41:25.023Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54c098b8 2021-05-21T21:41:25.023Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-21T21:41:25.023Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-21T21:41:25.024Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T21:41:25.025Z||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-05-21T21:42:14.004Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T21:42:14.005Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T21:42:14.005Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T21:42:14.008Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T21:42:14.011Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 036acc8b-31bb-4db3-b239-b6fa2619e150 url= /sdc/v1/artifactTypes 2021-05-21T21:42:14.011Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T21:42:14.177Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-21T21:42:14.185Z||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-05-21T21:42:14.219Z||scheduling-1|||||DEBUG|500||create keys 2021-05-21T21:42:14.226Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-21T21:42:15.262Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-05-21T21:42:15.266Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused)] 2021-05-21T21:42:15.266Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) 2021-05-21T21:42:15.266Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T21:43:04.003Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T21:43:04.004Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T21:43:04.004Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T21:43:04.006Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T21:43:04.010Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3b1c805-2d0d-4526-8153-0b4225d4f871 url= /sdc/v1/artifactTypes 2021-05-21T21:43:04.010Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T21:43:04.044Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-21T21:43:04.045Z||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-05-21T21:43:04.045Z||scheduling-1|||||DEBUG|500||create keys 2021-05-21T21:43:04.046Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-05-21T21:43:04.046Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-21T21:43:05.054Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-05-21T21:43:05.055Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused)] 2021-05-21T21:43:05.055Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) 2021-05-21T21:43:05.055Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T21:43:54.003Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T21:43:54.003Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T21:43:54.003Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T21:43:54.005Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T21:43:54.011Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 65c7a793-18d8-41dc-ae31-cfbba542b461 url= /sdc/v1/artifactTypes 2021-05-21T21:43:54.011Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T21:43:54.047Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-21T21:43:54.048Z||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-05-21T21:43:54.048Z||scheduling-1|||||DEBUG|500||create keys 2021-05-21T21:43:54.049Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-05-21T21:43:54.049Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-21T21:43:55.070Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-05-21T21:43:55.070Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused)] 2021-05-21T21:43:55.071Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) 2021-05-21T21:43:55.071Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T21:44:44.003Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T21:44:44.003Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T21:44:44.003Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T21:44:44.005Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T21:44:44.008Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb1f7a1a-0132-431f-9954-bb48ff61a2e2 url= /sdc/v1/artifactTypes 2021-05-21T21:44:44.008Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T21:44:44.039Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-21T21:44:44.040Z||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-05-21T21:44:44.041Z||scheduling-1|||||DEBUG|500||create keys 2021-05-21T21:44:44.041Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-05-21T21:44:44.041Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-21T21:44:45.054Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-05-21T21:44:45.054Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused)] 2021-05-21T21:44:45.055Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) 2021-05-21T21:44:45.055Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T21:45:34.003Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T21:45:34.003Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T21:45:34.003Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T21:45:34.006Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T21:45:34.009Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba905fef-b699-4f15-80d1-137afd77bd91 url= /sdc/v1/artifactTypes 2021-05-21T21:45:34.009Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T21:45:34.043Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-21T21:45:34.044Z||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-05-21T21:45:34.045Z||scheduling-1|||||DEBUG|500||create keys 2021-05-21T21:45:34.045Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-05-21T21:45:34.045Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-21T21:45:35.074Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-05-21T21:45:35.075Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused)] 2021-05-21T21:45:35.075Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) 2021-05-21T21:45:35.075Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T21:46:24.003Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T21:46:24.003Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T21:46:24.003Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T21:46:24.005Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T21:46:24.011Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b6b9ab1a-2050-4744-bff9-00ebd53464b6 url= /sdc/v1/artifactTypes 2021-05-21T21:46:24.011Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T21:46:24.046Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-21T21:46:24.047Z||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-05-21T21:46:24.047Z||scheduling-1|||||DEBUG|500||create keys 2021-05-21T21:46:24.047Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-05-21T21:46:24.047Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-21T21:46:25.086Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-05-21T21:46:25.087Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused)] 2021-05-21T21:46:25.087Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) 2021-05-21T21:46:25.087Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T21:47:14.003Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T21:47:14.003Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T21:47:14.004Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T21:47:14.006Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T21:47:14.009Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 640acf04-a22c-4d4b-a230-b021c0e4c47d url= /sdc/v1/artifactTypes 2021-05-21T21:47:14.009Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T21:47:14.036Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-21T21:47:14.037Z||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-05-21T21:47:14.037Z||scheduling-1|||||DEBUG|500||create keys 2021-05-21T21:47:14.037Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-05-21T21:47:14.038Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-21T21:47:15.074Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-05-21T21:47:15.074Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused)] 2021-05-21T21:47:15.075Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) 2021-05-21T21:47:15.075Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T21:48:04.003Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T21:48:04.003Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T21:48:04.003Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T21:48:04.005Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T21:48:04.008Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7648946c-a7a2-4301-b8b3-49e01b86f90f url= /sdc/v1/artifactTypes 2021-05-21T21:48:04.008Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T21:48:04.040Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-21T21:48:04.041Z||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-05-21T21:48:04.041Z||scheduling-1|||||DEBUG|500||create keys 2021-05-21T21:48:04.042Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-05-21T21:48:04.042Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-21T21:48:05.052Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-05-21T21:48:05.053Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused)] 2021-05-21T21:48:05.053Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) 2021-05-21T21:48:05.053Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.6.188] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-21T21:48:27.483Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-21T21:48:54.003Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T21:48:54.003Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T21:48:54.003Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T21:48:54.006Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T21:48:54.011Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0684aaf1-c76f-4ed8-bc56-422f94d4d72e url= /sdc/v1/artifactTypes 2021-05-21T21:48:54.011Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T21:48:54.042Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-21T21:48:54.043Z||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-05-21T21:48:54.043Z||scheduling-1|||||DEBUG|500||create keys 2021-05-21T21:48:54.043Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-05-21T21:48:54.044Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-21T21:48:54.069Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:48:54.084Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6535251c-e417-483f-afe1-7e3de4d7b87f url= /sdc/v1/registerForDistribution 2021-05-21T21:48:54.093Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2438fa78 2021-05-21T21:48:54.094Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-05-21T21:48:54.094Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-05-21T21:48:54.099Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/ZUtJRd0utUaBHqtD will send credentials over a clear channel. 2021-05-21T21:48:54.099Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/ZUtJRd0utUaBHqtD (as ZUtJRd0utUaBHqtD) ... 2021-05-21T21:48:54.117Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:48:54.117Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-21T21:48:54.117Z||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-05-21T21:49:44.003Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-21T21:49:44.003Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-21T21:49:44.003Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-21T21:49:44.006Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-21T21:49:44.010Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8583d904-8a84-4307-bb37-1ac15b74e21e url= /sdc/v1/artifactTypes 2021-05-21T21:49:44.011Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-21T21:49:44.038Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-21T21:49:44.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-05-21T21:49:44.039Z||scheduling-1|||||DEBUG|500||create keys 2021-05-21T21:49:44.039Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-05-21T21:49:44.040Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as ZUtJRd0utUaBHqtD) ... 2021-05-21T21:49:44.063Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:49:44.065Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 20b62427-b843-4aa0-99b0-6f9b047d192f url= /sdc/v1/registerForDistribution 2021-05-21T21:49:44.154Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 20b62427-b843-4aa0-99b0-6f9b047d192f url= /sdc/v1/registerForDistribution 2021-05-21T21:49:44.154Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-21T21:49:44.185Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:49:44.186Z||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-05-21T21:49:44.186Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:49:44.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:49:44.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T21:49:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:49:44.191Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-21T21:49:54.410Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:49:54.416Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:50:44.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:50:44.186Z||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-05-21T21:50:44.186Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:50:44.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:50:44.188Z||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-05-21T21:50:44.188Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:50:53.734Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:50:53.735Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:51:44.185Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:51:44.186Z||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-05-21T21:51:44.186Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:51:44.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:51:44.188Z||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-05-21T21:51:44.188Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:51:53.731Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:51:53.731Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:52:44.185Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:52:44.186Z||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-05-21T21:52:44.186Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:52:44.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:52:44.187Z||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-05-21T21:52:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:52:53.729Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:52:53.731Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:53:44.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:53:44.186Z||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-05-21T21:53:44.186Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:53:44.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:53:44.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T21:53:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:53:53.727Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:53:53.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:54:44.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:54:44.186Z||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-05-21T21:54:44.186Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:54:44.186Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:54:44.187Z||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-05-21T21:54:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:54:53.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:54:53.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:55:44.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:55:44.186Z||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-05-21T21:55:44.186Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:55:44.186Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:55:44.188Z||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-05-21T21:55:44.188Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:55:53.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:55:53.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:56:44.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:56:44.186Z||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-05-21T21:56:44.186Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:56:44.186Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:56:44.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T21:56:44.187Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:56:53.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:56:53.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:57:44.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:57:44.186Z||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-05-21T21:57:44.186Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:57:44.186Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:57:44.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T21:57:44.187Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:57:53.722Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:57:53.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:58:44.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:58:44.185Z||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-05-21T21:58:44.186Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:58:44.186Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:58:44.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T21:58:44.187Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:58:53.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:58:53.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:59:44.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:59:44.185Z||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-05-21T21:59:44.186Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:59:44.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T21:59:44.187Z||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-05-21T21:59:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T21:59:53.722Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T21:59:53.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:00:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:00:44.186Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:00:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:00:44.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:00:44.188Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:00:44.188Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:00:53.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:00:53.731Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:01:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:01:44.186Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:01:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:01:44.186Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:01:44.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:01:44.187Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:01:53.722Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:01:53.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:02:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:02:44.186Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:02:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:02:44.186Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:02:44.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:02:44.187Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:02:53.721Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:02:53.727Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:03:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:03:44.186Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:03:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:03:44.186Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:03:44.187Z||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-05-21T22:03:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:03:53.721Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:03:53.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:04:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:04:44.186Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:04:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:04:44.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:04:44.187Z||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-05-21T22:04:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:04:53.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:04:53.728Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:05:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:05:44.185Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:05:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:05:44.186Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:05:44.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:05:44.187Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:05:53.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:05:53.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:06:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:06:44.186Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:06:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:06:44.186Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:06:44.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:06:44.187Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:06:53.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:06:53.728Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:07:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:07:44.185Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:07:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:07:44.186Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:07:44.187Z||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-05-21T22:07:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:07:53.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:07:53.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:08:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:08:44.186Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:08:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:08:44.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:08:44.187Z||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-05-21T22:08:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:08:53.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:08:53.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:09:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:09:44.186Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:09:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:09:44.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:09:44.187Z||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-05-21T22:09:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:09:53.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:09:53.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:10:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:10:44.186Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:10:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:10:44.186Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:10:44.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:10:44.187Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:10:53.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:10:53.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:11:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:11:44.186Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:11:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:11:44.186Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:11:44.187Z||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-05-21T22:11:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:11:53.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:11:53.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:12:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:12:44.185Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:12:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:12:44.186Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:12:44.187Z||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-05-21T22:12:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:12:53.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:12:53.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:13:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:13:44.186Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:13:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:13:44.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:13:44.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:13:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:13:53.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:13:53.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:14:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:14:44.185Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:14:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:14:44.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:14:44.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:14:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:14:53.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:14:53.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:15:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:15:44.186Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:15:44.186Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:15:44.187Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:15:44.187Z||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-05-21T22:15:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:15:53.723Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:15:53.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:16:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:16:44.185Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:16:44.185Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:16:44.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:16:44.187Z||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-05-21T22:16:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:16:53.722Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:16:53.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:17:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:17:44.185Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:17:44.185Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:17:44.186Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:17:44.187Z||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-05-21T22:17:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:17:53.718Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:17:53.721Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:18:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:18:44.185Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:18:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:18:44.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:18:44.187Z||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-05-21T22:18:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:18:53.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:18:53.727Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:19:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:19:44.185Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:19:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:19:44.186Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:19:44.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:19:44.187Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:19:53.721Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:19:53.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:20:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:20:44.185Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:20:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:20:44.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:20:44.187Z||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-05-21T22:20:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:20:53.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:20:53.722Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-21T22:21:44.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:21:44.186Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-21T22:21:44.186Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:21:44.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-21T22:21:44.187Z||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-05-21T22:21:44.187Z||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 wnb6Cxp8tWmvN8sC) ... 2021-05-21T22:21:44.798Z||http-nio-8085-exec-5|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030x8cE0x9a0xcd4d0xdc90xb1V,#0xa80xc40x8c0xc9H-0x1adz.F=C-<0x1c0xbb0xf90xf6-]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)