Results

By type

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

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

2021-10-26T23:27:51.468Z||main|||||INFO|500||The following profiles are active: basic
2021-10-26T23:28:01.557Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-26T23:28:01.558Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-26T23:28:01.718Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-26T23:28:06.327Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-26T23:28:06.723Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-26T23:28:07.174Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-26T23:28:07.182Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-26T23:28:07.275Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-26T23:28:07.471Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-26T23:28:08.007Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-26T23:28:09.597Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-26T23:28:12.083Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-26T23:28:12.169Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-26T23:28:12.886Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-26T23:28:13.025Z||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-10-26T23:28:14.488Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-26T23:28:15.754Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-26T23:28:20.777Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.SocketTimeoutException: connect timed out
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$d5924008.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-10-26T23:28:20.778Z||main|||||WARN|500||The sdc end point is not alive
2021-10-26T23:28:24.576Z||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-10-26T23:28:28.406Z||main|||||WARN|500||---
2021-10-26T23:28:28.407Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-26T23:28:28.407Z||main|||||WARN|500||---
2021-10-26T23:28:28.860Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-26T23:28:34.602Z||main|||||INFO|500||Started Application in 46.158 seconds (JVM running for 47.326)
2021-10-26T23:28:34.660Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:28:34.666Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:28:34.677Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:28:34.702Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:28:34.762Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5e1ac1ba-c9f2-42a0-8117-966644749740 url= /sdc/v1/artifactTypes
2021-10-26T23:28:34.763Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:28:35.041Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:28:35.079Z||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-10-26T23:28:35.098Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:28:35.105Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-26T23:28:36.124Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:28:36.126Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:28:36.127Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:28:36.137Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 33 common frames omitted
2021-10-26T23:29:24.596Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:29:24.599Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:29:24.599Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:29:24.604Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:29:24.624Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 431cab60-11a9-4bce-9515-dde84f14d089 url= /sdc/v1/artifactTypes
2021-10-26T23:29:24.624Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:29:24.675Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:29:24.677Z||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-10-26T23:29:24.677Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:29:24.678Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:29:24.679Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-26T23:29:25.694Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:29:25.694Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:29:25.695Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:29:25.696Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 33 common frames omitted
2021-10-26T23:30:14.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:30:14.596Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:30:14.596Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:30:14.604Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:30:14.610Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3bbdb9c-e474-48d8-9816-0207cba8db93 url= /sdc/v1/artifactTypes
2021-10-26T23:30:14.611Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:30:14.664Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:30:14.666Z||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-10-26T23:30:14.666Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:30:14.667Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:30:14.668Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-26T23:30:15.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:30:15.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:30:15.675Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:30:15.676Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 33 common frames omitted
2021-10-26T23:31:04.593Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:31:04.597Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:31:04.597Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:31:04.609Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:31:04.617Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f5ee2c4a-2009-4157-92e7-0da8470331f9 url= /sdc/v1/artifactTypes
2021-10-26T23:31:04.617Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:31:04.659Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:31:04.661Z||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-10-26T23:31:04.661Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:31:04.661Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:31:04.662Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-26T23:31:05.694Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:31:05.694Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:31:05.695Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:31:05.696Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 32 common frames omitted
2021-10-26T23:31:54.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:31:54.597Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:31:54.597Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:31:54.603Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:31:54.608Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d71b2342-c958-46bc-8447-20005491e0dc url= /sdc/v1/artifactTypes
2021-10-26T23:31:54.608Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:31:54.653Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:31:54.654Z||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-10-26T23:31:54.655Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:31:54.655Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:31:54.655Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-26T23:31:55.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:31:55.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:31:55.675Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:31:55.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 32 common frames omitted
2021-10-26T23:32:44.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:32:44.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:32:44.595Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:32:44.604Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:32:44.609Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 30e92784-9d1c-474b-9a86-5cd58debd77b url= /sdc/v1/artifactTypes
2021-10-26T23:32:44.609Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:32:44.644Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:32:44.646Z||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-10-26T23:32:44.646Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:32:44.646Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:32:44.647Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-26T23:32:45.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:32:45.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:32:45.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:32:45.659Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 32 common frames omitted
2021-10-26T23:33:34.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:33:34.595Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:33:34.595Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:33:34.603Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:33:34.616Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2a0f3d2-99a0-434b-9ebb-0f8135ed4276 url= /sdc/v1/artifactTypes
2021-10-26T23:33:34.617Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:33:34.669Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:33:34.670Z||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-10-26T23:33:34.671Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:33:34.671Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:33:34.672Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-26T23:33:34.886Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-26T23:33:34.910Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 28e11b20-a346-4ea6-a6f0-0e8203fa28b5 url= /sdc/v1/registerForDistribution
2021-10-26T23:33:34.924Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f2a7d57
2021-10-26T23:33:34.924Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-10-26T23:33:34.925Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-10-26T23:33:34.932Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/eDTYKAMLxZ6JJlfQ will send credentials over a clear channel.
2021-10-26T23:33:34.933Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/eDTYKAMLxZ6JJlfQ (as eDTYKAMLxZ6JJlfQ) ...
2021-10-26T23:33:34.990Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-26T23:33:34.993Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-26T23:33:34.994Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-10-26T23:34:24.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:34:24.595Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:34:24.595Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:34:24.601Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:34:24.609Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5abbf719-3438-4141-8040-bda66ee2744e url= /sdc/v1/artifactTypes
2021-10-26T23:34:24.610Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:34:24.652Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:34:24.653Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-10-26T23:34:24.653Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:34:24.654Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:34:24.654Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eDTYKAMLxZ6JJlfQ) ...
2021-10-26T23:34:25.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:34:25.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:34:25.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:34:25.660Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 32 common frames omitted
2021-10-26T23:35:14.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:35:14.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:35:14.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:35:14.603Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:35:14.610Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8efbfec8-5011-4122-9a1e-a1bbd1e8ef2f url= /sdc/v1/artifactTypes
2021-10-26T23:35:14.611Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:35:14.660Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:35:14.662Z||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-10-26T23:35:14.662Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:35:14.663Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:35:14.664Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:35:14.665Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eDTYKAMLxZ6JJlfQ) ...
2021-10-26T23:35:15.673Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:35:15.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:35:15.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:35:15.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 32 common frames omitted
2021-10-26T23:36:04.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:36:04.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:36:04.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:36:04.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:36:04.603Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cbafd2c3-913f-42e6-ac04-0dbd3e61eb00 url= /sdc/v1/artifactTypes
2021-10-26T23:36:04.603Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:36:04.650Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:36:04.652Z||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-10-26T23:36:04.652Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:36:04.653Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:36:04.654Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:36:04.654Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eDTYKAMLxZ6JJlfQ) ...
2021-10-26T23:36:05.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:36:05.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:36:05.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:36:05.659Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 32 common frames omitted
2021-10-26T23:36:54.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:36:54.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:36:54.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:36:54.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:36:54.601Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c410f553-6496-49d6-b982-406f578f8d1a url= /sdc/v1/artifactTypes
2021-10-26T23:36:54.601Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:36:54.665Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:36:54.666Z||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-10-26T23:36:54.667Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:36:54.667Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:36:54.668Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:36:54.668Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eDTYKAMLxZ6JJlfQ) ...
2021-10-26T23:36:55.673Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:36:55.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:36:55.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:36:55.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 32 common frames omitted
2021-10-26T23:37:44.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:37:44.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:37:44.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:37:44.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:37:44.605Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff6656f1-ea90-428d-9221-6b7ab0e81722 url= /sdc/v1/artifactTypes
2021-10-26T23:37:44.606Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:37:44.647Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:37:44.651Z||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-10-26T23:37:44.651Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:37:44.651Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:37:44.652Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:37:44.652Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eDTYKAMLxZ6JJlfQ) ...
2021-10-26T23:37:45.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:37:45.659Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:37:45.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:37:45.660Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 32 common frames omitted
2021-10-26T23:38:15.257Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-26T23:38:34.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:38:34.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:38:34.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:38:34.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:38:34.602Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 960100ff-51b1-45bd-b556-e04887660dd4 url= /sdc/v1/artifactTypes
2021-10-26T23:38:34.602Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:38:34.640Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:38:34.642Z||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-10-26T23:38:34.642Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:38:34.642Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:38:34.643Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:38:34.643Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eDTYKAMLxZ6JJlfQ) ...
2021-10-26T23:38:35.673Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:38:35.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:38:35.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:38:35.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 32 common frames omitted
2021-10-26T23:39:24.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:39:24.595Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:39:24.596Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:39:24.604Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:39:24.613Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4599b9e3-dec3-46c0-a0b1-0ebf0e38f86a url= /sdc/v1/artifactTypes
2021-10-26T23:39:24.613Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:39:24.648Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:39:24.650Z||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-10-26T23:39:24.650Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:39:24.650Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:39:24.651Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:39:24.652Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eDTYKAMLxZ6JJlfQ) ...
2021-10-26T23:39:25.662Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:39:25.662Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:39:25.662Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:39:25.663Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 32 common frames omitted
2021-10-26T23:40:14.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:40:14.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:40:14.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:40:14.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:40:14.605Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1cc5b8db-12ca-4799-b6c2-ce11ad7f6e0d url= /sdc/v1/artifactTypes
2021-10-26T23:40:14.605Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:40:14.664Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:40:14.666Z||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-10-26T23:40:14.666Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:40:14.666Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:40:14.667Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:40:14.667Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eDTYKAMLxZ6JJlfQ) ...
2021-10-26T23:40:15.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:40:15.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:40:15.675Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:40:15.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 32 common frames omitted
2021-10-26T23:41:04.600Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:41:04.603Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:41:04.603Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:41:04.610Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:41:04.621Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c9a70cf1-e9c4-4400-b59a-938140900950 url= /sdc/v1/artifactTypes
2021-10-26T23:41:04.621Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:41:04.666Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:41:04.668Z||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-10-26T23:41:04.668Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:41:04.669Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:41:04.670Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:41:04.670Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eDTYKAMLxZ6JJlfQ) ...
2021-10-26T23:41:05.690Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:41:05.690Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:41:05.690Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:41:05.691Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 32 common frames omitted
2021-10-26T23:41:54.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:41:54.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:41:54.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:41:54.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:41:54.601Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 85743d5c-bef0-47be-bb14-792101ffc8b7 url= /sdc/v1/artifactTypes
2021-10-26T23:41:54.601Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:41:54.634Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:41:54.636Z||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-10-26T23:41:54.636Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:41:54.636Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:41:54.638Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:41:54.638Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eDTYKAMLxZ6JJlfQ) ...
2021-10-26T23:41:55.642Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:41:55.642Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:41:55.642Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:41:55.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:42:44.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:42:44.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:42:44.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:42:44.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:42:44.600Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e96e067c-7005-466d-b4c9-39f093bf8063 url= /sdc/v1/artifactTypes
2021-10-26T23:42:44.600Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:42:44.635Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:42:44.636Z||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-10-26T23:42:44.637Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:42:44.637Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:42:44.638Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:42:44.639Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eDTYKAMLxZ6JJlfQ) ...
2021-10-26T23:42:44.816Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-26T23:42:44.819Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9271e265-b079-48ff-9fef-d5a7e9dfc087 url= /sdc/v1/registerForDistribution
2021-10-26T23:42:44.828Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7bcede52
2021-10-26T23:42:44.828Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-10-26T23:42:44.828Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-10-26T23:42:44.829Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/XgfOEFXLngtlOGrE will send credentials over a clear channel.
2021-10-26T23:42:44.829Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/XgfOEFXLngtlOGrE (as XgfOEFXLngtlOGrE) ...
2021-10-26T23:42:44.864Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-26T23:42:44.864Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-26T23:42:44.865Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.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)
	... 31 common frames omitted
