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-12-13T02:51:31.132Z||main|||||INFO|500||The following profiles are active: basic
2021-12-13T02:51:40.452Z||main|||||INFO|500||Starting service [Tomcat]
2021-12-13T02:51:40.453Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-12-13T02:51:40.535Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-12-13T02:51:43.012Z||main|||||INFO|500||catdb-pool - Starting...
2021-12-13T02:51:43.184Z||main|||||INFO|500||catdb-pool - Start completed.
2021-12-13T02:51:43.596Z||main|||||INFO|500||reqdb-pool - Starting...
2021-12-13T02:51:43.605Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-12-13T02:51:43.782Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-12-13T02:51:43.909Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-12-13T02:51:44.275Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-12-13T02:51:45.133Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-13T02:51:47.053Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-13T02:51:47.106Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-12-13T02:51:47.530Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-13T02:51:47.627Z||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-12-13T02:51:48.873Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-13T02:51:49.798Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-12-13T02:51:49.814Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$c19ac7e9.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-12-13T02:51:49.815Z||main|||||WARN|500||The sdc end point is not alive
2021-12-13T02:51:52.609Z||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-12-13T02:51:55.326Z||main|||||WARN|500||---
2021-12-13T02:51:55.327Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-12-13T02:51:55.327Z||main|||||WARN|500||---
2021-12-13T02:51:55.718Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-12-13T02:52:00.230Z||main|||||INFO|500||Started Application in 33.428 seconds (JVM running for 34.557)
2021-12-13T02:52:00.241Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T02:52:00.242Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T02:52:00.275Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T02:52:00.308Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T02:52:00.390Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c99fa7f1-fb5c-47a3-ace5-b057001ea696 url= /sdc/v1/artifactTypes
2021-12-13T02:52:00.391Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T02:52:00.657Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T02:52:00.696Z||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-12-13T02:52:00.719Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T02:52:00.743Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-12-13T02:52:01.575Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:52:01.595Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 84261fd7-13b3-4a7d-a532-bd2daac3b89f url= /sdc/v1/registerForDistribution
2021-12-13T02:52:01.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25ce5845
2021-12-13T02:52:01.604Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T02:52:01.604Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T02:52:01.612Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/pi0cBRkdF6jVBiyq will send credentials over a clear channel.
2021-12-13T02:52:01.613Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/pi0cBRkdF6jVBiyq (as pi0cBRkdF6jVBiyq) ...
2021-12-13T02:52:01.820Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:52:01.824Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T02:52:01.828Z||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 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$$7be5d713.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)
	... 33 common frames omitted
2021-12-13T02:52:50.223Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T02:52:50.224Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T02:52:50.224Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T02:52:50.228Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T02:52:50.236Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 53a851db-c23d-44e8-b6a4-961df759d830 url= /sdc/v1/artifactTypes
2021-12-13T02:52:50.237Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T02:52:50.293Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T02:52:50.294Z||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-12-13T02:52:50.294Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T02:52:50.295Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T02:52:50.295Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as pi0cBRkdF6jVBiyq) ...
2021-12-13T02:52:50.322Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:52:50.324Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4e3037c9-2d65-48b6-943d-147d8dcb0861 url= /sdc/v1/registerForDistribution
2021-12-13T02:52:50.334Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@797c7c59
2021-12-13T02:52:50.335Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T02:52:50.335Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T02:52:50.336Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Vp1tEu4p1TBKyHl8 will send credentials over a clear channel.
2021-12-13T02:52:50.336Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Vp1tEu4p1TBKyHl8 (as Vp1tEu4p1TBKyHl8) ...
2021-12-13T02:52:50.354Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:52:50.355Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T02:52:50.356Z||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 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$$7be5d713.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)
	... 33 common frames omitted
2021-12-13T02:53:40.222Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T02:53:40.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T02:53:40.229Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T02:53:40.235Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T02:53:40.242Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8e470da6-785c-4f6b-826e-9b37d5404e6a url= /sdc/v1/artifactTypes
2021-12-13T02:53:40.243Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T02:53:40.287Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T02:53:40.290Z||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-12-13T02:53:40.290Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T02:53:40.291Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T02:53:40.291Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Vp1tEu4p1TBKyHl8) ...
2021-12-13T02:53:40.370Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:53:40.372Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0a91792b-e144-4212-a289-fe778b3433e8 url= /sdc/v1/registerForDistribution
2021-12-13T02:53:40.381Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b28fb23
2021-12-13T02:53:40.381Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T02:53:40.381Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T02:53:40.382Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/9mLvHmJKq88GDzEL will send credentials over a clear channel.
2021-12-13T02:53:40.382Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/9mLvHmJKq88GDzEL (as 9mLvHmJKq88GDzEL) ...
2021-12-13T02:53:40.659Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:53:40.660Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T02:53:40.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: 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 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$$7be5d713.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)
	... 33 common frames omitted