2021-10-26T23:43:34.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:43:34.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:43:34.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:43:34.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:43:34.603Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36827b05-4565-4f63-b223-29e66342866b url= /sdc/v1/artifactTypes
2021-10-26T23:43:34.604Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:43:34.646Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:43:34.648Z||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-10-26T23:43:34.648Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:43:34.649Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:43:34.649Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XgfOEFXLngtlOGrE) ...
2021-10-26T23:43:35.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:43:35.675Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:43:35.676Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:43:35.677Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:44:24.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:44:24.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:44:24.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:44:24.595Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:44:24.600Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 75338eae-5d11-4f92-ba8f-f95714e073d8 url= /sdc/v1/artifactTypes
2021-10-26T23:44:24.600Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:44:24.660Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:44:24.661Z||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-10-26T23:44:24.661Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:44:24.662Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:44:24.664Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:44:24.664Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XgfOEFXLngtlOGrE) ...
2021-10-26T23:44:25.690Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:44:25.690Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:44:25.690Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:44:25.691Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:45:14.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:45:14.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:45:14.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:45:14.599Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:45:14.606Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5abdc1bd-0421-44f1-a279-a558a9c6cf75 url= /sdc/v1/artifactTypes
2021-10-26T23:45:14.606Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:45:14.644Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:45:14.646Z||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-10-26T23:45:14.647Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:45:14.647Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:45:14.652Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:45:14.652Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XgfOEFXLngtlOGrE) ...
2021-10-26T23:45:15.673Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:45:15.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:45:15.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:45:15.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:46:04.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:46:04.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:46:04.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:46:04.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:46:04.603Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5954faab-8afc-4d57-ade6-3ac6f50b4a2e url= /sdc/v1/artifactTypes
2021-10-26T23:46:04.603Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:46:04.640Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:46:04.641Z||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-10-26T23:46:04.642Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:46:04.642Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:46:04.644Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:46:04.644Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XgfOEFXLngtlOGrE) ...
2021-10-26T23:46:05.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:46:05.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:46:05.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:46:05.661Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:46:54.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:46:54.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:46:54.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:46:54.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:46:54.604Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 21972aa8-f9f2-4221-bdce-e9b6cb41f21a url= /sdc/v1/artifactTypes
2021-10-26T23:46:54.604Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:46:54.640Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:46:54.642Z||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-10-26T23:46:54.642Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:46:54.643Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:46:54.644Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:46:54.644Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XgfOEFXLngtlOGrE) ...
2021-10-26T23:46:55.677Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:46:55.678Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:46:55.678Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:46:55.679Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:47:44.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:47:44.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:47:44.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:47:44.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:47:44.603Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c836346-5c0e-407a-980b-a69f9c2c2d63 url= /sdc/v1/artifactTypes
2021-10-26T23:47:44.603Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:47:44.638Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:47:44.639Z||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-10-26T23:47:44.639Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:47:44.640Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:47:44.641Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:47:44.641Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XgfOEFXLngtlOGrE) ...
2021-10-26T23:47:45.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:47:45.659Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:47:45.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:47:45.660Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:48:34.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:48:34.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:48:34.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:48:34.599Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:48:34.612Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bfcc1afa-d383-43e9-ad61-4db50e844096 url= /sdc/v1/artifactTypes
2021-10-26T23:48:34.612Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:48:34.651Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:48:34.653Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-10-26T23:48:34.654Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:48:34.654Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:48:34.656Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:48:34.656Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XgfOEFXLngtlOGrE) ...
2021-10-26T23:48:35.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:48:35.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:48:35.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:48:35.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:49:24.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:49:24.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:49:24.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:49:24.595Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:49:24.600Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d969b82-07c8-4523-91bf-3dd738bf5f44 url= /sdc/v1/artifactTypes
2021-10-26T23:49:24.600Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:49:24.635Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:49:24.636Z||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-10-26T23:49:24.636Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:49:24.636Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:49:24.638Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:49:24.638Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XgfOEFXLngtlOGrE) ...
2021-10-26T23:49:25.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:49:25.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:49:25.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:49:25.659Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:50:14.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:50:14.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:50:14.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:50:14.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:50:14.602Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fd6c414d-be33-46aa-a1d8-1af8473d2fe1 url= /sdc/v1/artifactTypes
2021-10-26T23:50:14.603Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:50:14.647Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:50:14.648Z||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-10-26T23:50:14.649Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:50:14.649Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:50:14.650Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:50:14.650Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XgfOEFXLngtlOGrE) ...
2021-10-26T23:50:15.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:50:15.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:50:15.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:50:15.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:51:04.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:51:04.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:51:04.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:51:04.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:51:04.604Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9522037b-3e10-4fb0-87d7-28315fc08452 url= /sdc/v1/artifactTypes
2021-10-26T23:51:04.605Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:51:04.638Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:51:04.639Z||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-10-26T23:51:04.639Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:51:04.640Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:51:04.641Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:51:04.641Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XgfOEFXLngtlOGrE) ...
2021-10-26T23:51:05.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:51:05.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:51:05.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:51:05.659Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:51:54.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:51:54.600Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:51:54.600Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:51:54.604Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:51:54.614Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c77fa0b5-85aa-4e8a-8955-c75b415cb2a6 url= /sdc/v1/artifactTypes
2021-10-26T23:51:54.614Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:51:54.655Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:51:54.657Z||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-10-26T23:51:54.658Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:51:54.658Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:51:54.659Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:51:54.660Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XgfOEFXLngtlOGrE) ...
2021-10-26T23:51:55.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:51:55.675Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:51:55.675Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:51:55.676Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:52:44.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:52:44.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:52:44.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:52:44.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:52:44.602Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba3fa0b6-7995-4df3-8192-922848384bdb url= /sdc/v1/artifactTypes
2021-10-26T23:52:44.602Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:52:44.637Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:52:44.639Z||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-10-26T23:52:44.639Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:52:44.639Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:52:44.641Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:52:44.641Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XgfOEFXLngtlOGrE) ...
2021-10-26T23:52:45.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:52:45.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:52:45.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:52:45.660Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:53:34.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:53:34.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:53:34.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:53:34.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:53:34.602Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6e913558-4421-4e9f-8606-01add008f3f3 url= /sdc/v1/artifactTypes
2021-10-26T23:53:34.602Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:53:34.637Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:53:34.639Z||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-10-26T23:53:34.639Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:53:34.639Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:53:34.640Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:53:34.640Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XgfOEFXLngtlOGrE) ...
2021-10-26T23:53:34.835Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-26T23:53:34.837Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= af707372-f40b-400f-8101-f89f6632d563 url= /sdc/v1/registerForDistribution
2021-10-26T23:53:34.845Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6bb31aa1
2021-10-26T23:53:34.845Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-10-26T23:53:34.846Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-10-26T23:53:34.847Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/idT7ibk3g1jqaFaM will send credentials over a clear channel.
2021-10-26T23:53:34.848Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/idT7ibk3g1jqaFaM (as idT7ibk3g1jqaFaM) ...
2021-10-26T23:53:34.887Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-26T23:53:34.888Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-26T23:53:34.888Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.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)
	... 31 common frames omitted
2021-10-26T23:54:24.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:54:24.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:54:24.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:54:24.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:54:24.600Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 59247689-021b-4e3f-bece-dce92976e73c url= /sdc/v1/artifactTypes
2021-10-26T23:54:24.600Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:54:24.635Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:54:24.636Z||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-10-26T23:54:24.636Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:54:24.637Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:54:24.637Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-26T23:54:25.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:54:25.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:54:25.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:54:25.659Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:55:14.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:55:14.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:55:14.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:55:14.595Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:55:14.602Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 83e9990e-b19c-4c1f-baca-00030a4952f0 url= /sdc/v1/artifactTypes
2021-10-26T23:55:14.602Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:55:14.635Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:55:14.637Z||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-10-26T23:55:14.638Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:55:14.638Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:55:14.639Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:55:14.640Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-26T23:55:15.673Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:55:15.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:55:15.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:55:15.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:56:04.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:56:04.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:56:04.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:56:04.600Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:56:04.606Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d90a6d04-b758-4960-a4d1-6f4df55f1fba url= /sdc/v1/artifactTypes
2021-10-26T23:56:04.606Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:56:04.643Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:56:04.644Z||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-10-26T23:56:04.645Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:56:04.645Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:56:04.646Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:56:04.646Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-26T23:56:05.657Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:56:05.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:56:05.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:56:05.659Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:56:54.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:56:54.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:56:54.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:56:54.595Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:56:54.601Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fcfff4bc-b351-47bd-9aea-a69b879e598b url= /sdc/v1/artifactTypes
2021-10-26T23:56:54.601Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:56:54.633Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:56:54.635Z||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-10-26T23:56:54.635Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:56:54.636Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:56:54.637Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:56:54.637Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-26T23:56:55.642Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:56:55.643Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:56:55.643Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:56:55.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:57:44.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:57:44.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:57:44.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:57:44.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:57:44.605Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e293d486-f6ec-43c0-8ef4-074a27a09341 url= /sdc/v1/artifactTypes
2021-10-26T23:57:44.606Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:57:44.642Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:57:44.643Z||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-10-26T23:57:44.643Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:57:44.644Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:57:44.644Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:57:44.645Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-26T23:57:45.758Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:57:45.758Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:57:45.758Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:57:45.759Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:58:34.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:58:34.591Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:58:34.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:58:34.595Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:58:34.600Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 044047a6-a895-471a-8dbd-0c54fd4386ff url= /sdc/v1/artifactTypes
2021-10-26T23:58:34.600Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:58:34.629Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:58:34.630Z||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-10-26T23:58:34.631Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:58:34.631Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:58:34.631Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:58:34.632Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-26T23:58:35.642Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:58:35.642Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:58:35.642Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:58:35.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-26T23:59:24.593Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T23:59:24.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T23:59:24.595Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T23:59:24.599Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T23:59:24.606Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2ff2922-c577-4c69-8e1d-c89cdccb2c74 url= /sdc/v1/artifactTypes
2021-10-26T23:59:24.606Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T23:59:24.636Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T23:59:24.637Z||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-10-26T23:59:24.637Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T23:59:24.637Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-26T23:59:24.638Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-26T23:59:24.638Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-26T23:59:25.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-26T23:59:25.659Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-26T23:59:25.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-26T23:59:25.660Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:00:14.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:00:14.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:00:14.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:00:14.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:00:14.618Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ab1492cd-cd8d-45a9-ab78-69f63b6ba4eb url= /sdc/v1/artifactTypes
2021-10-27T00:00:14.618Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:00:14.656Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:00:14.657Z||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-10-27T00:00:14.657Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:00:14.658Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:00:14.659Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:00:14.659Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:00:15.673Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:00:15.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:00:15.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:00:15.674Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:01:04.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:01:04.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:01:04.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:01:04.600Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:01:04.626Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 12e2bcad-c3c3-4afa-a1d1-02f448501d57 url= /sdc/v1/artifactTypes
2021-10-27T00:01:04.626Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:01:04.663Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:01:04.664Z||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-10-27T00:01:04.664Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:01:04.664Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:01:04.665Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:01:04.665Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:01:05.694Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:01:05.694Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:01:05.695Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:01:05.695Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:01:54.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:01:54.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:01:54.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:01:54.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:01:54.601Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3152b4b4-b513-4c8e-b754-46b7a4896cfe url= /sdc/v1/artifactTypes
2021-10-27T00:01:54.601Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:01:54.635Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:01:54.636Z||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-10-27T00:01:54.637Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:01:54.637Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:01:54.638Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:01:54.638Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:01:55.642Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:01:55.643Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:01:55.643Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:01:55.644Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:02:44.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:02:44.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:02:44.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:02:44.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:02:44.606Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8c802af6-134d-433c-b1a4-61fdde54b291 url= /sdc/v1/artifactTypes
2021-10-27T00:02:44.606Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:02:44.636Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:02:44.637Z||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-10-27T00:02:44.637Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:02:44.638Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:02:44.639Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:02:44.639Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:02:45.661Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:02:45.662Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:02:45.662Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:02:45.663Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:03:34.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:03:34.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:03:34.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:03:34.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:03:34.600Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c401e8a8-9d81-4f78-a65f-5310e512bc87 url= /sdc/v1/artifactTypes
2021-10-27T00:03:34.600Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:03:34.633Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:03:34.635Z||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-10-27T00:03:34.636Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:03:34.636Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:03:34.638Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:03:34.639Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:03:35.642Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:03:35.642Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:03:35.643Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:03:35.644Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:04:24.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:04:24.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:04:24.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:04:24.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:04:24.603Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f71a76a2-b41b-4215-ad7b-003976597d9e url= /sdc/v1/artifactTypes
2021-10-27T00:04:24.604Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:04:24.641Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:04:24.642Z||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-10-27T00:04:24.642Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:04:24.643Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:04:24.643Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:04:24.643Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:04:25.657Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:04:25.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:04:25.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:04:25.659Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:05:14.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:05:14.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:05:14.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:05:14.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:05:14.601Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e79c1d94-df5c-4586-94e7-cee72edb5276 url= /sdc/v1/artifactTypes
2021-10-27T00:05:14.601Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:05:14.641Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:05:14.642Z||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-10-27T00:05:14.643Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:05:14.643Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:05:14.646Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:05:14.647Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:05:15.673Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:05:15.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:05:15.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:05:15.674Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:06:04.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:06:04.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:06:04.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:06:04.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:06:04.603Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9630b1bc-88fd-4ac0-9ec8-2c11b08b8f53 url= /sdc/v1/artifactTypes
2021-10-27T00:06:04.603Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:06:04.641Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:06:04.642Z||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-10-27T00:06:04.643Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:06:04.643Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:06:04.644Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:06:04.644Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:06:05.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:06:05.659Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:06:05.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:06:05.660Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:06:54.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:06:54.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:06:54.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:06:54.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:06:54.602Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5ac399c9-7861-4d36-9f18-80558db9924e url= /sdc/v1/artifactTypes
2021-10-27T00:06:54.602Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:06:54.632Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:06:54.633Z||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-10-27T00:06:54.633Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:06:54.634Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:06:54.635Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:06:54.635Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:06:55.642Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:06:55.642Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:06:55.643Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:06:55.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:07:44.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:07:44.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:07:44.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:07:44.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:07:44.605Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 48fb115e-9db4-402c-8cf1-a6d4711e4aa8 url= /sdc/v1/artifactTypes
2021-10-27T00:07:44.605Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:07:44.643Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:07:44.645Z||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-10-27T00:07:44.645Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:07:44.645Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:07:44.646Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:07:44.646Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:07:45.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:07:45.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:07:45.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:07:45.660Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:08:34.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:08:34.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:08:34.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:08:34.595Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:08:34.600Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 05e5d29f-05a4-4bd5-b63d-1b51a1a44d88 url= /sdc/v1/artifactTypes
2021-10-27T00:08:34.601Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:08:34.630Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:08:34.632Z||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-10-27T00:08:34.632Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:08:34.633Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:08:34.634Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:08:34.635Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:08:35.642Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:08:35.642Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:08:35.643Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:08:35.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:09:24.596Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:09:24.598Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:09:24.601Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:09:24.604Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:09:24.609Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c9350b6-942d-4448-96af-4f7a39473b52 url= /sdc/v1/artifactTypes
2021-10-27T00:09:24.609Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:09:24.645Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:09:24.647Z||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-10-27T00:09:24.647Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:09:24.647Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:09:24.648Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:09:24.648Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:09:25.657Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:09:25.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:09:25.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:09:25.658Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:10:14.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:10:14.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:10:14.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:10:14.595Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:10:14.599Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28a4405e-b84a-4bf2-9e52-918be815d75d url= /sdc/v1/artifactTypes
2021-10-27T00:10:14.599Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:10:14.644Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:10:14.645Z||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-10-27T00:10:14.645Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:10:14.646Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:10:14.647Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:10:14.647Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:10:15.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:10:15.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:10:15.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:10:15.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:11:04.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:11:04.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:11:04.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:11:04.595Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:11:04.600Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ec2b289d-4431-4266-b976-0a9ba59eade0 url= /sdc/v1/artifactTypes
2021-10-27T00:11:04.600Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:11:04.634Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:11:04.635Z||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-10-27T00:11:04.635Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:11:04.635Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:11:04.636Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:11:04.636Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:11:05.661Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:11:05.662Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:11:05.662Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:11:05.662Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:11:54.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:11:54.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:11:54.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:11:54.601Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:11:54.608Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e6a68160-64c8-4741-871c-94b093c15e63 url= /sdc/v1/artifactTypes
2021-10-27T00:11:54.608Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:11:54.654Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:11:54.656Z||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-10-27T00:11:54.656Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:11:54.657Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:11:54.658Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:11:54.658Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:11:55.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:11:55.675Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:11:55.675Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:11:55.676Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:12:44.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:12:44.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:12:44.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:12:44.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:12:44.601Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f6d22748-2362-4188-bbfe-a0fca3e9bc1e url= /sdc/v1/artifactTypes
2021-10-27T00:12:44.602Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:12:44.632Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:12:44.633Z||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-10-27T00:12:44.634Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:12:44.634Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:12:44.634Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:12:44.635Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as idT7ibk3g1jqaFaM) ...
2021-10-27T00:12:44.825Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T00:12:44.828Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 73b31acd-343b-49b7-8af5-74472ab2a5cc url= /sdc/v1/registerForDistribution
2021-10-27T00:12:44.837Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4266d112
2021-10-27T00:12:44.837Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-10-27T00:12:44.838Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-10-27T00:12:44.838Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/n2I9iK25knwlAXWm will send credentials over a clear channel.
2021-10-27T00:12:44.838Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/n2I9iK25knwlAXWm (as n2I9iK25knwlAXWm) ...
2021-10-27T00:12:44.886Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T00:12:44.886Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-27T00:12:44.887Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.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)
	... 31 common frames omitted