2021-12-13T02:54:30.223Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T02:54:30.225Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T02:54:30.225Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T02:54:30.231Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T02:54:30.239Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8bd3429c-92ee-444a-b362-e8e30557936c url= /sdc/v1/artifactTypes
2021-12-13T02:54:30.239Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T02:54:30.284Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T02:54:30.286Z||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-12-13T02:54:30.286Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T02:54:30.287Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T02:54:30.288Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 9mLvHmJKq88GDzEL) ...
2021-12-13T02:54:30.374Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:54:30.376Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 80832744-bbb4-42fb-b039-4cb523df75d2 url= /sdc/v1/registerForDistribution
2021-12-13T02:54:30.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46470664
2021-12-13T02:54:30.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T02:54:30.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T02:54:30.387Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/7Pq5M4DlBQzZPv8d will send credentials over a clear channel.
2021-12-13T02:54:30.387Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/7Pq5M4DlBQzZPv8d (as 7Pq5M4DlBQzZPv8d) ...
2021-12-13T02:54:30.407Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:54:30.407Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T02:54:30.408Z||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$$7be5d713.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-12-13T02:55:20.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T02:55:20.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T02:55:20.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T02:55:20.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T02:55:20.232Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3070f312-f39e-47a4-889f-1a07001186d5 url= /sdc/v1/artifactTypes
2021-12-13T02:55:20.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T02:55:20.357Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T02:55:20.358Z||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-12-13T02:55:20.358Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T02:55:20.359Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T02:55:20.360Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 7Pq5M4DlBQzZPv8d) ...
2021-12-13T02:55:20.404Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:55:20.406Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 297aa8c2-567d-43d9-a759-c5d0d06e621e url= /sdc/v1/registerForDistribution
2021-12-13T02:55:20.416Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a04175f
2021-12-13T02:55:20.417Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T02:55:20.417Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T02:55:20.418Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/FjXl3CaI9HkwG1bB will send credentials over a clear channel.
2021-12-13T02:55:20.419Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/FjXl3CaI9HkwG1bB (as FjXl3CaI9HkwG1bB) ...
2021-12-13T02:55:20.437Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:55:20.438Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T02:55:20.438Z||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$$7be5d713.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-12-13T02:56:10.222Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T02:56:10.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T02:56:10.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T02:56:10.226Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T02:56:10.234Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 32866541-f1c2-44e2-abc4-c72230aef378 url= /sdc/v1/artifactTypes
2021-12-13T02:56:10.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T02:56:10.281Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T02:56:10.282Z||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-12-13T02:56:10.282Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T02:56:10.283Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T02:56:10.283Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as FjXl3CaI9HkwG1bB) ...
2021-12-13T02:56:10.409Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:56:10.412Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 67fccde4-f517-4f81-92a1-d582a866b90c url= /sdc/v1/registerForDistribution
2021-12-13T02:56:10.420Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6a243687
2021-12-13T02:56:10.420Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T02:56:10.420Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T02:56:10.421Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/FmID9n53EsHyUraE will send credentials over a clear channel.
2021-12-13T02:56:10.421Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/FmID9n53EsHyUraE (as FmID9n53EsHyUraE) ...
2021-12-13T02:56:10.440Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:56:10.440Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T02:56:10.441Z||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$$7be5d713.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-12-13T02:57:00.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T02:57:00.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T02:57:00.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T02:57:00.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T02:57:00.230Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e5ac7358-8112-4132-af85-3e93b7e2803b url= /sdc/v1/artifactTypes
2021-12-13T02:57:00.230Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T02:57:00.273Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T02:57:00.275Z||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-12-13T02:57:00.275Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T02:57:00.276Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T02:57:00.276Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as FmID9n53EsHyUraE) ...
2021-12-13T02:57:00.636Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:57:00.637Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6420c74f-8e70-4d79-9a4c-2ed84cd67eae url= /sdc/v1/registerForDistribution
2021-12-13T02:57:00.648Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e87d812
2021-12-13T02:57:00.648Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T02:57:00.649Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T02:57:00.649Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/S12OqjT6FJMSlRAS will send credentials over a clear channel.
2021-12-13T02:57:00.649Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/S12OqjT6FJMSlRAS (as S12OqjT6FJMSlRAS) ...
2021-12-13T02:57:00.667Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:57:00.667Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T02:57:00.668Z||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$$7be5d713.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-12-13T02:57:50.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T02:57:50.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T02:57:50.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T02:57:50.226Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T02:57:50.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14da4f24-df10-4749-a1dc-8e0c58292412 url= /sdc/v1/artifactTypes
2021-12-13T02:57:50.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T02:57:50.281Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T02:57:50.282Z||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-12-13T02:57:50.282Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T02:57:50.283Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T02:57:50.283Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as S12OqjT6FJMSlRAS) ...
2021-12-13T02:57:50.450Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:57:50.452Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 33a7dcd3-f4c4-4a01-841b-0b2d2a838a6a url= /sdc/v1/registerForDistribution
2021-12-13T02:57:50.460Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6306a3d0
2021-12-13T02:57:50.461Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T02:57:50.461Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T02:57:50.462Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/UfGln4CgdTAgY0Vg will send credentials over a clear channel.
2021-12-13T02:57:50.462Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/UfGln4CgdTAgY0Vg (as UfGln4CgdTAgY0Vg) ...
2021-12-13T02:57:50.481Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:57:50.481Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T02:57:50.483Z||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$$7be5d713.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-12-13T02:58:40.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T02:58:40.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T02:58:40.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T02:58:40.226Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T02:58:40.232Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ecb0ac7-b383-407d-8917-29042ee2fa6f url= /sdc/v1/artifactTypes
2021-12-13T02:58:40.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T02:58:40.274Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T02:58:40.275Z||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-12-13T02:58:40.276Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T02:58:40.277Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T02:58:40.277Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as UfGln4CgdTAgY0Vg) ...
2021-12-13T02:58:40.474Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:58:40.476Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 69968a1e-2673-4348-86c4-788f4e6b2a87 url= /sdc/v1/registerForDistribution
2021-12-13T02:58:40.484Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f30f49e
2021-12-13T02:58:40.484Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T02:58:40.484Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T02:58:40.485Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/mRXfTflKiBRyj291 will send credentials over a clear channel.
2021-12-13T02:58:40.485Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/mRXfTflKiBRyj291 (as mRXfTflKiBRyj291) ...
2021-12-13T02:58:40.503Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:58:40.503Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T02:58:40.504Z||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$$7be5d713.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-12-13T02:59:30.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T02:59:30.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T02:59:30.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T02:59:30.226Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T02:59:30.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 82fde1ef-6a07-4d28-b823-46db8ee7e8e6 url= /sdc/v1/artifactTypes
2021-12-13T02:59:30.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T02:59:30.276Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T02:59:30.278Z||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-12-13T02:59:30.278Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T02:59:30.279Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T02:59:30.279Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as mRXfTflKiBRyj291) ...
2021-12-13T02:59:30.306Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:59:30.308Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7bc4de31-ebe4-4352-a7de-85ba5c6086ae url= /sdc/v1/registerForDistribution
2021-12-13T02:59:30.317Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68054b3
2021-12-13T02:59:30.318Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T02:59:30.318Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T02:59:30.319Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/LIWY0G6mlMRPDc9G will send credentials over a clear channel.
2021-12-13T02:59:30.319Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/LIWY0G6mlMRPDc9G (as LIWY0G6mlMRPDc9G) ...
2021-12-13T02:59:30.430Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T02:59:30.431Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T02:59:30.432Z||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$$7be5d713.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-12-13T03:00:20.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:00:20.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:00:20.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:00:20.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:00:20.232Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd3abf47-1e02-49bb-8de3-bf8a7f57311e url= /sdc/v1/artifactTypes
2021-12-13T03:00:20.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:00:20.271Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:00:20.272Z||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-12-13T03:00:20.272Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:00:20.273Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:00:20.273Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as LIWY0G6mlMRPDc9G) ...
2021-12-13T03:00:20.726Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:00:20.727Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 332b27a1-254f-43a6-a6a8-7aa46ebe35c1 url= /sdc/v1/registerForDistribution
2021-12-13T03:00:20.736Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@549f2354
2021-12-13T03:00:20.736Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:00:20.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:00:20.737Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/iaJnX2LIfzHZMh5F will send credentials over a clear channel.
2021-12-13T03:00:20.737Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/iaJnX2LIfzHZMh5F (as iaJnX2LIfzHZMh5F) ...
2021-12-13T03:00:20.759Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:00:20.760Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:00:20.760Z||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$$7be5d713.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-12-13T03:01:10.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:01:10.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:01:10.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:01:10.227Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:01:10.235Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4655bc9-6fee-4ef0-8ae8-67c67ec3a9bf url= /sdc/v1/artifactTypes
2021-12-13T03:01:10.235Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:01:10.283Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:01:10.284Z||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-12-13T03:01:10.284Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:01:10.285Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:01:10.285Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as iaJnX2LIfzHZMh5F) ...
2021-12-13T03:01:10.383Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:01:10.385Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0f16378f-9b9a-4933-be55-21eac81aaa24 url= /sdc/v1/registerForDistribution
2021-12-13T03:01:10.395Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@226a86d8
2021-12-13T03:01:10.395Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:01:10.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:01:10.397Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/4EnfPw1QgcpIID7f will send credentials over a clear channel.
2021-12-13T03:01:10.397Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/4EnfPw1QgcpIID7f (as 4EnfPw1QgcpIID7f) ...
2021-12-13T03:01:10.415Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:01:10.416Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:01:10.416Z||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$$7be5d713.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-12-13T03:02:00.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:02:00.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:02:00.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:02:00.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:02:00.232Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8a80abb6-96a1-4c8c-8cdd-9a39dbdb28f6 url= /sdc/v1/artifactTypes
2021-12-13T03:02:00.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:02:00.277Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:02:00.279Z||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-12-13T03:02:00.279Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:02:00.280Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:02:00.280Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4EnfPw1QgcpIID7f) ...
2021-12-13T03:02:00.309Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:02:00.311Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 29cfe44a-cb22-4229-9093-f81f2b9e192d url= /sdc/v1/registerForDistribution
2021-12-13T03:02:00.320Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b25b75b
2021-12-13T03:02:00.321Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:02:00.321Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:02:00.322Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Gne8fzZPRLOA6H5X will send credentials over a clear channel.
2021-12-13T03:02:00.322Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Gne8fzZPRLOA6H5X (as Gne8fzZPRLOA6H5X) ...
2021-12-13T03:02:00.476Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:02:00.477Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:02:00.477Z||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$$7be5d713.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-12-13T03:02:12.069Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-12-13T03:02:50.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:02:50.223Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:02:50.223Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:02:50.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:02:50.235Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ed8eb94-95b9-4348-b0b4-3f45e0d921e1 url= /sdc/v1/artifactTypes
2021-12-13T03:02:50.235Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:02:50.273Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:02:50.274Z||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-12-13T03:02:50.275Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:02:50.275Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:02:50.276Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Gne8fzZPRLOA6H5X) ...
2021-12-13T03:02:50.406Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:02:50.408Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a71b9a5e-da53-417f-bf08-b3d4988833eb url= /sdc/v1/registerForDistribution
2021-12-13T03:02:50.416Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67ea1d8b
2021-12-13T03:02:50.416Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:02:50.416Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:02:50.417Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/thqNDslGKJvGQhVa will send credentials over a clear channel.
2021-12-13T03:02:50.418Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/thqNDslGKJvGQhVa (as thqNDslGKJvGQhVa) ...
2021-12-13T03:02:50.437Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:02:50.437Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:02:50.438Z||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$$7be5d713.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-12-13T03:03:40.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:03:40.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:03:40.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:03:40.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:03:40.232Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35fa9a7c-bc9f-4902-b97b-51a18e9e4cb9 url= /sdc/v1/artifactTypes
2021-12-13T03:03:40.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:03:40.276Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:03:40.276Z||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-12-13T03:03:40.276Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:03:40.277Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:03:40.277Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as thqNDslGKJvGQhVa) ...
2021-12-13T03:03:41.102Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:03:41.104Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e186af04-42a5-4523-ad12-8f22e0a1cb69 url= /sdc/v1/registerForDistribution
2021-12-13T03:03:41.110Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@537c25ce
2021-12-13T03:03:41.111Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:03:41.111Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:03:41.111Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/M0AnJgZ1CkTczGGp will send credentials over a clear channel.
2021-12-13T03:03:41.111Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/M0AnJgZ1CkTczGGp (as M0AnJgZ1CkTczGGp) ...
2021-12-13T03:03:41.252Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:03:41.253Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:03:41.253Z||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$$7be5d713.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-12-13T03:04:30.222Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:04:30.229Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:04:30.229Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:04:30.231Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:04:30.239Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52c22f49-7c7e-4945-a4bb-ae3c01237b4b url= /sdc/v1/artifactTypes
2021-12-13T03:04:30.240Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:04:30.276Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:04:30.276Z||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-12-13T03:04:30.276Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:04:30.277Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:04:30.277Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as M0AnJgZ1CkTczGGp) ...
2021-12-13T03:04:30.994Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:04:30.997Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d81e543a-8e41-4c34-8238-ee0973956553 url= /sdc/v1/registerForDistribution
2021-12-13T03:04:31.007Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26869f6
2021-12-13T03:04:31.007Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:04:31.008Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:04:31.008Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/0s7Rct4XrBL0DLQc will send credentials over a clear channel.
2021-12-13T03:04:31.008Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/0s7Rct4XrBL0DLQc (as 0s7Rct4XrBL0DLQc) ...
2021-12-13T03:04:31.088Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:04:31.089Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:04:31.089Z||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$$7be5d713.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-12-13T03:05:20.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:05:20.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:05:20.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:05:20.226Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:05:20.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0bff2d1b-e3f0-40fe-a59e-e631ba41abc7 url= /sdc/v1/artifactTypes
2021-12-13T03:05:20.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:05:20.273Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:05:20.274Z||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-12-13T03:05:20.275Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:05:20.276Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:05:20.276Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 0s7Rct4XrBL0DLQc) ...
2021-12-13T03:05:20.414Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:05:20.415Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 54b6f9de-1a23-469c-a3f1-d565c206c6f4 url= /sdc/v1/registerForDistribution
2021-12-13T03:05:20.424Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44f660d7
2021-12-13T03:05:20.424Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:05:20.425Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:05:20.425Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/HzTxPhw95YDZb7O1 will send credentials over a clear channel.
2021-12-13T03:05:20.425Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/HzTxPhw95YDZb7O1 (as HzTxPhw95YDZb7O1) ...
2021-12-13T03:05:20.478Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:05:20.478Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:05:20.479Z||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$$7be5d713.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-12-13T03:06:10.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:06:10.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:06:10.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:06:10.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:06:10.232Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2753d6f-d5ac-4eaa-a8be-7d68f6191090 url= /sdc/v1/artifactTypes
2021-12-13T03:06:10.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:06:10.278Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:06:10.279Z||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-12-13T03:06:10.279Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:06:10.280Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:06:10.280Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as HzTxPhw95YDZb7O1) ...
2021-12-13T03:06:10.404Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:06:10.405Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 198e2a85-1ad5-40ce-add5-d7c239f03ae8 url= /sdc/v1/registerForDistribution
2021-12-13T03:06:10.413Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67fa713a
2021-12-13T03:06:10.413Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:06:10.414Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:06:10.414Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/mykarYqXq3sm2sKo will send credentials over a clear channel.
2021-12-13T03:06:10.415Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/mykarYqXq3sm2sKo (as mykarYqXq3sm2sKo) ...
2021-12-13T03:06:10.538Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:06:10.538Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:06:10.539Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at 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$$7be5d713.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-12-13T03:07:00.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:07:00.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:07:00.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:07:00.227Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:07:00.240Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6e52804b-6494-4ba1-ac5f-1faa31ce831f url= /sdc/v1/artifactTypes
2021-12-13T03:07:00.240Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:07:00.288Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:07:00.289Z||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-12-13T03:07:00.289Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:07:00.290Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:07:00.290Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as mykarYqXq3sm2sKo) ...
2021-12-13T03:07:00.591Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:07:00.592Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1607e503-f2e7-448e-a077-11e76ee3ea0e url= /sdc/v1/registerForDistribution
2021-12-13T03:07:00.600Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68ac95d9
2021-12-13T03:07:00.600Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:07:00.601Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:07:00.602Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/PyeilPDaUNhkB48I will send credentials over a clear channel.
2021-12-13T03:07:00.602Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/PyeilPDaUNhkB48I (as PyeilPDaUNhkB48I) ...
2021-12-13T03:07:00.621Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:07:00.622Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:07:00.622Z||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$$7be5d713.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-12-13T03:07:50.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:07:50.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:07:50.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:07:50.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:07:50.234Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f667105f-a8dd-4f72-a2a1-1027a0edbc48 url= /sdc/v1/artifactTypes
2021-12-13T03:07:50.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:07:50.272Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:07:50.273Z||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-12-13T03:07:50.273Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:07:50.273Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:07:50.273Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as PyeilPDaUNhkB48I) ...
2021-12-13T03:07:50.680Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:07:50.682Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d84a8099-06f1-4c0f-b6d5-ea8d76c99b55 url= /sdc/v1/registerForDistribution
2021-12-13T03:07:50.690Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ed14566
2021-12-13T03:07:50.690Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:07:50.690Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:07:50.691Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/dvWqe0825jEivLwD will send credentials over a clear channel.
2021-12-13T03:07:50.691Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/dvWqe0825jEivLwD (as dvWqe0825jEivLwD) ...
2021-12-13T03:07:50.708Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:07:50.710Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:07:50.711Z||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$$7be5d713.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-12-13T03:08:40.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:08:40.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:08:40.221Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:08:40.223Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:08:40.229Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 821d4ea3-dd44-4680-a740-b9aa0430a07a url= /sdc/v1/artifactTypes
2021-12-13T03:08:40.229Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:08:40.271Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:08:40.273Z||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-12-13T03:08:40.273Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:08:40.274Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:08:40.274Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as dvWqe0825jEivLwD) ...
2021-12-13T03:08:40.480Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:08:40.482Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= de0978e1-ba28-4cd9-bdc3-783df1089a06 url= /sdc/v1/registerForDistribution
2021-12-13T03:08:40.491Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@366c2528
2021-12-13T03:08:40.491Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:08:40.492Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:08:40.492Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/pdoAyFAIYlUhXN6G will send credentials over a clear channel.
2021-12-13T03:08:40.493Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/pdoAyFAIYlUhXN6G (as pdoAyFAIYlUhXN6G) ...
2021-12-13T03:08:40.596Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:08:40.596Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:08:40.597Z||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$$7be5d713.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-12-13T03:09:30.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:09:30.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:09:30.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:09:30.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:09:30.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 950040ca-2b3f-4ad6-bbf0-2f4585737175 url= /sdc/v1/artifactTypes
2021-12-13T03:09:30.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:09:30.266Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:09:30.267Z||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-12-13T03:09:30.267Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:09:30.268Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:09:30.268Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as pdoAyFAIYlUhXN6G) ...
2021-12-13T03:09:30.684Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:09:30.686Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a5ebe874-654b-4686-8242-9268e14b0693 url= /sdc/v1/registerForDistribution
2021-12-13T03:09:30.695Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29657be5
2021-12-13T03:09:30.696Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:09:30.696Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:09:30.697Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Gd56UA6BUDvQWKYG will send credentials over a clear channel.
2021-12-13T03:09:30.697Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Gd56UA6BUDvQWKYG (as Gd56UA6BUDvQWKYG) ...
2021-12-13T03:09:30.946Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:09:30.946Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:09:30.947Z||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$$7be5d713.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-12-13T03:10:20.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:10:20.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:10:20.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:10:20.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:10:20.229Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b178fc85-86c9-4fb6-a740-3475a498a20c url= /sdc/v1/artifactTypes
2021-12-13T03:10:20.229Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:10:20.267Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:10:20.268Z||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-12-13T03:10:20.268Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:10:20.269Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:10:20.269Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Gd56UA6BUDvQWKYG) ...
2021-12-13T03:10:20.337Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:10:20.338Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 68d9f0f5-2b04-4f42-b5c7-1e712a662119 url= /sdc/v1/registerForDistribution
2021-12-13T03:10:20.347Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b654f4e
2021-12-13T03:10:20.347Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:10:20.348Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:10:20.349Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/9e5t4APMbJkT6DnO will send credentials over a clear channel.
2021-12-13T03:10:20.349Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/9e5t4APMbJkT6DnO (as 9e5t4APMbJkT6DnO) ...
2021-12-13T03:10:20.366Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:10:20.367Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:10:20.367Z||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$$7be5d713.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-12-13T03:11:10.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:11:10.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:11:10.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:11:10.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:11:10.232Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c422ef09-6ee2-4004-90bd-ea6ebda66b30 url= /sdc/v1/artifactTypes
2021-12-13T03:11:10.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:11:10.269Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:11:10.270Z||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-12-13T03:11:10.270Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:11:10.271Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:11:10.271Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 9e5t4APMbJkT6DnO) ...
2021-12-13T03:11:10.297Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:11:10.299Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5c406f7c-3886-4175-a929-2c908750691b url= /sdc/v1/registerForDistribution
2021-12-13T03:11:10.307Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5829c417
2021-12-13T03:11:10.308Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:11:10.308Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:11:10.309Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/LRbYsp1qbcXxhBed will send credentials over a clear channel.
2021-12-13T03:11:10.309Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/LRbYsp1qbcXxhBed (as LRbYsp1qbcXxhBed) ...
2021-12-13T03:11:10.507Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:11:10.508Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:11:10.508Z||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$$7be5d713.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-12-13T03:12:00.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:12:00.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:12:00.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:12:00.226Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:12:00.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f5554edb-0222-49d5-8883-dcbddc948629 url= /sdc/v1/artifactTypes
2021-12-13T03:12:00.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:12:00.269Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:12:00.270Z||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-12-13T03:12:00.271Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:12:00.272Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:12:00.272Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as LRbYsp1qbcXxhBed) ...
2021-12-13T03:12:00.425Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:12:00.427Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a5e806aa-f2ef-46a9-854a-321e787c3a76 url= /sdc/v1/registerForDistribution
2021-12-13T03:12:00.434Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e507a08
2021-12-13T03:12:00.435Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:12:00.435Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:12:00.435Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/W3yYtdQucyBGctvm will send credentials over a clear channel.
2021-12-13T03:12:00.436Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/W3yYtdQucyBGctvm (as W3yYtdQucyBGctvm) ...
2021-12-13T03:12:00.455Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:12:00.455Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:12:00.456Z||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$$7be5d713.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-12-13T03:12:50.222Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:12:50.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:12:50.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:12:50.226Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:12:50.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23b1cd85-9bde-42cf-8fda-f74d609c688e url= /sdc/v1/artifactTypes
2021-12-13T03:12:50.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:12:50.274Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:12:50.275Z||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-12-13T03:12:50.275Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:12:50.276Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:12:50.276Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as W3yYtdQucyBGctvm) ...
2021-12-13T03:12:50.303Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:12:50.304Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= afa32adf-feb1-4621-ac52-51018c88fb00 url= /sdc/v1/registerForDistribution
2021-12-13T03:12:50.312Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@12ff5233
2021-12-13T03:12:50.312Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:12:50.313Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:12:50.313Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/5VH3MTqPdj8s1r6n will send credentials over a clear channel.
2021-12-13T03:12:50.314Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/5VH3MTqPdj8s1r6n (as 5VH3MTqPdj8s1r6n) ...
2021-12-13T03:12:50.337Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:12:50.338Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:12:50.338Z||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$$7be5d713.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-12-13T03:13:40.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:13:40.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:13:40.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:13:40.223Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:13:40.228Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c591472-257e-41c2-9061-592428b14b74 url= /sdc/v1/artifactTypes
2021-12-13T03:13:40.228Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:13:40.262Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:13:40.263Z||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-12-13T03:13:40.263Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:13:40.263Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:13:40.264Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 5VH3MTqPdj8s1r6n) ...
2021-12-13T03:13:40.644Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:13:40.645Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= abb0b664-bf16-40ff-9fd1-1d353d1d9509 url= /sdc/v1/registerForDistribution
2021-12-13T03:13:40.653Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@498589a7
2021-12-13T03:13:40.653Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:13:40.653Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:13:40.654Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/2roRJmoJCnHP35mp will send credentials over a clear channel.
2021-12-13T03:13:40.654Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/2roRJmoJCnHP35mp (as 2roRJmoJCnHP35mp) ...
2021-12-13T03:13:40.674Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:13:40.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:13:40.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: 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$$7be5d713.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-12-13T03:14:30.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:14:30.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:14:30.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:14:30.223Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:14:30.229Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1d4a0489-0b9f-4f5e-a36a-26c77d2f8923 url= /sdc/v1/artifactTypes
2021-12-13T03:14:30.230Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:14:30.265Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:14:30.266Z||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-12-13T03:14:30.266Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:14:30.267Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:14:30.267Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 2roRJmoJCnHP35mp) ...
2021-12-13T03:14:30.294Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:14:30.296Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fc5b89f5-c209-4f99-923a-2aa401d75990 url= /sdc/v1/registerForDistribution
2021-12-13T03:14:30.304Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7bda149b
2021-12-13T03:14:30.305Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:14:30.305Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:14:30.306Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/bRaIyeonY4FkWJCQ will send credentials over a clear channel.
2021-12-13T03:14:30.306Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/bRaIyeonY4FkWJCQ (as bRaIyeonY4FkWJCQ) ...
2021-12-13T03:14:30.323Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:14:30.324Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:14:30.324Z||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$$7be5d713.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-12-13T03:15:20.222Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:15:20.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:15:20.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:15:20.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:15:20.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2446dcb6-ca92-4c49-8b99-d71bfe988eaf url= /sdc/v1/artifactTypes
2021-12-13T03:15:20.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:15:20.267Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:15:20.267Z||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-12-13T03:15:20.268Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:15:20.268Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:15:20.268Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as bRaIyeonY4FkWJCQ) ...
2021-12-13T03:15:20.769Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:15:20.771Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= be1720de-ea70-4bcc-81d6-4fad97161778 url= /sdc/v1/registerForDistribution
2021-12-13T03:15:20.780Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14e237f8
2021-12-13T03:15:20.780Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:15:20.780Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:15:20.781Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/oFZuHhAXjJKLKyr1 will send credentials over a clear channel.
2021-12-13T03:15:20.781Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/oFZuHhAXjJKLKyr1 (as oFZuHhAXjJKLKyr1) ...
2021-12-13T03:15:20.974Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:15:20.974Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:15:20.975Z||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$$7be5d713.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-12-13T03:16:10.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:16:10.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:16:10.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:16:10.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:16:10.233Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f317348c-ae7c-46ae-b446-f01081fbefa5 url= /sdc/v1/artifactTypes
2021-12-13T03:16:10.233Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:16:10.274Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:16:10.275Z||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-12-13T03:16:10.275Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:16:10.276Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:16:10.277Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as oFZuHhAXjJKLKyr1) ...
2021-12-13T03:16:10.386Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:16:10.387Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 75000298-83c2-43f4-ba68-0a5e7695ce8a url= /sdc/v1/registerForDistribution
2021-12-13T03:16:10.394Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6db252e8
2021-12-13T03:16:10.394Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:16:10.395Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:16:10.395Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/UZ1Tg8gdxpsJ8ODo will send credentials over a clear channel.
2021-12-13T03:16:10.395Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/UZ1Tg8gdxpsJ8ODo (as UZ1Tg8gdxpsJ8ODo) ...
2021-12-13T03:16:10.411Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:16:10.411Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:16:10.412Z||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$$7be5d713.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-12-13T03:17:00.222Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:17:00.223Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:17:00.223Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:17:00.227Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:17:00.233Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5f65b018-0afa-48d0-a6f6-c3dd466ed919 url= /sdc/v1/artifactTypes
2021-12-13T03:17:00.233Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:17:00.277Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:17:00.279Z||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-12-13T03:17:00.279Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:17:00.280Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:17:00.280Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as UZ1Tg8gdxpsJ8ODo) ...
2021-12-13T03:17:00.480Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:17:00.482Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 88ac76f4-eaee-405e-998c-cfbaad89b4bf url= /sdc/v1/registerForDistribution
2021-12-13T03:17:00.489Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77bae2ed
2021-12-13T03:17:00.490Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:17:00.490Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:17:00.491Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Y4FpUQvDejGZdoKR will send credentials over a clear channel.
2021-12-13T03:17:00.491Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Y4FpUQvDejGZdoKR (as Y4FpUQvDejGZdoKR) ...
2021-12-13T03:17:00.617Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:17:00.617Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:17:00.618Z||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$$7be5d713.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-12-13T03:17:50.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:17:50.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:17:50.223Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:17:50.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:17:50.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d0a87137-af8a-424e-8dc6-4d795bf23fdd url= /sdc/v1/artifactTypes
2021-12-13T03:17:50.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:17:50.272Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:17:50.272Z||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-12-13T03:17:50.273Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:17:50.273Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:17:50.273Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Y4FpUQvDejGZdoKR) ...
2021-12-13T03:17:50.305Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:17:50.307Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 857cd35e-f6e0-4b62-8a0d-74bc46a2d445 url= /sdc/v1/registerForDistribution
2021-12-13T03:17:50.314Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58dda406
2021-12-13T03:17:50.314Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:17:50.315Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:17:50.315Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/JhVq8J6bAbFHPMR6 will send credentials over a clear channel.
2021-12-13T03:17:50.315Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/JhVq8J6bAbFHPMR6 (as JhVq8J6bAbFHPMR6) ...
2021-12-13T03:17:50.332Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:17:50.332Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:17:50.333Z||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$$7be5d713.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-12-13T03:18:40.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:18:40.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:18:40.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:18:40.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:18:40.230Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 89dea0a1-c6d8-46c6-9548-e211ebb7680c url= /sdc/v1/artifactTypes
2021-12-13T03:18:40.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:18:40.268Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:18:40.269Z||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-12-13T03:18:40.270Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:18:40.270Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:18:40.270Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as JhVq8J6bAbFHPMR6) ...
2021-12-13T03:18:40.742Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:18:40.743Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 69b99b49-6c3c-4982-974b-964cb0ce283d url= /sdc/v1/registerForDistribution
2021-12-13T03:18:40.750Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3add68f3
2021-12-13T03:18:40.750Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:18:40.750Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:18:40.751Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/B9pnVyyTtY3Wufxi will send credentials over a clear channel.
2021-12-13T03:18:40.751Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/B9pnVyyTtY3Wufxi (as B9pnVyyTtY3Wufxi) ...
2021-12-13T03:18:40.767Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:18:40.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:18:40.768Z||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$$7be5d713.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-12-13T03:19:30.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:19:30.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:19:30.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:19:30.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:19:30.232Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f90f3cc4-fca9-4006-85dd-8644734b2370 url= /sdc/v1/artifactTypes
2021-12-13T03:19:30.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:19:30.284Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:19:30.285Z||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-12-13T03:19:30.285Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:19:30.286Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:19:30.286Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as B9pnVyyTtY3Wufxi) ...
2021-12-13T03:19:30.568Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:19:30.569Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d12101a5-63c0-4b25-8882-b4de66348fc4 url= /sdc/v1/registerForDistribution
2021-12-13T03:19:30.576Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a1105f2
2021-12-13T03:19:30.576Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:19:30.576Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:19:30.577Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Xt2b3JO5PzseUkHA will send credentials over a clear channel.
2021-12-13T03:19:30.577Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Xt2b3JO5PzseUkHA (as Xt2b3JO5PzseUkHA) ...
2021-12-13T03:19:30.641Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:19:30.642Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:19:30.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: 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$$7be5d713.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-12-13T03:20:20.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:20:20.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:20:20.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:20:20.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:20:20.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 067b2921-5592-48f1-b0f5-44dd7f7892eb url= /sdc/v1/artifactTypes
2021-12-13T03:20:20.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:20:20.274Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:20:20.276Z||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-12-13T03:20:20.276Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:20:20.276Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:20:20.276Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Xt2b3JO5PzseUkHA) ...
2021-12-13T03:20:20.677Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:20:20.679Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b93c083b-d613-4e3d-8d8e-8d0db6aa302e url= /sdc/v1/registerForDistribution
2021-12-13T03:20:20.686Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d733817
2021-12-13T03:20:20.686Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:20:20.686Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:20:20.687Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/yZzHDjmHpDKGMvFz will send credentials over a clear channel.
2021-12-13T03:20:20.687Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/yZzHDjmHpDKGMvFz (as yZzHDjmHpDKGMvFz) ...
2021-12-13T03:20:20.704Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:20:20.704Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:20:20.705Z||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$$7be5d713.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-12-13T03:21:10.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:21:10.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:21:10.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:21:10.226Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:21:10.233Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aea65431-b2d3-4bd5-98d7-cfde3d70a91f url= /sdc/v1/artifactTypes
2021-12-13T03:21:10.233Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:21:10.278Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:21:10.279Z||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-12-13T03:21:10.279Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:21:10.280Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:21:10.280Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as yZzHDjmHpDKGMvFz) ...
2021-12-13T03:21:10.632Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:21:10.634Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c0a66109-21da-4674-8a20-ee0e7f4bf549 url= /sdc/v1/registerForDistribution
2021-12-13T03:21:10.641Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f791652
2021-12-13T03:21:10.641Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:21:10.642Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:21:10.642Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/n0qeIZLP15fJFNlj will send credentials over a clear channel.
2021-12-13T03:21:10.642Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/n0qeIZLP15fJFNlj (as n0qeIZLP15fJFNlj) ...
2021-12-13T03:21:10.659Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:21:10.659Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:21:10.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: 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$$7be5d713.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-12-13T03:22:00.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:22:00.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:22:00.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:22:00.226Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:22:00.232Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e77b1282-beee-4f98-b02b-087fc722dccb url= /sdc/v1/artifactTypes
2021-12-13T03:22:00.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:22:00.265Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:22:00.266Z||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-12-13T03:22:00.266Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:22:00.266Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:22:00.267Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n0qeIZLP15fJFNlj) ...
2021-12-13T03:22:00.468Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:22:00.470Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 89aff654-03ac-4324-b83d-5815e9ccb1e7 url= /sdc/v1/registerForDistribution
2021-12-13T03:22:00.477Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e025a
2021-12-13T03:22:00.477Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:22:00.477Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:22:00.478Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/p6kwS1ey11O130dE will send credentials over a clear channel.
2021-12-13T03:22:00.478Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/p6kwS1ey11O130dE (as p6kwS1ey11O130dE) ...
2021-12-13T03:22:00.709Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:22:00.710Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:22:00.711Z||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$$7be5d713.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-12-13T03:22:50.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:22:50.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:22:50.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:22:50.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:22:50.230Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 12905b72-e8a5-46cc-93f5-12c748df004e url= /sdc/v1/artifactTypes
2021-12-13T03:22:50.230Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:22:50.266Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:22:50.267Z||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-12-13T03:22:50.267Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:22:50.267Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:22:50.267Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as p6kwS1ey11O130dE) ...
2021-12-13T03:22:50.404Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:22:50.406Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9679dfaf-04df-452c-83b9-b603dc03199d url= /sdc/v1/registerForDistribution
2021-12-13T03:22:50.413Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6687ae5a
2021-12-13T03:22:50.413Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:22:50.413Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:22:50.414Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/w5RIbeBYEuRUrMpV will send credentials over a clear channel.
2021-12-13T03:22:50.414Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/w5RIbeBYEuRUrMpV (as w5RIbeBYEuRUrMpV) ...
2021-12-13T03:22:50.722Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:22:50.722Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:22:50.723Z||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$$7be5d713.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-12-13T03:23:40.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:23:40.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:23:40.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:23:40.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:23:40.230Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd99c45d-e76c-4a6b-b13e-5bb2468394b5 url= /sdc/v1/artifactTypes
2021-12-13T03:23:40.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:23:40.269Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:23:40.270Z||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-12-13T03:23:40.270Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:23:40.271Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:23:40.271Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as w5RIbeBYEuRUrMpV) ...
2021-12-13T03:23:40.482Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:23:40.484Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a4316843-7f3e-4ee2-bb6d-a6a1c054ca7f url= /sdc/v1/registerForDistribution
2021-12-13T03:23:40.492Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1717f7d4
2021-12-13T03:23:40.492Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:23:40.492Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:23:40.493Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/mbUWZCJEesadXBog will send credentials over a clear channel.
2021-12-13T03:23:40.493Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/mbUWZCJEesadXBog (as mbUWZCJEesadXBog) ...
2021-12-13T03:23:40.507Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:23:40.507Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:23:40.508Z||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$$7be5d713.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-12-13T03:24:30.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:24:30.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:24:30.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:24:30.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:24:30.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f968f7ee-b6fb-4a26-bf31-531eb65cdc56 url= /sdc/v1/artifactTypes
2021-12-13T03:24:30.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:24:30.271Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:24:30.272Z||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-12-13T03:24:30.272Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:24:30.272Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:24:30.272Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as mbUWZCJEesadXBog) ...
2021-12-13T03:24:30.441Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:24:30.442Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d73e0db7-f35f-43f3-a176-3cacc876cc09 url= /sdc/v1/registerForDistribution
2021-12-13T03:24:30.450Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21323692
2021-12-13T03:24:30.450Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:24:30.451Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:24:30.451Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/UcuCThiJQQynSBGT will send credentials over a clear channel.
2021-12-13T03:24:30.451Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/UcuCThiJQQynSBGT (as UcuCThiJQQynSBGT) ...
2021-12-13T03:24:30.466Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:24:30.467Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:24:30.467Z||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$$7be5d713.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-12-13T03:25:20.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:25:20.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:25:20.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:25:20.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:25:20.230Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c540845e-ebe7-4fb8-b8e5-d00222e76b30 url= /sdc/v1/artifactTypes
2021-12-13T03:25:20.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:25:20.267Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:25:20.268Z||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-12-13T03:25:20.268Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:25:20.269Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:25:20.269Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as UcuCThiJQQynSBGT) ...
2021-12-13T03:25:20.294Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:25:20.295Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 451ca423-f61f-4f0f-bae2-c1dcdb3ab0da url= /sdc/v1/registerForDistribution
2021-12-13T03:25:20.302Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d3ec39d
2021-12-13T03:25:20.302Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:25:20.302Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:25:20.303Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/2qV6RV5l8Dyj5JSP will send credentials over a clear channel.
2021-12-13T03:25:20.303Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/2qV6RV5l8Dyj5JSP (as 2qV6RV5l8Dyj5JSP) ...
2021-12-13T03:25:20.318Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:25:20.319Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:25:20.319Z||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$$7be5d713.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-12-13T03:26:10.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:26:10.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:26:10.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:26:10.223Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:26:10.230Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 595cfd06-d892-4817-97e5-2f5769bbd171 url= /sdc/v1/artifactTypes
2021-12-13T03:26:10.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:26:10.269Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:26:10.271Z||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-12-13T03:26:10.271Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:26:10.271Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:26:10.271Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 2qV6RV5l8Dyj5JSP) ...
2021-12-13T03:26:10.297Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:26:10.298Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 087f61aa-9750-4393-a6ac-0cd823bd0d3a url= /sdc/v1/registerForDistribution
2021-12-13T03:26:10.306Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b8d4f19
2021-12-13T03:26:10.306Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:26:10.306Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:26:10.307Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/ELdRM75phWVGFQzv will send credentials over a clear channel.
2021-12-13T03:26:10.307Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/ELdRM75phWVGFQzv (as ELdRM75phWVGFQzv) ...
2021-12-13T03:26:10.367Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:26:10.368Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:26:10.368Z||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$$7be5d713.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-12-13T03:27:00.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:27:00.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:27:00.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:27:00.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:27:00.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 53ddb371-142d-4538-99a4-5f7a0c0dbea8 url= /sdc/v1/artifactTypes
2021-12-13T03:27:00.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:27:00.270Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:27:00.271Z||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-12-13T03:27:00.271Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:27:00.272Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:27:00.272Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as ELdRM75phWVGFQzv) ...
2021-12-13T03:27:00.363Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:27:00.365Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a7366eed-81ce-4517-b155-cd6f289c8b0b url= /sdc/v1/registerForDistribution
2021-12-13T03:27:00.375Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23f8ab96
2021-12-13T03:27:00.375Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:27:00.376Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:27:00.377Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/p0jVRrij9vt9s1nw will send credentials over a clear channel.
2021-12-13T03:27:00.377Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/p0jVRrij9vt9s1nw (as p0jVRrij9vt9s1nw) ...
2021-12-13T03:27:00.437Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:27:00.437Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:27:00.438Z||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$$7be5d713.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-12-13T03:27:50.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:27:50.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:27:50.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:27:50.223Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:27:50.230Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d8a6fd2a-bd5c-49de-942f-68534b7edcd1 url= /sdc/v1/artifactTypes
2021-12-13T03:27:50.230Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:27:50.268Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:27:50.269Z||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-12-13T03:27:50.270Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:27:50.270Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:27:50.271Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as p0jVRrij9vt9s1nw) ...
2021-12-13T03:27:50.324Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:27:50.325Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2b3008a6-dcc0-4405-aa63-0ebd5ec63252 url= /sdc/v1/registerForDistribution
2021-12-13T03:27:50.332Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e4f857
2021-12-13T03:27:50.332Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:27:50.332Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:27:50.333Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/ubvR5F2PITIqAtfS will send credentials over a clear channel.
2021-12-13T03:27:50.333Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/ubvR5F2PITIqAtfS (as ubvR5F2PITIqAtfS) ...
2021-12-13T03:27:50.433Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:27:50.433Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:27:50.433Z||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$$7be5d713.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-12-13T03:28:40.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:28:40.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:28:40.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:28:40.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:28:40.229Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6d12e5f0-b837-438a-a73c-52041435e384 url= /sdc/v1/artifactTypes
2021-12-13T03:28:40.229Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:28:40.319Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:28:40.323Z||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-12-13T03:28:40.325Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:28:40.328Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:28:40.328Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as ubvR5F2PITIqAtfS) ...
2021-12-13T03:28:40.745Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:28:40.747Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 489ea3ad-1496-4a85-8546-29580542311e url= /sdc/v1/registerForDistribution
2021-12-13T03:28:40.755Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6298084e
2021-12-13T03:28:40.756Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:28:40.756Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:28:40.757Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/y4VAhypal7vAMuJ8 will send credentials over a clear channel.
2021-12-13T03:28:40.757Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/y4VAhypal7vAMuJ8 (as y4VAhypal7vAMuJ8) ...
2021-12-13T03:28:40.772Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:28:40.772Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:28:40.773Z||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$$7be5d713.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-12-13T03:29:30.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:29:30.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:29:30.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:29:30.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:29:30.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= adeec0d0-abea-4e84-9870-d8c2116c8e3b url= /sdc/v1/artifactTypes
2021-12-13T03:29:30.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:29:30.267Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:29:30.268Z||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-12-13T03:29:30.268Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:29:30.269Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:29:30.269Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as y4VAhypal7vAMuJ8) ...
2021-12-13T03:29:30.296Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:29:30.297Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e5eae4fa-e0be-4c41-8583-dcda8fa7b5f8 url= /sdc/v1/registerForDistribution
2021-12-13T03:29:30.303Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64ca807b
2021-12-13T03:29:30.303Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:29:30.304Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:29:30.305Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/dNP2XwrG3phnsvdH will send credentials over a clear channel.
2021-12-13T03:29:30.305Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/dNP2XwrG3phnsvdH (as dNP2XwrG3phnsvdH) ...
2021-12-13T03:29:30.322Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:29:30.322Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:29:30.323Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at 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$$7be5d713.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-12-13T03:30:20.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:30:20.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:30:20.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:30:20.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:30:20.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2a2fc4fc-d6d6-4d18-b230-87a189dc7041 url= /sdc/v1/artifactTypes
2021-12-13T03:30:20.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:30:20.274Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:30:20.275Z||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-12-13T03:30:20.275Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:30:20.275Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:30:20.276Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as dNP2XwrG3phnsvdH) ...
2021-12-13T03:30:20.301Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:30:20.303Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5ac2c61e-ef36-4434-918b-871face8e033 url= /sdc/v1/registerForDistribution
2021-12-13T03:30:20.310Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47f2af20
2021-12-13T03:30:20.310Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:30:20.310Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:30:20.311Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/1E6dCDLjo5vwBLPK will send credentials over a clear channel.
2021-12-13T03:30:20.311Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/1E6dCDLjo5vwBLPK (as 1E6dCDLjo5vwBLPK) ...
2021-12-13T03:30:20.327Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:30:20.328Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:30:20.328Z||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$$7be5d713.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-12-13T03:31:10.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:31:10.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:31:10.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:31:10.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:31:10.229Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b5a38e64-8545-494f-a9ba-5bc7bf72ca86 url= /sdc/v1/artifactTypes
2021-12-13T03:31:10.230Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:31:10.265Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:31:10.265Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-12-13T03:31:10.267Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:31:10.268Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:31:10.269Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 1E6dCDLjo5vwBLPK) ...
2021-12-13T03:31:10.342Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:31:10.343Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6166c3d3-a1f0-4862-b82a-85e6323a1545 url= /sdc/v1/registerForDistribution
2021-12-13T03:31:10.349Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78935571
2021-12-13T03:31:10.350Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:31:10.350Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:31:10.350Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/lX6vF5RtpPkTL4up will send credentials over a clear channel.
2021-12-13T03:31:10.351Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/lX6vF5RtpPkTL4up (as lX6vF5RtpPkTL4up) ...
2021-12-13T03:31:10.371Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:31:10.372Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:31:10.372Z||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$$7be5d713.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-12-13T03:32:00.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:32:00.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:32:00.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:32:00.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:32:00.232Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6f8da5e1-0004-41b4-bd78-25e85185109b url= /sdc/v1/artifactTypes
2021-12-13T03:32:00.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:32:00.271Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:32:00.272Z||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-12-13T03:32:00.272Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:32:00.273Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:32:00.273Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as lX6vF5RtpPkTL4up) ...
2021-12-13T03:32:00.300Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:32:00.301Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0798d231-6ee9-467f-a967-3d4a5d47abbe url= /sdc/v1/registerForDistribution
2021-12-13T03:32:00.309Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@749c56bf
2021-12-13T03:32:00.309Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:32:00.309Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:32:00.310Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/TcFKNUsDerKn8BII will send credentials over a clear channel.
2021-12-13T03:32:00.310Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/TcFKNUsDerKn8BII (as TcFKNUsDerKn8BII) ...
2021-12-13T03:32:00.325Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:32:00.326Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:32:00.326Z||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$$7be5d713.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-12-13T03:32:50.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:32:50.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:32:50.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:32:50.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:32:50.229Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd736c88-e09b-4c1a-a7d9-902f260715b3 url= /sdc/v1/artifactTypes
2021-12-13T03:32:50.229Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:32:50.262Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:32:50.263Z||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-12-13T03:32:50.263Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:32:50.263Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:32:50.263Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as TcFKNUsDerKn8BII) ...
2021-12-13T03:32:50.454Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:32:50.456Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ec6f672c-b267-4ce1-8b5e-3391c1bc7afb url= /sdc/v1/registerForDistribution
2021-12-13T03:32:50.462Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a64f7aa
2021-12-13T03:32:50.462Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:32:50.463Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:32:50.464Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/yDxhCiyDYTw24aB6 will send credentials over a clear channel.
2021-12-13T03:32:50.464Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/yDxhCiyDYTw24aB6 (as yDxhCiyDYTw24aB6) ...
2021-12-13T03:32:50.478Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:32:50.479Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:32:50.479Z||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$$7be5d713.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-12-13T03:33:40.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:33:40.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:33:40.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:33:40.223Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:33:40.228Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f4feb2e8-c8d0-46b0-8b68-02b7838e3fa3 url= /sdc/v1/artifactTypes
2021-12-13T03:33:40.229Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:33:40.268Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:33:40.269Z||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-12-13T03:33:40.269Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:33:40.269Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:33:40.270Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as yDxhCiyDYTw24aB6) ...
2021-12-13T03:33:40.295Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:33:40.297Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 61ebb2bb-be8b-4d1b-bede-c34778a79799 url= /sdc/v1/registerForDistribution
2021-12-13T03:33:40.305Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a3b1625
2021-12-13T03:33:40.306Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:33:40.306Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:33:40.307Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/rnvvJUJRY03Jn7XF will send credentials over a clear channel.
2021-12-13T03:33:40.307Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/rnvvJUJRY03Jn7XF (as rnvvJUJRY03Jn7XF) ...
2021-12-13T03:33:40.321Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:33:40.322Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:33:40.322Z||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$$7be5d713.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-12-13T03:34:30.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:34:30.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:34:30.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:34:30.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:34:30.230Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b249211f-20c1-4196-9134-e37094d07076 url= /sdc/v1/artifactTypes
2021-12-13T03:34:30.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:34:30.265Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:34:30.266Z||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-12-13T03:34:30.266Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:34:30.266Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:34:30.267Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as rnvvJUJRY03Jn7XF) ...
2021-12-13T03:34:30.485Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:34:30.487Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 334e2da3-c684-4d77-a8f3-9ae16fa2d5d5 url= /sdc/v1/registerForDistribution
2021-12-13T03:34:30.493Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7266382b
2021-12-13T03:34:30.494Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:34:30.494Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:34:30.495Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/cIC9M7HFcz0tps20 will send credentials over a clear channel.
2021-12-13T03:34:30.495Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/cIC9M7HFcz0tps20 (as cIC9M7HFcz0tps20) ...
2021-12-13T03:34:30.573Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:34:30.573Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:34:30.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$7be5d713.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-12-13T03:35:20.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:35:20.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:35:20.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:35:20.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:35:20.230Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ad5444f2-bd0e-4eb1-84bc-45a907a225b8 url= /sdc/v1/artifactTypes
2021-12-13T03:35:20.230Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:35:20.265Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:35:20.265Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-12-13T03:35:20.266Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:35:20.266Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:35:20.266Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as cIC9M7HFcz0tps20) ...
2021-12-13T03:35:20.639Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:35:20.641Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b96048f9-ea87-477f-8574-c49ccff241ab url= /sdc/v1/registerForDistribution
2021-12-13T03:35:20.647Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f2815d7
2021-12-13T03:35:20.647Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:35:20.647Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:35:20.648Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/1RAYgpUDDejSKBob will send credentials over a clear channel.
2021-12-13T03:35:20.648Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/1RAYgpUDDejSKBob (as 1RAYgpUDDejSKBob) ...
2021-12-13T03:35:20.746Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:35:20.746Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:35:20.747Z||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$$7be5d713.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-12-13T03:36:10.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:36:10.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:36:10.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:36:10.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:36:10.232Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a5a902ea-4d36-4823-931d-b86e6964b628 url= /sdc/v1/artifactTypes
2021-12-13T03:36:10.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:36:10.266Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:36:10.267Z||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-12-13T03:36:10.267Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:36:10.267Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:36:10.268Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 1RAYgpUDDejSKBob) ...
2021-12-13T03:36:10.293Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:36:10.295Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4512ca25-0548-4ebb-948c-fd9040b472b0 url= /sdc/v1/registerForDistribution
2021-12-13T03:36:10.301Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@520bf4ed
2021-12-13T03:36:10.301Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:36:10.301Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:36:10.302Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/ATCGRBFWNqteqwZ9 will send credentials over a clear channel.
2021-12-13T03:36:10.302Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/ATCGRBFWNqteqwZ9 (as ATCGRBFWNqteqwZ9) ...
2021-12-13T03:36:10.413Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:36:10.414Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:36:10.414Z||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$$7be5d713.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-12-13T03:37:00.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:37:00.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:37:00.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:37:00.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:37:00.232Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3df2db6b-3010-45b3-82aa-b1c217f81f42 url= /sdc/v1/artifactTypes
2021-12-13T03:37:00.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:37:00.264Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:37:00.265Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-12-13T03:37:00.265Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:37:00.265Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:37:00.265Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as ATCGRBFWNqteqwZ9) ...
2021-12-13T03:37:00.372Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:37:00.373Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a831cab7-2fc5-40e0-a947-de3b1a42ee1b url= /sdc/v1/registerForDistribution
2021-12-13T03:37:00.383Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@bf83b50
2021-12-13T03:37:00.383Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:37:00.384Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:37:00.384Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/E69QaorFwukGwRkm will send credentials over a clear channel.
2021-12-13T03:37:00.385Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/E69QaorFwukGwRkm (as E69QaorFwukGwRkm) ...
2021-12-13T03:37:00.402Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:37:00.402Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:37:00.403Z||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$$7be5d713.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-12-13T03:37:50.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:37:50.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:37:50.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:37:50.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:37:50.230Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ab2dea4a-ac76-4016-b628-22f7c2eb46d6 url= /sdc/v1/artifactTypes
2021-12-13T03:37:50.230Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:37:50.260Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:37:50.260Z||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-12-13T03:37:50.260Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:37:50.261Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:37:50.261Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as E69QaorFwukGwRkm) ...
2021-12-13T03:37:50.342Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:37:50.343Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b271c98e-69f4-4e2b-be3c-658a8aa91175 url= /sdc/v1/registerForDistribution
2021-12-13T03:37:50.350Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@656d167c
2021-12-13T03:37:50.350Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:37:50.351Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:37:50.351Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/9fCZpT7oBiCz3yJ2 will send credentials over a clear channel.
2021-12-13T03:37:50.351Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/9fCZpT7oBiCz3yJ2 (as 9fCZpT7oBiCz3yJ2) ...
2021-12-13T03:37:50.367Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:37:50.367Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:37:50.368Z||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$$7be5d713.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-12-13T03:38:40.223Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:38:40.223Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:38:40.223Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:38:40.226Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:38:40.233Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9a559925-1ab3-469d-8498-e2e71cd267ef url= /sdc/v1/artifactTypes
2021-12-13T03:38:40.233Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:38:40.273Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:38:40.274Z||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-12-13T03:38:40.274Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:38:40.274Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:38:40.275Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 9fCZpT7oBiCz3yJ2) ...
2021-12-13T03:38:40.360Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:38:40.362Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 46775ec1-5941-4efc-bf68-ce8e814c0b72 url= /sdc/v1/registerForDistribution
2021-12-13T03:38:40.371Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d5ffa9d
2021-12-13T03:38:40.371Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:38:40.371Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:38:40.372Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/jRy89PvFAuIKJTrY will send credentials over a clear channel.
2021-12-13T03:38:40.372Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/jRy89PvFAuIKJTrY (as jRy89PvFAuIKJTrY) ...
2021-12-13T03:38:40.573Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:38:40.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:38:40.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$7be5d713.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-12-13T03:39:30.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:39:30.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:39:30.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:39:30.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:39:30.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0eb04d7a-e5cd-4222-9c0d-a60131b872a2 url= /sdc/v1/artifactTypes
2021-12-13T03:39:30.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:39:30.260Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:39:30.260Z||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-12-13T03:39:30.260Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:39:30.261Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:39:30.261Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as jRy89PvFAuIKJTrY) ...
2021-12-13T03:39:30.470Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:39:30.472Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 99b62931-7662-4ac9-890f-4e7a12018a75 url= /sdc/v1/registerForDistribution
2021-12-13T03:39:30.479Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3bf96d7b
2021-12-13T03:39:30.479Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:39:30.480Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:39:30.480Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/1okR79uzFM6HGnZQ will send credentials over a clear channel.
2021-12-13T03:39:30.481Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/1okR79uzFM6HGnZQ (as 1okR79uzFM6HGnZQ) ...
2021-12-13T03:39:30.634Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:39:30.635Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:39:30.635Z||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$$7be5d713.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-12-13T03:40:20.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:40:20.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:40:20.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:40:20.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:40:20.230Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8b6cc74f-7e82-45aa-8df3-72173d37aa34 url= /sdc/v1/artifactTypes
2021-12-13T03:40:20.230Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:40:20.270Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:40:20.271Z||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-12-13T03:40:20.271Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:40:20.271Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:40:20.271Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 1okR79uzFM6HGnZQ) ...
2021-12-13T03:40:20.364Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:40:20.366Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3ac9909f-1507-4f4d-8bd2-f036531d1a18 url= /sdc/v1/registerForDistribution
2021-12-13T03:40:20.373Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d7d7cd9
2021-12-13T03:40:20.374Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:40:20.374Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:40:20.374Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/maz3eAILBrunHLkO will send credentials over a clear channel.
2021-12-13T03:40:20.375Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/maz3eAILBrunHLkO (as maz3eAILBrunHLkO) ...
2021-12-13T03:40:20.391Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:40:20.392Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:40:20.392Z||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$$7be5d713.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-12-13T03:41:10.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:41:10.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:41:10.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:41:10.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:41:10.230Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2349b545-0460-49c8-9708-3bfe91fef4ad url= /sdc/v1/artifactTypes
2021-12-13T03:41:10.230Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:41:10.266Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:41:10.267Z||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-12-13T03:41:10.267Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:41:10.267Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:41:10.267Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as maz3eAILBrunHLkO) ...
2021-12-13T03:41:10.295Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:41:10.297Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4e210fb0-a0bf-4843-afd6-2a04462ac085 url= /sdc/v1/registerForDistribution
2021-12-13T03:41:10.303Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e0259a4
2021-12-13T03:41:10.303Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:41:10.304Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:41:10.306Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/LBdVy72aBzXLfIa3 will send credentials over a clear channel.
2021-12-13T03:41:10.307Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/LBdVy72aBzXLfIa3 (as LBdVy72aBzXLfIa3) ...
2021-12-13T03:41:10.323Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:41:10.324Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:41:10.324Z||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$$7be5d713.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-12-13T03:42:00.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:42:00.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:42:00.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:42:00.223Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:42:00.230Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9182492e-048f-4f3f-ac88-434e1155997b url= /sdc/v1/artifactTypes
2021-12-13T03:42:00.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:42:00.261Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:42:00.262Z||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-12-13T03:42:00.262Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:42:00.262Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:42:00.263Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as LBdVy72aBzXLfIa3) ...
2021-12-13T03:42:00.535Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:42:00.537Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c07d71ad-19c0-49a4-91ac-a04633213ccf url= /sdc/v1/registerForDistribution
2021-12-13T03:42:00.543Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@56fb68a6
2021-12-13T03:42:00.544Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:42:00.544Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:42:00.545Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/GJZBwtBdjgUctBUI will send credentials over a clear channel.
2021-12-13T03:42:00.545Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/GJZBwtBdjgUctBUI (as GJZBwtBdjgUctBUI) ...
2021-12-13T03:42:00.560Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:42:00.561Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:42:00.562Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$7be5d713.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-12-13T03:42:50.224Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:42:50.226Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:42:50.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:42:50.230Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:42:50.237Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1de6b6ae-718e-44f6-a076-a9e99716c178 url= /sdc/v1/artifactTypes
2021-12-13T03:42:50.238Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:42:50.276Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:42:50.277Z||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-12-13T03:42:50.277Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:42:50.278Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:42:50.279Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as GJZBwtBdjgUctBUI) ...
2021-12-13T03:42:50.511Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:42:50.513Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a0623e38-f58a-4689-aca8-6bc1a2aeecf7 url= /sdc/v1/registerForDistribution
2021-12-13T03:42:50.520Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a07b782
2021-12-13T03:42:50.520Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:42:50.520Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:42:50.521Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/yeV4VxU7NfHiIXBF will send credentials over a clear channel.
2021-12-13T03:42:50.521Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/yeV4VxU7NfHiIXBF (as yeV4VxU7NfHiIXBF) ...
2021-12-13T03:42:50.537Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:42:50.537Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:42:50.538Z||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$$7be5d713.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-12-13T03:43:40.222Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:43:40.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:43:40.223Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:43:40.225Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:43:40.232Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e27cf3bf-65fd-41cc-b779-c671134ff2e1 url= /sdc/v1/artifactTypes
2021-12-13T03:43:40.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:43:40.265Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:43:40.265Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-12-13T03:43:40.265Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:43:40.266Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:43:40.266Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as yeV4VxU7NfHiIXBF) ...
2021-12-13T03:43:40.290Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:43:40.291Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 58cd8c40-6abc-4e8e-bb22-bebfcf9c5a43 url= /sdc/v1/registerForDistribution
2021-12-13T03:43:40.297Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6986dfd9
2021-12-13T03:43:40.298Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:43:40.298Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:43:40.298Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/sNwJR9RCy9yylQIN will send credentials over a clear channel.
2021-12-13T03:43:40.299Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/sNwJR9RCy9yylQIN (as sNwJR9RCy9yylQIN) ...
2021-12-13T03:43:40.315Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:43:40.315Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:43:40.315Z||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$$7be5d713.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-12-13T03:44:30.221Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:44:30.222Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:44:30.222Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:44:30.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:44:30.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ca753df2-ce6d-4124-a7f0-8757c12939f0 url= /sdc/v1/artifactTypes
2021-12-13T03:44:30.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:44:30.265Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:44:30.267Z||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-12-13T03:44:30.268Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:44:30.270Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:44:30.270Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as sNwJR9RCy9yylQIN) ...
2021-12-13T03:44:30.297Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:44:30.298Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 855d73cc-1eb4-4b70-abe1-3c6f9d487886 url= /sdc/v1/registerForDistribution
2021-12-13T03:44:30.306Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b6cc9ba
2021-12-13T03:44:30.306Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:44:30.306Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:44:30.307Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/qoU9cJmsuFuNQiYj will send credentials over a clear channel.
2021-12-13T03:44:30.307Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/qoU9cJmsuFuNQiYj (as qoU9cJmsuFuNQiYj) ...
2021-12-13T03:44:30.640Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:44:30.641Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:44:30.641Z||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$$7be5d713.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-12-13T03:45:20.222Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-13T03:45:20.223Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-13T03:45:20.223Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-13T03:45:20.226Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-13T03:45:20.232Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2f8d5378-09df-4d2f-a98e-dacf6dc4442a url= /sdc/v1/artifactTypes
2021-12-13T03:45:20.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-13T03:45:20.269Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-13T03:45:20.269Z||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-12-13T03:45:20.270Z||scheduling-1|||||DEBUG|500||create keys
2021-12-13T03:45:20.270Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-12-13T03:45:20.270Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as qoU9cJmsuFuNQiYj) ...
2021-12-13T03:45:20.303Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:45:20.305Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= dab65cc0-688e-4947-b6fd-5fe5618f97cd url= /sdc/v1/registerForDistribution
2021-12-13T03:45:20.310Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ee67850
2021-12-13T03:45:20.310Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-12-13T03:45:20.310Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-12-13T03:45:20.310Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/LKwkqlUw6as7tcFs will send credentials over a clear channel.
2021-12-13T03:45:20.311Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/LKwkqlUw6as7tcFs (as LKwkqlUw6as7tcFs) ...
2021-12-13T03:45:20.326Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-13T03:45:20.327Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-12-13T03:45:20.327Z||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$$7be5d713.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