2021-10-27T00:13:34.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:13:34.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:13:34.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:13:34.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:13:34.605Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 489eea8d-b0c3-4687-90c4-d6cd7171f892 url= /sdc/v1/artifactTypes
2021-10-27T00:13:34.605Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:13:34.636Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:13:34.637Z||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-10-27T00:13:34.637Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:13:34.638Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:13:34.638Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:13:35.646Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:13:35.647Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:13:35.647Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:13:35.648Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:14:24.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:14:24.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:14:24.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:14:24.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:14:24.602Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac2799e0-bbd5-4c14-90bf-e757e538eb3e url= /sdc/v1/artifactTypes
2021-10-27T00:14:24.602Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:14:24.632Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:14:24.633Z||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-10-27T00:14:24.634Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:14:24.634Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:14:24.635Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:14:24.635Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:14:25.661Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:14:25.662Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:14:25.662Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:14:25.662Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:15:14.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:15:14.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:15:14.595Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:15:14.601Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:15:14.608Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 908ba5d0-a74b-4e39-bb9b-22d685aa4052 url= /sdc/v1/artifactTypes
2021-10-27T00:15:14.609Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:15:14.644Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:15:14.646Z||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-10-27T00:15:14.646Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:15:14.647Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:15:14.648Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:15:14.648Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:15:15.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:15:15.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:15:15.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:15:15.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:16:04.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:16:04.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:16:04.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:16:04.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:16:04.605Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fbf1a86e-6e12-46c9-8033-d141f04d7e89 url= /sdc/v1/artifactTypes
2021-10-27T00:16:04.605Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:16:04.639Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:16:04.640Z||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-10-27T00:16:04.641Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:16:04.641Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:16:04.642Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:16:04.642Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:16:05.657Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:16:05.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:16:05.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:16:05.659Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:16:54.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:16:54.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:16:54.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:16:54.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:16:54.608Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70652f65-f3b8-4924-a9bc-838b5328a127 url= /sdc/v1/artifactTypes
2021-10-27T00:16:54.609Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:16:54.638Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:16:54.639Z||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-10-27T00:16:54.640Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:16:54.640Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:16:54.641Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:16:54.641Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:16:55.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:16:55.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:16:55.675Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:16:55.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:17:44.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:17:44.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:17:44.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:17:44.594Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:17:44.598Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2883fcbd-08e4-42d7-b4ac-a20161fff5de url= /sdc/v1/artifactTypes
2021-10-27T00:17:44.598Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:17:44.634Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:17:44.635Z||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-10-27T00:17:44.636Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:17:44.636Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:17:44.637Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:17:44.637Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:17:45.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:17:45.659Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:17:45.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:17:45.660Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:18:34.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:18:34.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:18:34.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:18:34.595Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:18:34.600Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5b816003-cd4e-4bcf-b860-bf63204970a1 url= /sdc/v1/artifactTypes
2021-10-27T00:18:34.600Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:18:34.631Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:18:34.633Z||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-10-27T00:18:34.633Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:18:34.634Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:18:34.635Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:18:34.635Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:18:35.646Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:18:35.646Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:18:35.647Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:18:35.648Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:19:24.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:19:24.591Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:19:24.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:19:24.595Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:19:24.600Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8136f427-c9bf-4c21-823e-36a8ca1b275b url= /sdc/v1/artifactTypes
2021-10-27T00:19:24.601Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:19:24.629Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:19:24.629Z||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-10-27T00:19:24.630Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:19:24.630Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:19:24.631Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:19:24.631Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:19:25.657Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:19:25.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:19:25.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:19:25.658Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:20:14.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:20:14.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:20:14.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:20:14.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:20:14.606Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e0b8fbb0-7a48-44f8-90dd-8ad3ffea4e10 url= /sdc/v1/artifactTypes
2021-10-27T00:20:14.606Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:20:14.637Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:20:14.639Z||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-10-27T00:20:14.639Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:20:14.639Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:20:14.640Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:20:14.640Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:20:15.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:20:15.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:20:15.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:20:15.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:21:04.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:21:04.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:21:04.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:21:04.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:21:04.601Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e0b892c2-b158-458b-a64d-5b48d5f2445e url= /sdc/v1/artifactTypes
2021-10-27T00:21:04.601Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:21:04.646Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:21:04.647Z||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-10-27T00:21:04.648Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:21:04.648Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:21:04.649Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:21:04.649Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:21:05.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:21:05.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:21:05.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:21:05.659Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:21:54.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:21:54.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:21:54.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:21:54.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:21:54.601Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9e2a4e74-c9af-45a6-98b3-38904f6db5ae url= /sdc/v1/artifactTypes
2021-10-27T00:21:54.601Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:21:54.635Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:21:54.636Z||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-10-27T00:21:54.637Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:21:54.637Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:21:54.638Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:21:54.638Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:21:55.642Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:21:55.642Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:21:55.642Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:21:55.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:22:44.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:22:44.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:22:44.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:22:44.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:22:44.599Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9b54145d-0f4c-4491-91b7-4cbff1817162 url= /sdc/v1/artifactTypes
2021-10-27T00:22:44.599Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:22:44.634Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:22:44.635Z||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-10-27T00:22:44.635Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:22:44.636Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:22:44.636Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:22:44.636Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:22:45.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:22:45.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:22:45.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:22:45.659Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:23:34.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:23:34.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:23:34.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:23:34.599Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:23:34.604Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5ac9ae17-36a8-4281-a1a6-6c3b6277ca28 url= /sdc/v1/artifactTypes
2021-10-27T00:23:34.604Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:23:34.645Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:23:34.646Z||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-10-27T00:23:34.646Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:23:34.647Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:23:34.648Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:23:34.648Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:23:35.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:23:35.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:23:35.675Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:23:35.676Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:24:24.590Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:24:24.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:24:24.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:24:24.595Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:24:24.599Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fcfd1ddd-42c5-4f20-8fac-988fb10d8bc8 url= /sdc/v1/artifactTypes
2021-10-27T00:24:24.599Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:24:24.631Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:24:24.632Z||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-10-27T00:24:24.632Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:24:24.632Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:24:24.633Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:24:24.633Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:24:25.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:24:25.659Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:24:25.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:24:25.660Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:25:14.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:25:14.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:25:14.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:25:14.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:25:14.604Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 34fd1c1f-690c-4edf-b198-bf44d39ace93 url= /sdc/v1/artifactTypes
2021-10-27T00:25:14.605Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:25:14.719Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:25:14.721Z||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-10-27T00:25:14.721Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:25:14.721Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:25:14.722Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:25:14.723Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:25:15.738Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:25:15.738Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:25:15.738Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:25:15.739Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:26:04.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:26:04.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:26:04.595Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:26:04.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:26:04.602Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2392313-054f-4e56-be2b-785acc591342 url= /sdc/v1/artifactTypes
2021-10-27T00:26:04.602Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:26:04.632Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:26:04.633Z||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-10-27T00:26:04.633Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:26:04.633Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:26:04.634Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:26:04.634Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:26:05.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:26:05.659Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:26:05.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:26:05.660Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:26:54.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:26:54.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:26:54.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:26:54.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:26:54.601Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac5e12c8-47be-45bb-b808-8fda60b03238 url= /sdc/v1/artifactTypes
2021-10-27T00:26:54.601Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:26:54.635Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:26:54.636Z||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-10-27T00:26:54.636Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:26:54.637Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:26:54.637Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:26:54.638Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:26:55.642Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:26:55.642Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:26:55.643Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:26:55.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:27:44.590Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:27:44.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:27:44.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:27:44.595Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:27:44.599Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 32827936-24c9-4221-b8f1-201b596caa2d url= /sdc/v1/artifactTypes
2021-10-27T00:27:44.599Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:27:44.635Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:27:44.636Z||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-10-27T00:27:44.636Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:27:44.636Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:27:44.637Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:27:44.637Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:27:45.657Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:27:45.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:27:45.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:27:45.659Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:28:34.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:28:34.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:28:34.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:28:34.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:28:34.603Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23342f89-6f02-4603-8d4a-e2e1f1b847d9 url= /sdc/v1/artifactTypes
2021-10-27T00:28:34.603Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:28:34.635Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:28:34.638Z||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-10-27T00:28:34.639Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:28:34.639Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:28:34.640Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:28:34.641Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:28:35.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:28:35.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:28:35.675Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:28:35.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:29:24.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:29:24.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:29:24.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:29:24.594Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:29:24.603Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4bbd0862-b550-4920-a6a8-c807c73ec277 url= /sdc/v1/artifactTypes
2021-10-27T00:29:24.603Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:29:24.642Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:29:24.643Z||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-10-27T00:29:24.643Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:29:24.644Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:29:24.644Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:29:24.645Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:29:25.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:29:25.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:29:25.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:29:25.660Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:30:14.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:30:14.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:30:14.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:30:14.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:30:14.603Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a277a07f-9360-4ce8-b8c9-89a8519e2a28 url= /sdc/v1/artifactTypes
2021-10-27T00:30:14.603Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:30:14.640Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:30:14.641Z||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-10-27T00:30:14.641Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:30:14.642Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:30:14.643Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:30:14.643Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:30:15.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:30:15.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:30:15.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:30:15.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:31:04.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:31:04.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:31:04.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:31:04.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:31:04.601Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 33292503-05a4-488a-8303-873eb25d112a url= /sdc/v1/artifactTypes
2021-10-27T00:31:04.602Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:31:04.640Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:31:04.641Z||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-10-27T00:31:04.641Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:31:04.641Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:31:04.642Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:31:04.642Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:31:05.662Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:31:05.662Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:31:05.662Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:31:05.663Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:31:54.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:31:54.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:31:54.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:31:54.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:31:54.601Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62ff87ee-bdcc-4091-a1a0-a8f744392b97 url= /sdc/v1/artifactTypes
2021-10-27T00:31:54.601Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:31:54.637Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:31:54.638Z||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-10-27T00:31:54.639Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:31:54.639Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:31:54.640Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:31:54.640Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:31:55.642Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:31:55.642Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:31:55.642Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:31:55.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:32:44.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:32:44.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:32:44.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:32:44.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:32:44.600Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 008193e9-57fd-4f83-84c4-c65fd3568b5d url= /sdc/v1/artifactTypes
2021-10-27T00:32:44.601Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:32:44.632Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:32:44.633Z||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-10-27T00:32:44.633Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:32:44.633Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:32:44.634Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:32:44.634Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:32:45.657Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:32:45.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:32:45.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:32:45.659Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:33:34.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:33:34.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:33:34.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:33:34.595Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:33:34.600Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d5d7314-e3e9-4be6-b89b-7e6b2f89c53c url= /sdc/v1/artifactTypes
2021-10-27T00:33:34.600Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:33:34.632Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:33:34.633Z||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-10-27T00:33:34.633Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:33:34.633Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:33:34.634Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:33:34.634Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:33:35.642Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:33:35.642Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:33:35.642Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:33:35.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:34:24.590Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:34:24.591Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:34:24.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:34:24.594Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:34:24.598Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a16d3ff-78bb-44c7-be3d-8c97dc1ea490 url= /sdc/v1/artifactTypes
2021-10-27T00:34:24.598Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:34:24.627Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:34:24.628Z||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-10-27T00:34:24.628Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:34:24.629Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:34:24.629Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:34:24.630Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:34:25.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:34:25.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:34:25.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:34:25.660Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:35:14.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:35:14.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:35:14.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:35:14.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:35:14.602Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e8b3e4f0-8613-4803-8e7e-ec50ca7d28d1 url= /sdc/v1/artifactTypes
2021-10-27T00:35:14.602Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:35:14.641Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:35:14.642Z||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-10-27T00:35:14.642Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:35:14.642Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:35:14.643Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:35:14.643Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:35:15.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:35:15.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:35:15.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:35:15.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:36:04.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:36:04.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:36:04.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:36:04.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:36:04.602Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3ef3ba87-6655-472d-8c6c-45d1d05ba373 url= /sdc/v1/artifactTypes
2021-10-27T00:36:04.602Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:36:04.644Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:36:04.645Z||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-10-27T00:36:04.645Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:36:04.645Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:36:04.646Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:36:04.646Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:36:05.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:36:05.659Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:36:05.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:36:05.660Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:36:54.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:36:54.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:36:54.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:36:54.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:36:54.603Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07196fa9-e6fe-4b0e-b4d6-931ae7f458e1 url= /sdc/v1/artifactTypes
2021-10-27T00:36:54.603Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:36:54.634Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:36:54.635Z||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-10-27T00:36:54.635Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:36:54.635Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:36:54.636Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:36:54.636Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:36:55.641Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:36:55.642Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:36:55.642Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:36:55.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:37:44.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:37:44.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:37:44.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:37:44.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:37:44.600Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b9364297-1049-4d7c-b4ec-bb88c87814d5 url= /sdc/v1/artifactTypes
2021-10-27T00:37:44.600Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:37:44.631Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:37:44.632Z||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-10-27T00:37:44.633Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:37:44.634Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:37:44.635Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:37:44.635Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n2I9iK25knwlAXWm) ...
2021-10-27T00:37:44.884Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T00:37:44.885Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5687a677-e83a-4909-9dfe-ffd001728e33 url= /sdc/v1/registerForDistribution
2021-10-27T00:37:44.894Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a84006b
2021-10-27T00:37:44.894Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-10-27T00:37:44.894Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-10-27T00:37:44.895Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/4B7FuwImvzatH5fc will send credentials over a clear channel.
2021-10-27T00:37:44.895Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/4B7FuwImvzatH5fc (as 4B7FuwImvzatH5fc) ...
2021-10-27T00:37:44.966Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T00:37:44.966Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-27T00:37:44.967Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.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)
	... 31 common frames omitted
2021-10-27T00:38:34.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:38:34.592Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:38:34.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:38:34.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:38:34.601Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6f525072-7fa1-4705-90ce-de965e9aa70f url= /sdc/v1/artifactTypes
2021-10-27T00:38:34.602Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:38:34.634Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:38:34.636Z||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-10-27T00:38:34.636Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:38:34.636Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:38:34.637Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4B7FuwImvzatH5fc) ...
2021-10-27T00:38:35.642Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:38:35.642Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:38:35.642Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:38:35.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:39:24.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:39:24.591Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:39:24.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:39:24.594Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:39:24.599Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 11088cc0-3398-4797-9eea-4117a454eeb1 url= /sdc/v1/artifactTypes
2021-10-27T00:39:24.599Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:39:24.627Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:39:24.627Z||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-10-27T00:39:24.628Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:39:24.628Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:39:24.628Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:39:24.628Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4B7FuwImvzatH5fc) ...
2021-10-27T00:39:25.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:39:25.659Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:39:25.660Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:39:25.661Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:40:14.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:40:14.595Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:40:14.596Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:40:14.602Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:40:14.610Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6cffee97-de55-4250-95d3-a9b740186847 url= /sdc/v1/artifactTypes
2021-10-27T00:40:14.610Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:40:14.650Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:40:14.652Z||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-10-27T00:40:14.652Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:40:14.653Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:40:14.654Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:40:14.654Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4B7FuwImvzatH5fc) ...
2021-10-27T00:40:15.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:40:15.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:40:15.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:40:15.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:41:04.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:41:04.591Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:41:04.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:41:04.594Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:41:04.600Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cf34b2a0-8c5f-41b8-8f1a-b750ff851cec url= /sdc/v1/artifactTypes
2021-10-27T00:41:04.600Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:41:04.636Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:41:04.637Z||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-10-27T00:41:04.637Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:41:04.638Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:41:04.638Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:41:04.638Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4B7FuwImvzatH5fc) ...
2021-10-27T00:41:05.657Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:41:05.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:41:05.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:41:05.658Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:41:54.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:41:54.595Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:41:54.596Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:41:54.601Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:41:54.607Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 09d9f805-7838-4853-bda3-5f5a6607858f url= /sdc/v1/artifactTypes
2021-10-27T00:41:54.607Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:41:54.638Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:41:54.639Z||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-10-27T00:41:54.640Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:41:54.640Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:41:54.641Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:41:54.641Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4B7FuwImvzatH5fc) ...
2021-10-27T00:41:55.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:41:55.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:41:55.675Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:41:55.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:42:44.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:42:44.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:42:44.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:42:44.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:42:44.601Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b503c601-fb0b-4446-8d15-f7fad010ae97 url= /sdc/v1/artifactTypes
2021-10-27T00:42:44.601Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:42:44.633Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:42:44.634Z||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-10-27T00:42:44.635Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:42:44.635Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:42:44.636Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:42:44.636Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4B7FuwImvzatH5fc) ...
2021-10-27T00:42:45.657Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:42:45.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:42:45.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:42:45.658Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:43:34.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:43:34.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:43:34.595Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:43:34.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:43:34.603Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 94ee24a2-6fee-4eef-9c6a-d624b8caf450 url= /sdc/v1/artifactTypes
2021-10-27T00:43:34.604Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:43:34.632Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:43:34.633Z||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-10-27T00:43:34.633Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:43:34.634Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:43:34.635Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:43:34.636Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4B7FuwImvzatH5fc) ...
2021-10-27T00:43:35.646Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:43:35.646Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:43:35.646Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:43:35.647Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:44:24.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:44:24.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:44:24.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:44:24.598Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:44:24.604Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= da751235-7b89-48df-8d4d-db2ace1c7be8 url= /sdc/v1/artifactTypes
2021-10-27T00:44:24.604Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:44:24.634Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:44:24.635Z||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-10-27T00:44:24.636Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:44:24.636Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:44:24.637Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:44:24.637Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4B7FuwImvzatH5fc) ...
2021-10-27T00:44:25.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:44:25.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:44:25.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:44:25.658Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:45:14.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:45:14.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:45:14.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:45:14.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:45:14.602Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2ba39c0f-acfb-4104-bbf3-3e253202edbd url= /sdc/v1/artifactTypes
2021-10-27T00:45:14.603Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:45:14.632Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:45:14.634Z||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-10-27T00:45:14.634Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:45:14.634Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:45:14.635Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:45:14.635Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4B7FuwImvzatH5fc) ...
2021-10-27T00:45:15.642Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:45:15.642Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:45:15.642Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:45:15.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:46:04.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:46:04.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:46:04.594Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:46:04.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:46:04.603Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07fe970a-b3b2-4d3e-bb36-709a55c2e20e url= /sdc/v1/artifactTypes
2021-10-27T00:46:04.603Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:46:04.644Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:46:04.645Z||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-10-27T00:46:04.645Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:46:04.645Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:46:04.646Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:46:04.647Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4B7FuwImvzatH5fc) ...
2021-10-27T00:46:05.658Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:46:05.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:46:05.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:46:05.659Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:46:54.592Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:46:54.596Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:46:54.596Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:46:54.603Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:46:54.610Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 67ac729a-6b2a-45ca-aece-b4f6cbd2a5dd url= /sdc/v1/artifactTypes
2021-10-27T00:46:54.611Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:46:54.649Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:46:54.651Z||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-10-27T00:46:54.651Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:46:54.651Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:46:54.652Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:46:54.652Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4B7FuwImvzatH5fc) ...
2021-10-27T00:46:55.674Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:46:55.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:46:55.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:46:55.675Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted
2021-10-27T00:47:44.591Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T00:47:44.593Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T00:47:44.593Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T00:47:44.596Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T00:47:44.603Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6201694a-7872-47fc-b013-0dc1896382b0 url= /sdc/v1/artifactTypes
2021-10-27T00:47:44.604Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T00:47:44.644Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T00:47:44.645Z||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-10-27T00:47:44.645Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T00:47:44.646Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-27T00:47:44.646Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-27T00:47:44.646Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4B7FuwImvzatH5fc) ...
2021-10-27T00:47:45.657Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-27T00:47:45.658Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)]
2021-10-27T00:47:45.658Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
2021-10-27T00:47:45.658Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8358863c.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.96.39.217] 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)
	... 31 common frames omitted