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-11-20T23:22:59.393Z||main|||||INFO|500||The following profiles are active: basic 2021-11-20T23:23:08.923Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-20T23:23:08.924Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-20T23:23:09.053Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-20T23:23:12.649Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-20T23:23:13.057Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-20T23:23:13.639Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-20T23:23:13.662Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-20T23:23:13.767Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-20T23:23:13.918Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-20T23:23:14.344Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-20T23:23:15.548Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-20T23:23:18.180Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-20T23:23:18.272Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-20T23:23:18.886Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-20T23:23:19.065Z||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-11-20T23:23:20.248Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-20T23:23:21.480Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-20T23:23:26.503Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.SocketTimeoutException: connect timed out at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.
(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$461afd56.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-11-20T23:23:26.504Z||main|||||WARN|500||The sdc end point is not alive 2021-11-20T23:23:29.721Z||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-11-20T23:23:32.690Z||main|||||WARN|500||--- 2021-11-20T23:23:32.691Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-20T23:23:32.691Z||main|||||WARN|500||--- 2021-11-20T23:23:33.263Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-20T23:23:38.515Z||main|||||INFO|500||Started Application in 41.396 seconds (JVM running for 42.543) 2021-11-20T23:23:38.574Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:23:38.589Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:23:38.603Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:23:38.766Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:23:38.844Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d9212450-d2d7-4093-a94e-9c28a9929d10 url= /sdc/v1/artifactTypes 2021-11-20T23:23:38.844Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:23:39.252Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:23:39.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-11-20T23:23:39.300Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:23:39.309Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-20T23:23:39.329Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:23:39.344Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 714ade8e-1cb3-48c0-8562-cbcc3eb87c65 url= /sdc/v1/registerForDistribution 2021-11-20T23:23:39.364Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c6c212c 2021-11-20T23:23:39.365Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:23:39.365Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:23:39.375Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/7TCcegPlLkItsYJo will send credentials over a clear channel. 2021-11-20T23:23:39.375Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/7TCcegPlLkItsYJo (as 7TCcegPlLkItsYJo) ... 2021-11-20T23:23:39.390Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:23:39.392Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:23:39.411Z||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$$40dbfb77.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-11-20T23:24:28.509Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:24:28.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:24:28.513Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:24:28.538Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:24:28.556Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e6a84ce-689e-46db-abe5-37dc97bc580c url= /sdc/v1/artifactTypes 2021-11-20T23:24:28.556Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:24:28.623Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:24:28.628Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:24:28.631Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:24:28.632Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:24:28.633Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 7TCcegPlLkItsYJo) ... 2021-11-20T23:24:28.667Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:24:28.669Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 94e119b7-e36e-4840-8331-72e9c9fc1ca4 url= /sdc/v1/registerForDistribution 2021-11-20T23:24:28.678Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c0e9e47 2021-11-20T23:24:28.678Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:24:28.679Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:24:28.679Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/VyAyPyNgQ9RP2WsQ will send credentials over a clear channel. 2021-11-20T23:24:28.679Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/VyAyPyNgQ9RP2WsQ (as VyAyPyNgQ9RP2WsQ) ... 2021-11-20T23:24:28.698Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:24:28.699Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:24:28.700Z||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$$40dbfb77.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-11-20T23:25:18.497Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:25:18.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:25:18.500Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:25:18.508Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:25:18.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d90e66f8-59fb-45e6-8b4b-204c708b398e url= /sdc/v1/artifactTypes 2021-11-20T23:25:18.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:25:18.577Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:25:18.580Z||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-11-20T23:25:18.580Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:25:18.581Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:25:18.582Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as VyAyPyNgQ9RP2WsQ) ... 2021-11-20T23:25:18.620Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:25:18.622Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3d744b54-cde0-48c6-8b82-908b2eb9f032 url= /sdc/v1/registerForDistribution 2021-11-20T23:25:18.630Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ad62847 2021-11-20T23:25:18.630Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:25:18.630Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:25:18.631Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/PDYv8vNLEKhAFsc6 will send credentials over a clear channel. 2021-11-20T23:25:18.631Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/PDYv8vNLEKhAFsc6 (as PDYv8vNLEKhAFsc6) ... 2021-11-20T23:25:18.649Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:25:18.649Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:25:18.650Z||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$$40dbfb77.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-11-20T23:26:08.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:26:08.499Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:26:08.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:26:08.507Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:26:08.513Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a82ff8f8-304c-4a20-9349-004a89482b2a url= /sdc/v1/artifactTypes 2021-11-20T23:26:08.514Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:26:08.560Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:26:08.563Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:26:08.564Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:26:08.565Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:26:08.566Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as PDYv8vNLEKhAFsc6) ... 2021-11-20T23:26:08.631Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:26:08.633Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b53a92cd-b99d-48dd-8f83-faeab8a0ce92 url= /sdc/v1/registerForDistribution 2021-11-20T23:26:08.647Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78cff56a 2021-11-20T23:26:08.647Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:26:08.647Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:26:08.648Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/H3yoRXVcbLzLgtY6 will send credentials over a clear channel. 2021-11-20T23:26:08.649Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/H3yoRXVcbLzLgtY6 (as H3yoRXVcbLzLgtY6) ... 2021-11-20T23:26:08.672Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:26:08.673Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:26:08.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$$40dbfb77.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-11-20T23:26:58.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:26:58.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:26:58.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:26:58.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:26:58.510Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 30734297-70c1-4297-8202-25d7ea0dbc00 url= /sdc/v1/artifactTypes 2021-11-20T23:26:58.510Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:26:58.560Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:26:58.562Z||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-11-20T23:26:58.563Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:26:58.564Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:26:58.564Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as H3yoRXVcbLzLgtY6) ... 2021-11-20T23:26:58.611Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:26:58.614Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 97a0bba8-965b-43f0-95df-8ef5914596bc url= /sdc/v1/registerForDistribution 2021-11-20T23:26:58.622Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@604b07ad 2021-11-20T23:26:58.622Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:26:58.623Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:26:58.623Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/G9Cm0awbIzuK3O1m will send credentials over a clear channel. 2021-11-20T23:26:58.624Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/G9Cm0awbIzuK3O1m (as G9Cm0awbIzuK3O1m) ... 2021-11-20T23:26:58.642Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:26:58.643Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:26:58.644Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$40dbfb77.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-11-20T23:27:48.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:27:48.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:27:48.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:27:48.499Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:27:48.504Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 31128130-0953-4de0-9d7d-4d8b4063d988 url= /sdc/v1/artifactTypes 2021-11-20T23:27:48.505Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:27:48.553Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:27:48.555Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:27:48.555Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:27:48.556Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:27:48.557Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as G9Cm0awbIzuK3O1m) ... 2021-11-20T23:27:48.581Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:27:48.583Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c9499c78-185a-4f95-82a5-231fe1263e82 url= /sdc/v1/registerForDistribution 2021-11-20T23:27:48.589Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@727e0d98 2021-11-20T23:27:48.589Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:27:48.590Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:27:48.590Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/NBSHrj7nd8a9TmPe will send credentials over a clear channel. 2021-11-20T23:27:48.591Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/NBSHrj7nd8a9TmPe (as NBSHrj7nd8a9TmPe) ... 2021-11-20T23:27:48.607Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:27:48.608Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:27:48.608Z||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$$40dbfb77.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-11-20T23:28:38.497Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:28:38.502Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:28:38.502Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:28:38.510Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:28:38.523Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7df628d-0150-4eec-bec1-1c1cdf48f20a url= /sdc/v1/artifactTypes 2021-11-20T23:28:38.523Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:28:38.569Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:28:38.571Z||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-11-20T23:28:38.572Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:28:38.573Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:28:38.574Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as NBSHrj7nd8a9TmPe) ... 2021-11-20T23:28:38.602Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:28:38.604Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e87bca54-79ee-4b02-8f60-1f1abad914b0 url= /sdc/v1/registerForDistribution 2021-11-20T23:28:38.614Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3f0dacb0 2021-11-20T23:28:38.614Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:28:38.614Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:28:38.615Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/7auzYDfA6frkBvdk will send credentials over a clear channel. 2021-11-20T23:28:38.616Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/7auzYDfA6frkBvdk (as 7auzYDfA6frkBvdk) ... 2021-11-20T23:28:38.632Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:28:38.632Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:28:38.633Z||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$$40dbfb77.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-11-20T23:29:28.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:29:28.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:29:28.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:29:28.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:29:28.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae85599a-1a9f-43b3-8ba6-75985fb96c2b url= /sdc/v1/artifactTypes 2021-11-20T23:29:28.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:29:28.565Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:29:28.567Z||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-11-20T23:29:28.567Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:29:28.568Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:29:28.568Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 7auzYDfA6frkBvdk) ... 2021-11-20T23:29:28.594Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:29:28.597Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 412f1630-79e7-49c1-b1d4-5fd388fde5ff url= /sdc/v1/registerForDistribution 2021-11-20T23:29:28.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18a256dc 2021-11-20T23:29:28.604Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:29:28.604Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:29:28.605Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/prfZVZQbzWY0hN90 will send credentials over a clear channel. 2021-11-20T23:29:28.605Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/prfZVZQbzWY0hN90 (as prfZVZQbzWY0hN90) ... 2021-11-20T23:29:28.622Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:29:28.622Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:29:28.624Z||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$$40dbfb77.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-11-20T23:30:18.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:30:18.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:30:18.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:30:18.501Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:30:18.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2b790d7-a4e0-405c-aadd-e0809a85b95e url= /sdc/v1/artifactTypes 2021-11-20T23:30:18.506Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:30:18.548Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:30:18.549Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:30:18.550Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:30:18.552Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:30:18.553Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as prfZVZQbzWY0hN90) ... 2021-11-20T23:30:18.584Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:30:18.586Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 55a29d22-8263-4c30-8bdb-7693b5bfec81 url= /sdc/v1/registerForDistribution 2021-11-20T23:30:18.599Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5cacdffd 2021-11-20T23:30:18.599Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:30:18.600Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:30:18.600Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/mILItBTrdnBHTy55 will send credentials over a clear channel. 2021-11-20T23:30:18.601Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/mILItBTrdnBHTy55 (as mILItBTrdnBHTy55) ... 2021-11-20T23:30:18.618Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:30:18.619Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:30:18.620Z||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$$40dbfb77.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-11-20T23:31:08.497Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:31:08.499Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:31:08.500Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:31:08.506Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:31:08.513Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 27e05760-1da0-424d-8bf3-a182eef9d3c5 url= /sdc/v1/artifactTypes 2021-11-20T23:31:08.513Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:31:08.567Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:31:08.569Z||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-11-20T23:31:08.569Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:31:08.570Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:31:08.571Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as mILItBTrdnBHTy55) ... 2021-11-20T23:31:08.602Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:31:08.605Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 94b7cdc5-075c-4828-8409-fca8ca84fd88 url= /sdc/v1/registerForDistribution 2021-11-20T23:31:08.613Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ec87f0a 2021-11-20T23:31:08.614Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:31:08.614Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:31:08.614Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/70BxTaruJy1rh9It will send credentials over a clear channel. 2021-11-20T23:31:08.614Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/70BxTaruJy1rh9It (as 70BxTaruJy1rh9It) ... 2021-11-20T23:31:08.634Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:31:08.635Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:31:08.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$$40dbfb77.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-11-20T23:31:58.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:31:58.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:31:58.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:31:58.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:31:58.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c83e333-3fcf-4fc1-8ff8-bfcffc03efce url= /sdc/v1/artifactTypes 2021-11-20T23:31:58.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:31:58.555Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:31:58.557Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:31:58.557Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:31:58.558Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:31:58.559Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 70BxTaruJy1rh9It) ... 2021-11-20T23:31:58.597Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:31:58.599Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 09de3b16-8b41-4020-b1e5-0f78a1b2b15b url= /sdc/v1/registerForDistribution 2021-11-20T23:31:58.607Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77d0bbfd 2021-11-20T23:31:58.608Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:31:58.608Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:31:58.609Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/LGlRj6iB6nY8BKVf will send credentials over a clear channel. 2021-11-20T23:31:58.609Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/LGlRj6iB6nY8BKVf (as LGlRj6iB6nY8BKVf) ... 2021-11-20T23:31:58.628Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:31:58.629Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:31:58.630Z||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$$40dbfb77.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-11-20T23:32:48.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:32:48.499Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:32:48.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:32:48.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:32:48.510Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e82d0608-360d-4ea2-a54c-e4cbc4df5ea1 url= /sdc/v1/artifactTypes 2021-11-20T23:32:48.511Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:32:48.554Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:32:48.556Z||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-11-20T23:32:48.556Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:32:48.558Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:32:48.558Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as LGlRj6iB6nY8BKVf) ... 2021-11-20T23:32:48.599Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:32:48.601Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 15dc0acf-9070-4607-abdb-0cfe979a99a1 url= /sdc/v1/registerForDistribution 2021-11-20T23:32:48.615Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6af3b09c 2021-11-20T23:32:48.615Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:32:48.615Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:32:48.616Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/v32kOFzfjdFUCK6r will send credentials over a clear channel. 2021-11-20T23:32:48.617Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/v32kOFzfjdFUCK6r (as v32kOFzfjdFUCK6r) ... 2021-11-20T23:32:48.633Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:32:48.633Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:32:48.634Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$40dbfb77.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-11-20T23:32:57.369Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-20T23:33:38.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:33:38.502Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:33:38.502Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:33:38.505Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:33:38.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 498163c4-e665-44e7-8263-6257add6c636 url= /sdc/v1/artifactTypes 2021-11-20T23:33:38.517Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:33:38.576Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:33:38.578Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:33:38.578Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:33:38.579Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:33:38.579Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as v32kOFzfjdFUCK6r) ... 2021-11-20T23:33:38.614Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:33:38.616Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ed78781c-fb40-4afb-acd7-53e8c72efad3 url= /sdc/v1/registerForDistribution 2021-11-20T23:33:38.624Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@145a2d80 2021-11-20T23:33:38.624Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:33:38.624Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:33:38.625Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/XaSMBHO8GzRYMHcE will send credentials over a clear channel. 2021-11-20T23:33:38.625Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/XaSMBHO8GzRYMHcE (as XaSMBHO8GzRYMHcE) ... 2021-11-20T23:33:38.650Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:33:38.650Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:33:38.651Z||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$$40dbfb77.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-11-20T23:34:28.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:34:28.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:34:28.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:34:28.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:34:28.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62f1e9f1-936e-4801-81b8-2ccf38dd66cd url= /sdc/v1/artifactTypes 2021-11-20T23:34:28.512Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:34:28.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:34:28.551Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:34:28.551Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:34:28.552Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:34:28.553Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XaSMBHO8GzRYMHcE) ... 2021-11-20T23:34:28.578Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:34:28.579Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9f15af4a-d18d-4d71-a5ae-23205b1ce95f url= /sdc/v1/registerForDistribution 2021-11-20T23:34:28.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3fc3c7c6 2021-11-20T23:34:28.587Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:34:28.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:34:28.588Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/JBhRaml1uITo71oJ will send credentials over a clear channel. 2021-11-20T23:34:28.588Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/JBhRaml1uITo71oJ (as JBhRaml1uITo71oJ) ... 2021-11-20T23:34:28.629Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:34:28.630Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:34:28.631Z||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$$40dbfb77.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-11-20T23:35:18.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:35:18.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:35:18.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:35:18.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:35:18.507Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f26fa085-eff2-4d7a-bd33-1d1aa3c835a6 url= /sdc/v1/artifactTypes 2021-11-20T23:35:18.508Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:35:18.567Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:35:18.569Z||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-11-20T23:35:18.569Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:35:18.571Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:35:18.571Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as JBhRaml1uITo71oJ) ... 2021-11-20T23:35:18.599Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:35:18.601Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 70cc7db6-4d1a-413f-885e-02edb0fcf0c2 url= /sdc/v1/registerForDistribution 2021-11-20T23:35:18.608Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d8ed640 2021-11-20T23:35:18.608Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:35:18.608Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:35:18.609Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/4OlYisdWpBgRASC6 will send credentials over a clear channel. 2021-11-20T23:35:18.609Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/4OlYisdWpBgRASC6 (as 4OlYisdWpBgRASC6) ... 2021-11-20T23:35:18.632Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:35:18.632Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:35:18.633Z||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$$40dbfb77.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-11-20T23:36:08.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:36:08.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:36:08.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:36:08.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:36:08.513Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 21583d98-efd6-4a62-bc26-22e24a6d6755 url= /sdc/v1/artifactTypes 2021-11-20T23:36:08.514Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:36:08.565Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:36:08.566Z||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-11-20T23:36:08.566Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:36:08.567Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:36:08.567Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4OlYisdWpBgRASC6) ... 2021-11-20T23:36:08.591Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:36:08.593Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4955d909-1647-4c39-9834-1c6f76eacbef url= /sdc/v1/registerForDistribution 2021-11-20T23:36:08.601Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3b26a769 2021-11-20T23:36:08.601Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:36:08.601Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:36:08.602Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/jiLB8DKfTUX3fo4A will send credentials over a clear channel. 2021-11-20T23:36:08.602Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/jiLB8DKfTUX3fo4A (as jiLB8DKfTUX3fo4A) ... 2021-11-20T23:36:08.633Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:36:08.633Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:36:08.634Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$40dbfb77.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-11-20T23:36:58.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:36:58.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:36:58.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:36:58.500Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:36:58.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fb058608-ed28-4907-8237-54b6d9acee99 url= /sdc/v1/artifactTypes 2021-11-20T23:36:58.506Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:36:58.546Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:36:58.548Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:36:58.548Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:36:58.549Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:36:58.549Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as jiLB8DKfTUX3fo4A) ... 2021-11-20T23:36:58.573Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:36:58.574Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bd9a93d7-7fc0-483f-a547-e3db769c047f url= /sdc/v1/registerForDistribution 2021-11-20T23:36:58.581Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b0509fb 2021-11-20T23:36:58.581Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:36:58.582Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:36:58.582Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/vb3qfSdmYxRK0gs6 will send credentials over a clear channel. 2021-11-20T23:36:58.582Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/vb3qfSdmYxRK0gs6 (as vb3qfSdmYxRK0gs6) ... 2021-11-20T23:36:58.594Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:36:58.594Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:36:58.595Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$40dbfb77.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-11-20T23:37:48.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:37:48.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:37:48.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:37:48.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:37:48.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff410a2c-bf63-4ee2-8102-96614c0f0975 url= /sdc/v1/artifactTypes 2021-11-20T23:37:48.508Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:37:48.564Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:37:48.566Z||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-11-20T23:37:48.566Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:37:48.567Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:37:48.567Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as vb3qfSdmYxRK0gs6) ... 2021-11-20T23:37:48.591Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:37:48.593Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 549dcb6c-ac04-46e4-a1f2-4b8766adc49b url= /sdc/v1/registerForDistribution 2021-11-20T23:37:48.599Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3b4b89cb 2021-11-20T23:37:48.599Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:37:48.599Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:37:48.600Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Ol4brpb0OUIHFmgi will send credentials over a clear channel. 2021-11-20T23:37:48.600Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Ol4brpb0OUIHFmgi (as Ol4brpb0OUIHFmgi) ... 2021-11-20T23:37:48.618Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:37:48.618Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:37:48.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$$40dbfb77.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-11-20T23:38:38.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:38:38.501Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:38:38.502Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:38:38.510Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:38:38.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 404afde6-b2e2-4630-932a-e8606d61eeb3 url= /sdc/v1/artifactTypes 2021-11-20T23:38:38.522Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:38:38.566Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:38:38.568Z||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-11-20T23:38:38.568Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:38:38.570Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:38:38.570Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Ol4brpb0OUIHFmgi) ... 2021-11-20T23:38:38.597Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:38:38.599Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 23a76a6c-728b-4916-bdb7-d7fbf5d9d9f2 url= /sdc/v1/registerForDistribution 2021-11-20T23:38:38.604Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@bcf2f0c 2021-11-20T23:38:38.605Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:38:38.605Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:38:38.606Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/nes7eHae6JzQoKcY will send credentials over a clear channel. 2021-11-20T23:38:38.606Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/nes7eHae6JzQoKcY (as nes7eHae6JzQoKcY) ... 2021-11-20T23:38:38.636Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:38:38.637Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:38:38.638Z||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$$40dbfb77.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-11-20T23:39:28.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:39:28.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:39:28.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:39:28.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:39:28.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a5d6b46-4319-4318-9c7d-d4cf6e4a2476 url= /sdc/v1/artifactTypes 2021-11-20T23:39:28.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:39:28.556Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:39:28.558Z||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-11-20T23:39:28.558Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:39:28.560Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:39:28.560Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as nes7eHae6JzQoKcY) ... 2021-11-20T23:39:28.609Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:39:28.611Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e29d035d-2b8f-4d3f-be57-05d8b1bf1ac6 url= /sdc/v1/registerForDistribution 2021-11-20T23:39:28.618Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b27d776 2021-11-20T23:39:28.618Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:39:28.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:39:28.620Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/mkB0x5j39Rqrfxs4 will send credentials over a clear channel. 2021-11-20T23:39:28.621Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/mkB0x5j39Rqrfxs4 (as mkB0x5j39Rqrfxs4) ... 2021-11-20T23:39:28.637Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:39:28.638Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:39:28.639Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$40dbfb77.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-11-20T23:40:18.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:40:18.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:40:18.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:40:18.499Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:40:18.504Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ec0f383-bde9-458b-a153-2847f6590406 url= /sdc/v1/artifactTypes 2021-11-20T23:40:18.504Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:40:18.553Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:40:18.555Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:40:18.555Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:40:18.556Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:40:18.556Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as mkB0x5j39Rqrfxs4) ... 2021-11-20T23:40:18.584Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:40:18.586Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6dc49774-81cd-4a1a-a636-6270d0de1d3a url= /sdc/v1/registerForDistribution 2021-11-20T23:40:18.592Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@700c1762 2021-11-20T23:40:18.592Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:40:18.592Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:40:18.593Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/pJHaMFbyiThb71DJ will send credentials over a clear channel. 2021-11-20T23:40:18.593Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/pJHaMFbyiThb71DJ (as pJHaMFbyiThb71DJ) ... 2021-11-20T23:40:18.610Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:40:18.610Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:40:18.611Z||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$$40dbfb77.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-11-20T23:41:08.497Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:41:08.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:41:08.501Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:41:08.511Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:41:08.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d49d965b-cbde-4468-aa94-8badfe92d5a5 url= /sdc/v1/artifactTypes 2021-11-20T23:41:08.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:41:08.559Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:41:08.561Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:41:08.561Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:41:08.563Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:41:08.563Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as pJHaMFbyiThb71DJ) ... 2021-11-20T23:41:08.595Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:41:08.597Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8dc64f26-2577-45c3-b652-77033126d405 url= /sdc/v1/registerForDistribution 2021-11-20T23:41:08.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46b56d15 2021-11-20T23:41:08.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:41:08.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:41:08.604Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/QuaDMGi18Yk9IHpr will send credentials over a clear channel. 2021-11-20T23:41:08.604Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/QuaDMGi18Yk9IHpr (as QuaDMGi18Yk9IHpr) ... 2021-11-20T23:41:08.620Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:41:08.620Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:41:08.621Z||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$$40dbfb77.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-11-20T23:41:58.494Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:41:58.495Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:41:58.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:41:58.498Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:41:58.503Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3cc98aa5-77ec-453e-a7d8-57fd3974e142 url= /sdc/v1/artifactTypes 2021-11-20T23:41:58.503Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:41:58.549Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:41:58.551Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:41:58.551Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:41:58.552Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:41:58.553Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as QuaDMGi18Yk9IHpr) ... 2021-11-20T23:41:58.616Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:41:58.617Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3fa8214b-6459-403f-b8c9-b3d29cd7d387 url= /sdc/v1/registerForDistribution 2021-11-20T23:41:58.624Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6ecbc11a 2021-11-20T23:41:58.624Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:41:58.624Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:41:58.625Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/6DswVqeHCjCvJuHC will send credentials over a clear channel. 2021-11-20T23:41:58.625Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/6DswVqeHCjCvJuHC (as 6DswVqeHCjCvJuHC) ... 2021-11-20T23:41:58.668Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:41:58.669Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:41:58.669Z||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$$40dbfb77.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-11-20T23:42:48.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:42:48.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:42:48.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:42:48.505Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:42:48.510Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f76d6026-612e-4208-9c6b-2d88d1250071 url= /sdc/v1/artifactTypes 2021-11-20T23:42:48.510Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:42:48.544Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:42:48.546Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:42:48.546Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:42:48.547Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:42:48.547Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 6DswVqeHCjCvJuHC) ... 2021-11-20T23:42:48.573Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:42:48.575Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 689d7dac-b9cf-4eaa-b96d-aa7a7bdc2f73 url= /sdc/v1/registerForDistribution 2021-11-20T23:42:48.582Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4069eca9 2021-11-20T23:42:48.582Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:42:48.582Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:42:48.584Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/MJ3VaE4TkIFDy9Br will send credentials over a clear channel. 2021-11-20T23:42:48.584Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/MJ3VaE4TkIFDy9Br (as MJ3VaE4TkIFDy9Br) ... 2021-11-20T23:42:48.601Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:42:48.601Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:42:48.602Z||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$$40dbfb77.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-11-20T23:43:38.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:43:38.495Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:43:38.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:43:38.499Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:43:38.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8dbd6332-23a0-4651-bf77-6b906f21984a url= /sdc/v1/artifactTypes 2021-11-20T23:43:38.506Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:43:38.557Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:43:38.560Z||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-11-20T23:43:38.560Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:43:38.561Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:43:38.561Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as MJ3VaE4TkIFDy9Br) ... 2021-11-20T23:43:38.592Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:43:38.593Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= abaedd2c-3c80-4326-93e6-281a2f26c84e url= /sdc/v1/registerForDistribution 2021-11-20T23:43:38.601Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2dcfbadb 2021-11-20T23:43:38.601Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:43:38.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:43:38.602Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/gW8MpKEvBG4H6CTd will send credentials over a clear channel. 2021-11-20T23:43:38.602Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/gW8MpKEvBG4H6CTd (as gW8MpKEvBG4H6CTd) ... 2021-11-20T23:43:38.617Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:43:38.617Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:43:38.617Z||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$$40dbfb77.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-11-20T23:44:28.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:44:28.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:44:28.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:44:28.506Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:44:28.511Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 474f075f-a281-4c76-90d5-bf39894864b2 url= /sdc/v1/artifactTypes 2021-11-20T23:44:28.512Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:44:28.551Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:44:28.553Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:44:28.553Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:44:28.554Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:44:28.555Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as gW8MpKEvBG4H6CTd) ... 2021-11-20T23:44:28.579Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:44:28.580Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e6f8d5be-268e-49d9-b9a8-47f37d6f5302 url= /sdc/v1/registerForDistribution 2021-11-20T23:44:28.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@164c4231 2021-11-20T23:44:28.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:44:28.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:44:28.587Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Q2YKFrNfsmH0aXsw will send credentials over a clear channel. 2021-11-20T23:44:28.588Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Q2YKFrNfsmH0aXsw (as Q2YKFrNfsmH0aXsw) ... 2021-11-20T23:44:28.610Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:44:28.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:44:28.611Z||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$$40dbfb77.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-11-20T23:45:18.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:45:18.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:45:18.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:45:18.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:45:18.511Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6917423a-ecf3-49ab-9089-073c5647bc00 url= /sdc/v1/artifactTypes 2021-11-20T23:45:18.511Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:45:18.555Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:45:18.556Z||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-11-20T23:45:18.557Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:45:18.558Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:45:18.558Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Q2YKFrNfsmH0aXsw) ... 2021-11-20T23:45:18.585Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:45:18.588Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f5b37ad0-d63b-4959-b45d-4f6015741c3a url= /sdc/v1/registerForDistribution 2021-11-20T23:45:18.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b46504d 2021-11-20T23:45:18.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:45:18.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:45:18.596Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/X0hZcAnMefJeQJHG will send credentials over a clear channel. 2021-11-20T23:45:18.596Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/X0hZcAnMefJeQJHG (as X0hZcAnMefJeQJHG) ... 2021-11-20T23:45:18.609Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:45:18.610Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:45:18.610Z||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$$40dbfb77.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-11-20T23:46:08.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:46:08.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:46:08.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:46:08.500Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:46:08.504Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c71ce420-19c9-449e-afc1-ecba4a819e0c url= /sdc/v1/artifactTypes 2021-11-20T23:46:08.504Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:46:08.544Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:46:08.545Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:46:08.546Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:46:08.547Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:46:08.547Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as X0hZcAnMefJeQJHG) ... 2021-11-20T23:46:08.582Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:46:08.584Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 685e492e-c02b-457c-8168-018497c00f3c url= /sdc/v1/registerForDistribution 2021-11-20T23:46:08.590Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47f1666e 2021-11-20T23:46:08.591Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:46:08.591Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:46:08.591Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/PhcRJqAIe8b19ET9 will send credentials over a clear channel. 2021-11-20T23:46:08.592Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/PhcRJqAIe8b19ET9 (as PhcRJqAIe8b19ET9) ... 2021-11-20T23:46:08.605Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:46:08.605Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:46:08.606Z||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$$40dbfb77.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-11-20T23:46:58.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:46:58.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:46:58.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:46:58.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:46:58.511Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0edde137-0c41-465c-aed9-b9f48cbb3845 url= /sdc/v1/artifactTypes 2021-11-20T23:46:58.512Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:46:58.554Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:46:58.556Z||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-11-20T23:46:58.556Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:46:58.558Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:46:58.558Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as PhcRJqAIe8b19ET9) ... 2021-11-20T23:46:58.587Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:46:58.590Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ad05ca0f-8f89-417b-bdc7-45c92c581ae1 url= /sdc/v1/registerForDistribution 2021-11-20T23:46:58.597Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@752f6014 2021-11-20T23:46:58.597Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:46:58.597Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:46:58.598Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/vgcNtBoonbHLtKGG will send credentials over a clear channel. 2021-11-20T23:46:58.598Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/vgcNtBoonbHLtKGG (as vgcNtBoonbHLtKGG) ... 2021-11-20T23:46:58.622Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:46:58.623Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:46:58.623Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$40dbfb77.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-11-20T23:47:48.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:47:48.499Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:47:48.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:47:48.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:47:48.511Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c6b9a94-d3e3-4f7d-ada8-d8fca485997a url= /sdc/v1/artifactTypes 2021-11-20T23:47:48.511Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:47:48.560Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:47:48.562Z||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-11-20T23:47:48.562Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:47:48.563Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:47:48.563Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as vgcNtBoonbHLtKGG) ... 2021-11-20T23:47:48.589Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:47:48.591Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e2f4696b-8e86-46a5-a5e5-d5e412353ebc url= /sdc/v1/registerForDistribution 2021-11-20T23:47:48.597Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41785172 2021-11-20T23:47:48.598Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:47:48.598Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:47:48.599Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/tJ6WbY7v4uCNNgTz will send credentials over a clear channel. 2021-11-20T23:47:48.599Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/tJ6WbY7v4uCNNgTz (as tJ6WbY7v4uCNNgTz) ... 2021-11-20T23:47:48.614Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:47:48.615Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:47:48.615Z||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$$40dbfb77.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-11-20T23:48:38.497Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:48:38.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:48:38.500Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:48:38.507Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:48:38.515Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2e5cb7a5-6d47-427f-bbff-4ea0dabdc766 url= /sdc/v1/artifactTypes 2021-11-20T23:48:38.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:48:38.563Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:48:38.566Z||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-11-20T23:48:38.566Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:48:38.575Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:48:38.576Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as tJ6WbY7v4uCNNgTz) ... 2021-11-20T23:48:38.609Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:48:38.611Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d64ab543-5561-4bb8-891b-aa5562612a2d url= /sdc/v1/registerForDistribution 2021-11-20T23:48:38.617Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5fc8131f 2021-11-20T23:48:38.617Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:48:38.618Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:48:38.618Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/8vGv3yBmXXQx6V0N will send credentials over a clear channel. 2021-11-20T23:48:38.618Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/8vGv3yBmXXQx6V0N (as 8vGv3yBmXXQx6V0N) ... 2021-11-20T23:48:38.632Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:48:38.632Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:48:38.633Z||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$$40dbfb77.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-11-20T23:49:28.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:49:28.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:49:28.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:49:28.505Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:49:28.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6b93a89a-040f-4735-a672-66761c3feaeb url= /sdc/v1/artifactTypes 2021-11-20T23:49:28.512Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:49:28.558Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:49:28.560Z||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-11-20T23:49:28.560Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:49:28.561Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:49:28.562Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 8vGv3yBmXXQx6V0N) ... 2021-11-20T23:49:28.636Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:49:28.638Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c37c8a6c-532a-4913-a594-887400438dc3 url= /sdc/v1/registerForDistribution 2021-11-20T23:49:28.647Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2dec0ab8 2021-11-20T23:49:28.647Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:49:28.648Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:49:28.648Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/5AJd0arAX1YbJJJy will send credentials over a clear channel. 2021-11-20T23:49:28.648Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/5AJd0arAX1YbJJJy (as 5AJd0arAX1YbJJJy) ... 2021-11-20T23:49:28.664Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:49:28.664Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:49:28.665Z||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$$40dbfb77.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-11-20T23:50:18.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:50:18.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:50:18.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:50:18.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:50:18.510Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b07e8df5-442b-4b12-af28-f83d3296aa6e url= /sdc/v1/artifactTypes 2021-11-20T23:50:18.511Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:50:18.556Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:50:18.557Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:50:18.557Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:50:18.558Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:50:18.558Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 5AJd0arAX1YbJJJy) ... 2021-11-20T23:50:18.584Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:50:18.585Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= dcef50db-2ff8-4a71-8f78-e05ffe75a2fc url= /sdc/v1/registerForDistribution 2021-11-20T23:50:18.592Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@de0f5d3 2021-11-20T23:50:18.592Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:50:18.593Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:50:18.593Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/ydJJ3lAInJQrxM02 will send credentials over a clear channel. 2021-11-20T23:50:18.593Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/ydJJ3lAInJQrxM02 (as ydJJ3lAInJQrxM02) ... 2021-11-20T23:50:18.609Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:50:18.609Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:50:18.610Z||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$$40dbfb77.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-11-20T23:51:08.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:51:08.499Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:51:08.500Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:51:08.506Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:51:08.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d8ee0445-5709-4a11-8fc4-e21856205f11 url= /sdc/v1/artifactTypes 2021-11-20T23:51:08.512Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:51:08.556Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:51:08.558Z||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-11-20T23:51:08.558Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:51:08.560Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:51:08.560Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as ydJJ3lAInJQrxM02) ... 2021-11-20T23:51:08.614Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:51:08.616Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ec34fc71-1bac-490b-bb88-1baca117e374 url= /sdc/v1/registerForDistribution 2021-11-20T23:51:08.622Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@adf629e 2021-11-20T23:51:08.623Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:51:08.623Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:51:08.624Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/xHBt1jvXBZToex33 will send credentials over a clear channel. 2021-11-20T23:51:08.624Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/xHBt1jvXBZToex33 (as xHBt1jvXBZToex33) ... 2021-11-20T23:51:08.640Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:51:08.641Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:51:08.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$$40dbfb77.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-11-20T23:51:58.494Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:51:58.495Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:51:58.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:51:58.499Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:51:58.504Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7da52768-e0e2-4ec1-abde-892ef7323b2b url= /sdc/v1/artifactTypes 2021-11-20T23:51:58.504Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:51:58.542Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:51:58.543Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:51:58.544Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:51:58.545Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:51:58.545Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as xHBt1jvXBZToex33) ... 2021-11-20T23:51:58.563Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:51:58.564Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a37521b0-98f2-47ce-8dea-cb1a2df2141f url= /sdc/v1/registerForDistribution 2021-11-20T23:51:58.570Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@91eeb6f 2021-11-20T23:51:58.570Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:51:58.570Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:51:58.571Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/JahBQJ1mVL5QIfdr will send credentials over a clear channel. 2021-11-20T23:51:58.571Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/JahBQJ1mVL5QIfdr (as JahBQJ1mVL5QIfdr) ... 2021-11-20T23:51:58.584Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:51:58.584Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:51:58.585Z||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$$40dbfb77.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-11-20T23:52:48.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:52:48.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:52:48.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:52:48.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:52:48.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fde68bb0-9248-489e-a5ad-69db1034a520 url= /sdc/v1/artifactTypes 2021-11-20T23:52:48.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:52:48.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:52:48.547Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:52:48.547Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:52:48.549Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:52:48.549Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as JahBQJ1mVL5QIfdr) ... 2021-11-20T23:52:48.572Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:52:48.576Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bc9f219e-d24f-4138-a5cf-ae2251ed1122 url= /sdc/v1/registerForDistribution 2021-11-20T23:52:48.582Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25b7ed59 2021-11-20T23:52:48.583Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:52:48.583Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:52:48.584Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/hwb3hRZYl5Myc37s will send credentials over a clear channel. 2021-11-20T23:52:48.585Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/hwb3hRZYl5Myc37s (as hwb3hRZYl5Myc37s) ... 2021-11-20T23:52:48.599Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:52:48.600Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:52:48.601Z||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$$40dbfb77.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-11-20T23:53:38.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:53:38.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:53:38.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:53:38.499Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:53:38.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fd0493b6-0e7d-458a-b9ca-ca0b6138505a url= /sdc/v1/artifactTypes 2021-11-20T23:53:38.506Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:53:38.667Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:53:38.672Z||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-11-20T23:53:38.672Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:53:38.673Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:53:38.674Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as hwb3hRZYl5Myc37s) ... 2021-11-20T23:53:38.730Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:53:38.732Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 410a8295-2a55-4069-ba48-20167f498874 url= /sdc/v1/registerForDistribution 2021-11-20T23:53:38.740Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78c8f941 2021-11-20T23:53:38.740Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:53:38.740Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:53:38.741Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/hChAfABolKFcMnOq will send credentials over a clear channel. 2021-11-20T23:53:38.741Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/hChAfABolKFcMnOq (as hChAfABolKFcMnOq) ... 2021-11-20T23:53:38.768Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:53:38.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:53:38.769Z||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$$40dbfb77.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-11-20T23:54:28.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:54:28.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:54:28.501Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:54:28.508Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:54:28.515Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ecd1d8a5-f747-46f7-aa01-76905d646dbc url= /sdc/v1/artifactTypes 2021-11-20T23:54:28.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:54:28.557Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:54:28.558Z||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-11-20T23:54:28.558Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:54:28.559Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:54:28.559Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as hChAfABolKFcMnOq) ... 2021-11-20T23:54:28.577Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:54:28.578Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 757c2a3a-24ba-4547-9ff7-e36204f5eb6e url= /sdc/v1/registerForDistribution 2021-11-20T23:54:28.582Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@795e776c 2021-11-20T23:54:28.583Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:54:28.583Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:54:28.583Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/CzuUGLjgszXxVFgu will send credentials over a clear channel. 2021-11-20T23:54:28.583Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/CzuUGLjgszXxVFgu (as CzuUGLjgszXxVFgu) ... 2021-11-20T23:54:28.599Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:54:28.600Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:54:28.600Z||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$$40dbfb77.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-11-20T23:55:18.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:55:18.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:55:18.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:55:18.500Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:55:18.504Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f41a95d2-9ce7-43ef-90de-1ce1962a00d9 url= /sdc/v1/artifactTypes 2021-11-20T23:55:18.505Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:55:18.549Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:55:18.551Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:55:18.551Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:55:18.552Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:55:18.552Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as CzuUGLjgszXxVFgu) ... 2021-11-20T23:55:18.582Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:55:18.584Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 74cccf19-8a55-4ad3-a7e6-6b2aeaf71c92 url= /sdc/v1/registerForDistribution 2021-11-20T23:55:18.589Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@140ed406 2021-11-20T23:55:18.589Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:55:18.590Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:55:18.590Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/v4d563wFJxTalYMd will send credentials over a clear channel. 2021-11-20T23:55:18.590Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/v4d563wFJxTalYMd (as v4d563wFJxTalYMd) ... 2021-11-20T23:55:18.605Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:55:18.605Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:55:18.606Z||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$$40dbfb77.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-11-20T23:56:08.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:56:08.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:56:08.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:56:08.501Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:56:08.507Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 303a60e4-b9ec-445b-a96a-4ee96756d27f url= /sdc/v1/artifactTypes 2021-11-20T23:56:08.507Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:56:08.554Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:56:08.555Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:56:08.556Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:56:08.557Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:56:08.557Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as v4d563wFJxTalYMd) ... 2021-11-20T23:56:08.583Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:56:08.585Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f7a24e3a-36b4-486d-b5a0-ce6c36002623 url= /sdc/v1/registerForDistribution 2021-11-20T23:56:08.593Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6921d9d9 2021-11-20T23:56:08.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:56:08.594Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:56:08.594Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/8JTg5ILe4U0C18v5 will send credentials over a clear channel. 2021-11-20T23:56:08.595Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/8JTg5ILe4U0C18v5 (as 8JTg5ILe4U0C18v5) ... 2021-11-20T23:56:08.611Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:56:08.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:56:08.612Z||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$$40dbfb77.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-11-20T23:56:58.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:56:58.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:56:58.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:56:58.500Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:56:58.505Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2e095deb-c61a-4bc0-b670-eff97c4fb3a7 url= /sdc/v1/artifactTypes 2021-11-20T23:56:58.505Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:56:58.539Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:56:58.541Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:56:58.541Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:56:58.542Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:56:58.543Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 8JTg5ILe4U0C18v5) ... 2021-11-20T23:56:58.568Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:56:58.570Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4856acea-e95e-463c-bf9c-20c7f299cc81 url= /sdc/v1/registerForDistribution 2021-11-20T23:56:58.575Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64a5f654 2021-11-20T23:56:58.576Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:56:58.576Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:56:58.577Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/YAc0h9csw2c4EAeC will send credentials over a clear channel. 2021-11-20T23:56:58.577Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/YAc0h9csw2c4EAeC (as YAc0h9csw2c4EAeC) ... 2021-11-20T23:56:58.594Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:56:58.594Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:56:58.595Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$40dbfb77.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-11-20T23:57:48.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:57:48.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:57:48.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:57:48.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:57:48.507Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28f3611e-4738-441c-bafa-ee0c52220606 url= /sdc/v1/artifactTypes 2021-11-20T23:57:48.507Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:57:48.558Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:57:48.560Z||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-11-20T23:57:48.561Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:57:48.562Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:57:48.562Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as YAc0h9csw2c4EAeC) ... 2021-11-20T23:57:48.592Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:57:48.594Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9e4d4494-1764-4e23-b870-c1973f2de6da url= /sdc/v1/registerForDistribution 2021-11-20T23:57:48.599Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59893fa1 2021-11-20T23:57:48.599Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:57:48.600Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:57:48.600Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/FBP5MWtoJ9OIRQOo will send credentials over a clear channel. 2021-11-20T23:57:48.600Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/FBP5MWtoJ9OIRQOo (as FBP5MWtoJ9OIRQOo) ... 2021-11-20T23:57:48.618Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:57:48.619Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:57:48.619Z||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$$40dbfb77.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-11-20T23:58:38.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:58:38.499Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:58:38.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:58:38.505Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:58:38.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 68fc449c-6262-4b67-8e08-fab3c5fff455 url= /sdc/v1/artifactTypes 2021-11-20T23:58:38.512Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:58:38.553Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:58:38.554Z||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-11-20T23:58:38.555Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:58:38.556Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:58:38.556Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as FBP5MWtoJ9OIRQOo) ... 2021-11-20T23:58:38.587Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:58:38.589Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f76f7cfd-5e8c-4596-93c5-421005119350 url= /sdc/v1/registerForDistribution 2021-11-20T23:58:38.595Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41544a5c 2021-11-20T23:58:38.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:58:38.596Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:58:38.596Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/hEf2BfJmfbkpcxBC will send credentials over a clear channel. 2021-11-20T23:58:38.596Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/hEf2BfJmfbkpcxBC (as hEf2BfJmfbkpcxBC) ... 2021-11-20T23:58:38.610Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:58:38.610Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:58:38.611Z||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$$40dbfb77.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-11-20T23:59:28.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-20T23:59:28.495Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-20T23:59:28.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-20T23:59:28.499Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-20T23:59:28.504Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e6d819c1-8c4d-45fa-a7b9-40e6119ab6c3 url= /sdc/v1/artifactTypes 2021-11-20T23:59:28.504Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-20T23:59:28.548Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-20T23:59:28.549Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-20T23:59:28.549Z||scheduling-1|||||DEBUG|500||create keys 2021-11-20T23:59:28.550Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-20T23:59:28.551Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as hEf2BfJmfbkpcxBC) ... 2021-11-20T23:59:28.582Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:59:28.584Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 32d02964-5d69-4a99-b541-3ae3ec9d4ed6 url= /sdc/v1/registerForDistribution 2021-11-20T23:59:28.591Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5d9e7f1b 2021-11-20T23:59:28.591Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-20T23:59:28.592Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-20T23:59:28.592Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/CXehmCAHtNB0hCMj will send credentials over a clear channel. 2021-11-20T23:59:28.593Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/CXehmCAHtNB0hCMj (as CXehmCAHtNB0hCMj) ... 2021-11-20T23:59:28.605Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-20T23:59:28.606Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-20T23:59:28.606Z||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$$40dbfb77.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-11-21T00:00:18.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:00:18.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:00:18.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:00:18.499Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:00:18.503Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b81499e7-fab3-49f8-9eb3-46360a69e127 url= /sdc/v1/artifactTypes 2021-11-21T00:00:18.503Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:00:18.543Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:00:18.544Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:00:18.545Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:00:18.545Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:00:18.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as CXehmCAHtNB0hCMj) ... 2021-11-21T00:00:18.574Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:00:18.575Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1862211d-9292-4ee7-9f3e-726b62aac622 url= /sdc/v1/registerForDistribution 2021-11-21T00:00:18.581Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@65c96810 2021-11-21T00:00:18.581Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:00:18.583Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:00:18.584Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Bdu0iO7Kj7MdEYG9 will send credentials over a clear channel. 2021-11-21T00:00:18.584Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Bdu0iO7Kj7MdEYG9 (as Bdu0iO7Kj7MdEYG9) ... 2021-11-21T00:00:18.599Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:00:18.600Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:00:18.600Z||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$$40dbfb77.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-11-21T00:01:08.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:01:08.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:01:08.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:01:08.501Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:01:08.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba7e4673-5967-4f47-87ea-8789cd8739ff url= /sdc/v1/artifactTypes 2021-11-21T00:01:08.506Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:01:08.549Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:01:08.551Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:01:08.551Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:01:08.552Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:01:08.553Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Bdu0iO7Kj7MdEYG9) ... 2021-11-21T00:01:08.580Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:01:08.582Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f1809dec-77f5-4fae-b202-ec703457a19b url= /sdc/v1/registerForDistribution 2021-11-21T00:01:08.588Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@762be223 2021-11-21T00:01:08.588Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:01:08.589Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:01:08.589Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/bYHjzaYh9UeKgopa will send credentials over a clear channel. 2021-11-21T00:01:08.589Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/bYHjzaYh9UeKgopa (as bYHjzaYh9UeKgopa) ... 2021-11-21T00:01:08.605Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:01:08.605Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:01:08.606Z||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$$40dbfb77.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-11-21T00:01:58.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:01:58.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:01:58.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:01:58.499Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:01:58.503Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= abecf971-a982-46ef-94e2-aa28d7cae630 url= /sdc/v1/artifactTypes 2021-11-21T00:01:58.503Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:01:58.541Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:01:58.542Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:01:58.542Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:01:58.543Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:01:58.543Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as bYHjzaYh9UeKgopa) ... 2021-11-21T00:01:58.564Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:01:58.566Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c332357a-a4bf-47d9-bc3d-6b9988949517 url= /sdc/v1/registerForDistribution 2021-11-21T00:01:58.572Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@383d6087 2021-11-21T00:01:58.572Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:01:58.572Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:01:58.573Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/x1B061th6JojJE40 will send credentials over a clear channel. 2021-11-21T00:01:58.574Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/x1B061th6JojJE40 (as x1B061th6JojJE40) ... 2021-11-21T00:01:58.587Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:01:58.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:01:58.588Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at 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$$40dbfb77.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-11-21T00:02:48.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:02:48.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:02:48.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:02:48.505Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:02:48.511Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 194f8b49-fcbf-4b33-9b23-1aeb6b7d0871 url= /sdc/v1/artifactTypes 2021-11-21T00:02:48.511Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:02:48.551Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:02:48.553Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:02:48.553Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:02:48.554Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:02:48.555Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as x1B061th6JojJE40) ... 2021-11-21T00:02:48.577Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:02:48.579Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 05518046-f851-4270-a7f2-1823ad9fbaaf url= /sdc/v1/registerForDistribution 2021-11-21T00:02:48.584Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@83675b1 2021-11-21T00:02:48.584Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:02:48.585Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:02:48.585Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/t1rxacha6p3GXTEk will send credentials over a clear channel. 2021-11-21T00:02:48.585Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/t1rxacha6p3GXTEk (as t1rxacha6p3GXTEk) ... 2021-11-21T00:02:48.607Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:02:48.607Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:02:48.608Z||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$$40dbfb77.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-11-21T00:03:38.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:03:38.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:03:38.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:03:38.499Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:03:38.504Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a97a3b0-07f4-497f-b887-69adb3bba7d8 url= /sdc/v1/artifactTypes 2021-11-21T00:03:38.505Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:03:38.546Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:03:38.547Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:03:38.548Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:03:38.548Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:03:38.549Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as t1rxacha6p3GXTEk) ... 2021-11-21T00:03:38.573Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:03:38.575Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 05714eb8-9bc8-426d-8955-caeaab1cc8e6 url= /sdc/v1/registerForDistribution 2021-11-21T00:03:38.581Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d9d3495 2021-11-21T00:03:38.581Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:03:38.581Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:03:38.582Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/3WHrDMTp4oWamNzJ will send credentials over a clear channel. 2021-11-21T00:03:38.582Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/3WHrDMTp4oWamNzJ (as 3WHrDMTp4oWamNzJ) ... 2021-11-21T00:03:38.601Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:03:38.601Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:03:38.602Z||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$$40dbfb77.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-11-21T00:04:28.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:04:28.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:04:28.501Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:04:28.505Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:04:28.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62c1831b-65b4-41f6-aeb1-b178e36a1dac url= /sdc/v1/artifactTypes 2021-11-21T00:04:28.512Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:04:28.544Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:04:28.545Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:04:28.545Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:04:28.546Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:04:28.547Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 3WHrDMTp4oWamNzJ) ... 2021-11-21T00:04:28.575Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:04:28.576Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0244001e-6fe2-40b0-8c20-1bc23b62a369 url= /sdc/v1/registerForDistribution 2021-11-21T00:04:28.582Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72cc5c02 2021-11-21T00:04:28.582Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:04:28.583Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:04:28.584Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/PTZLz3fNK331AyRH will send credentials over a clear channel. 2021-11-21T00:04:28.584Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/PTZLz3fNK331AyRH (as PTZLz3fNK331AyRH) ... 2021-11-21T00:04:28.599Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:04:28.600Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:04:28.601Z||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$$40dbfb77.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-11-21T00:05:18.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:05:18.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:05:18.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:05:18.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:05:18.510Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ebeb591b-8cb2-4523-833a-4e3db781dd8e url= /sdc/v1/artifactTypes 2021-11-21T00:05:18.511Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:05:18.553Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:05:18.554Z||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-11-21T00:05:18.554Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:05:18.555Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:05:18.555Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as PTZLz3fNK331AyRH) ... 2021-11-21T00:05:18.601Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:05:18.602Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b956f8ee-1a86-495c-86bf-2f84480ed08c url= /sdc/v1/registerForDistribution 2021-11-21T00:05:18.609Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7adbe0e4 2021-11-21T00:05:18.609Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:05:18.609Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:05:18.610Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/SqrFRGWv1ezyUsZl will send credentials over a clear channel. 2021-11-21T00:05:18.610Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/SqrFRGWv1ezyUsZl (as SqrFRGWv1ezyUsZl) ... 2021-11-21T00:05:18.625Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:05:18.625Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:05:18.626Z||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$$40dbfb77.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-11-21T00:06:08.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:06:08.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:06:08.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:06:08.501Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:06:08.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a69a7a13-a14a-422a-8855-fd9aa5288201 url= /sdc/v1/artifactTypes 2021-11-21T00:06:08.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:06:08.574Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:06:08.575Z||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-11-21T00:06:08.575Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:06:08.576Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:06:08.576Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as SqrFRGWv1ezyUsZl) ... 2021-11-21T00:06:08.617Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:06:08.618Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5b8c0e71-f40e-4df1-a509-7a04ac5f1dd8 url= /sdc/v1/registerForDistribution 2021-11-21T00:06:08.623Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52bd9acb 2021-11-21T00:06:08.624Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:06:08.624Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:06:08.625Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/eWvCkRpIbgJs6vWr will send credentials over a clear channel. 2021-11-21T00:06:08.625Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/eWvCkRpIbgJs6vWr (as eWvCkRpIbgJs6vWr) ... 2021-11-21T00:06:08.642Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:06:08.642Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:06:08.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$$40dbfb77.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-11-21T00:06:58.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:06:58.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:06:58.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:06:58.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:06:58.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 33d9a240-8fec-4622-a82b-879e7d2d82eb url= /sdc/v1/artifactTypes 2021-11-21T00:06:58.513Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:06:58.551Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:06:58.552Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:06:58.552Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:06:58.553Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:06:58.553Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eWvCkRpIbgJs6vWr) ... 2021-11-21T00:06:58.583Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:06:58.585Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 055db933-4060-44a5-acd6-ebc84f6acd2b url= /sdc/v1/registerForDistribution 2021-11-21T00:06:58.591Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49e23b7f 2021-11-21T00:06:58.591Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:06:58.592Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:06:58.592Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/hbOSXzPGH6RxpUxz will send credentials over a clear channel. 2021-11-21T00:06:58.592Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/hbOSXzPGH6RxpUxz (as hbOSXzPGH6RxpUxz) ... 2021-11-21T00:06:58.606Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:06:58.607Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:06:58.607Z||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$$40dbfb77.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-11-21T00:07:48.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:07:48.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:07:48.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:07:48.501Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:07:48.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a4efe2b0-929c-4414-96a8-ad2906d67cda url= /sdc/v1/artifactTypes 2021-11-21T00:07:48.507Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:07:48.544Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:07:48.545Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:07:48.545Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:07:48.545Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:07:48.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as hbOSXzPGH6RxpUxz) ... 2021-11-21T00:07:48.567Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:07:48.569Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3195b0b9-7bce-4609-8ee6-f6d65df3d70a url= /sdc/v1/registerForDistribution 2021-11-21T00:07:48.574Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73bd0857 2021-11-21T00:07:48.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:07:48.575Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:07:48.575Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/t4rvvSaCXx9NItwF will send credentials over a clear channel. 2021-11-21T00:07:48.576Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/t4rvvSaCXx9NItwF (as t4rvvSaCXx9NItwF) ... 2021-11-21T00:07:48.589Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:07:48.589Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:07:48.590Z||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$$40dbfb77.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-11-21T00:08:38.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:08:38.499Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:08:38.500Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:08:38.506Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:08:38.515Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bda24314-6b2a-4c58-a975-007be7af364e url= /sdc/v1/artifactTypes 2021-11-21T00:08:38.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:08:38.559Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:08:38.561Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:08:38.562Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:08:38.563Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:08:38.564Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as t4rvvSaCXx9NItwF) ... 2021-11-21T00:08:38.596Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:08:38.599Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 66363e00-0e42-43d2-8d03-ec91d1c8f5f0 url= /sdc/v1/registerForDistribution 2021-11-21T00:08:38.606Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6391157d 2021-11-21T00:08:38.606Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:08:38.607Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:08:38.607Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/bepH3wxTEpDDZBS8 will send credentials over a clear channel. 2021-11-21T00:08:38.608Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/bepH3wxTEpDDZBS8 (as bepH3wxTEpDDZBS8) ... 2021-11-21T00:08:38.624Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:08:38.625Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:08:38.625Z||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$$40dbfb77.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-11-21T00:09:28.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:09:28.495Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:09:28.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:09:28.498Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:09:28.504Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c4654f0e-4056-4f39-a636-5e9392d7a967 url= /sdc/v1/artifactTypes 2021-11-21T00:09:28.505Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:09:28.544Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:09:28.545Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:09:28.545Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:09:28.546Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:09:28.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as bepH3wxTEpDDZBS8) ... 2021-11-21T00:09:28.582Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:09:28.584Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bb150ac1-b184-4179-9d50-dc8bc9512b69 url= /sdc/v1/registerForDistribution 2021-11-21T00:09:28.595Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45800303 2021-11-21T00:09:28.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:09:28.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:09:28.596Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/UXcH8GBR45sB9owR will send credentials over a clear channel. 2021-11-21T00:09:28.596Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/UXcH8GBR45sB9owR (as UXcH8GBR45sB9owR) ... 2021-11-21T00:09:28.631Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:09:28.632Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:09:28.632Z||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$$40dbfb77.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-11-21T00:10:18.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:10:18.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:10:18.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:10:18.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:10:18.507Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ad8cd16-6475-4c06-a683-2a8235784abb url= /sdc/v1/artifactTypes 2021-11-21T00:10:18.507Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:10:18.549Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:10:18.551Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:10:18.551Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:10:18.552Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:10:18.553Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as UXcH8GBR45sB9owR) ... 2021-11-21T00:10:18.576Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:10:18.577Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 591ca413-50be-4940-8208-56b53bb6464c url= /sdc/v1/registerForDistribution 2021-11-21T00:10:18.582Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3fda05a8 2021-11-21T00:10:18.582Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:10:18.582Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:10:18.583Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/B1DLlxiYgh9Zp716 will send credentials over a clear channel. 2021-11-21T00:10:18.583Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/B1DLlxiYgh9Zp716 (as B1DLlxiYgh9Zp716) ... 2021-11-21T00:10:18.595Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:10:18.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:10:18.596Z||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$$40dbfb77.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-11-21T00:11:08.494Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:11:08.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:11:08.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:11:08.498Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:11:08.503Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 68a004e0-fe29-4f01-ae69-1973c70df12d url= /sdc/v1/artifactTypes 2021-11-21T00:11:08.503Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:11:08.542Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:11:08.543Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:11:08.543Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:11:08.544Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:11:08.544Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as B1DLlxiYgh9Zp716) ... 2021-11-21T00:11:08.571Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:11:08.572Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= df943950-59f9-474a-bbf4-fe4fec5ac772 url= /sdc/v1/registerForDistribution 2021-11-21T00:11:08.579Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a1cf61d 2021-11-21T00:11:08.580Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:11:08.580Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:11:08.581Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/nY8vBSgigWiDQGZg will send credentials over a clear channel. 2021-11-21T00:11:08.581Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/nY8vBSgigWiDQGZg (as nY8vBSgigWiDQGZg) ... 2021-11-21T00:11:08.596Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:11:08.596Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:11:08.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$$40dbfb77.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-11-21T00:11:58.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:11:58.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:11:58.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:11:58.500Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:11:58.505Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5406af74-ea2f-4996-b46a-d13e922f30df url= /sdc/v1/artifactTypes 2021-11-21T00:11:58.506Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:11:58.539Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:11:58.540Z||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-11-21T00:11:58.540Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:11:58.541Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:11:58.542Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as nY8vBSgigWiDQGZg) ... 2021-11-21T00:11:58.568Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:11:58.570Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 53180ba0-2e4e-42ac-b366-4d31d2b506f9 url= /sdc/v1/registerForDistribution 2021-11-21T00:11:58.576Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1bac8f1d 2021-11-21T00:11:58.576Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:11:58.577Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:11:58.577Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/0J7sIFNqdoBBvlly will send credentials over a clear channel. 2021-11-21T00:11:58.578Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/0J7sIFNqdoBBvlly (as 0J7sIFNqdoBBvlly) ... 2021-11-21T00:11:58.592Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:11:58.592Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:11:58.593Z||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$$40dbfb77.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-11-21T00:12:48.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:12:48.499Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:12:48.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:12:48.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:12:48.511Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6e2b763e-db4e-4b4a-a54e-38514cdd7931 url= /sdc/v1/artifactTypes 2021-11-21T00:12:48.511Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:12:48.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:12:48.552Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:12:48.552Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:12:48.553Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:12:48.553Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 0J7sIFNqdoBBvlly) ... 2021-11-21T00:12:48.584Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:12:48.587Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1edb494d-75e5-4566-abac-32d61ba45591 url= /sdc/v1/registerForDistribution 2021-11-21T00:12:48.592Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e56f4a5 2021-11-21T00:12:48.592Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:12:48.593Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:12:48.594Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/yRHPk8uS8W0Fsd3w will send credentials over a clear channel. 2021-11-21T00:12:48.594Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/yRHPk8uS8W0Fsd3w (as yRHPk8uS8W0Fsd3w) ... 2021-11-21T00:12:48.606Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:12:48.607Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:12:48.607Z||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$$40dbfb77.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-11-21T00:13:38.498Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:13:38.502Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:13:38.502Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:13:38.508Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:13:38.515Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9377ef4c-6bac-4f95-a462-2c2c412c3a61 url= /sdc/v1/artifactTypes 2021-11-21T00:13:38.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:13:38.547Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:13:38.548Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:13:38.548Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:13:38.549Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:13:38.549Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as yRHPk8uS8W0Fsd3w) ... 2021-11-21T00:13:38.577Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:13:38.578Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 612e2a6d-8fde-48c7-8a33-dc2fbe611786 url= /sdc/v1/registerForDistribution 2021-11-21T00:13:38.583Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32237d4e 2021-11-21T00:13:38.583Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:13:38.583Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:13:38.584Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/nDSLf62Aw8vQ36Kt will send credentials over a clear channel. 2021-11-21T00:13:38.584Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/nDSLf62Aw8vQ36Kt (as nDSLf62Aw8vQ36Kt) ... 2021-11-21T00:13:38.604Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:13:38.605Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:13:38.605Z||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$$40dbfb77.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-11-21T00:14:28.497Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:14:28.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:14:28.500Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:14:28.506Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:14:28.514Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 722fe088-c2e1-4b7a-a97b-4edf720d0538 url= /sdc/v1/artifactTypes 2021-11-21T00:14:28.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:14:28.559Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:14:28.561Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:14:28.561Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:14:28.562Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:14:28.563Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as nDSLf62Aw8vQ36Kt) ... 2021-11-21T00:14:28.584Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:14:28.586Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3ee0fbf2-46ac-4d5f-a939-9c7e5c3ecf03 url= /sdc/v1/registerForDistribution 2021-11-21T00:14:28.592Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5372148f 2021-11-21T00:14:28.592Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:14:28.592Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:14:28.593Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/0CFheF9juJxAO99O will send credentials over a clear channel. 2021-11-21T00:14:28.593Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/0CFheF9juJxAO99O (as 0CFheF9juJxAO99O) ... 2021-11-21T00:14:28.608Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:14:28.608Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:14:28.609Z||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$$40dbfb77.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-11-21T00:15:18.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:15:18.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:15:18.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:15:18.499Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:15:18.505Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1c30895e-d065-4109-9105-f1a80e8f61f0 url= /sdc/v1/artifactTypes 2021-11-21T00:15:18.505Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:15:18.539Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:15:18.540Z||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-11-21T00:15:18.540Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:15:18.541Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:15:18.541Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 0CFheF9juJxAO99O) ... 2021-11-21T00:15:18.561Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:15:18.562Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c7062376-f724-47ff-8b4e-5a49f7711b31 url= /sdc/v1/registerForDistribution 2021-11-21T00:15:18.567Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@12038f40 2021-11-21T00:15:18.568Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:15:18.568Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:15:18.568Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/blg6k4mJanBuuTWs will send credentials over a clear channel. 2021-11-21T00:15:18.568Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/blg6k4mJanBuuTWs (as blg6k4mJanBuuTWs) ... 2021-11-21T00:15:18.582Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:15:18.582Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:15:18.583Z||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$$40dbfb77.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-11-21T00:16:08.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:16:08.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:16:08.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:16:08.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:16:08.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 29eb6b5d-285c-4a6d-a5e7-a562db961581 url= /sdc/v1/artifactTypes 2021-11-21T00:16:08.512Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:16:08.554Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:16:08.556Z||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-11-21T00:16:08.556Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:16:08.557Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:16:08.558Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as blg6k4mJanBuuTWs) ... 2021-11-21T00:16:08.582Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:16:08.584Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f639c004-30c0-4363-9b24-b41d23b35e1b url= /sdc/v1/registerForDistribution 2021-11-21T00:16:08.590Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2931a495 2021-11-21T00:16:08.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:16:08.590Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:16:08.591Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/tqOxuNQj0Xiyuhho will send credentials over a clear channel. 2021-11-21T00:16:08.591Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/tqOxuNQj0Xiyuhho (as tqOxuNQj0Xiyuhho) ... 2021-11-21T00:16:08.606Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:16:08.607Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:16:08.607Z||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$$40dbfb77.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-11-21T00:16:58.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:16:58.495Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:16:58.495Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:16:58.497Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:16:58.501Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 59d57d84-9d66-4701-a6c1-84fd33ad248c url= /sdc/v1/artifactTypes 2021-11-21T00:16:58.501Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:16:58.528Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:16:58.529Z||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-11-21T00:16:58.529Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:16:58.530Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:16:58.530Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as tqOxuNQj0Xiyuhho) ... 2021-11-21T00:16:58.551Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:16:58.552Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 654bdd6d-e29e-4a04-8c88-d75d40bf0bff url= /sdc/v1/registerForDistribution 2021-11-21T00:16:58.557Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@207684ec 2021-11-21T00:16:58.557Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:16:58.557Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:16:58.558Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/UgJdAQF52n8QoDjN will send credentials over a clear channel. 2021-11-21T00:16:58.558Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/UgJdAQF52n8QoDjN (as UgJdAQF52n8QoDjN) ... 2021-11-21T00:16:58.572Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:16:58.572Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:16:58.573Z||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$$40dbfb77.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-11-21T00:17:48.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:17:48.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:17:48.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:17:48.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:17:48.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff8681ca-dedf-400e-9b15-0e0a7e471881 url= /sdc/v1/artifactTypes 2021-11-21T00:17:48.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:17:48.556Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:17:48.558Z||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-11-21T00:17:48.558Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:17:48.559Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:17:48.559Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as UgJdAQF52n8QoDjN) ... 2021-11-21T00:17:48.587Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:17:48.588Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fef1c259-59f5-4939-8ef2-ce5546a7f899 url= /sdc/v1/registerForDistribution 2021-11-21T00:17:48.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@43d090d7 2021-11-21T00:17:48.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:17:48.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:17:48.596Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Mn3N5gtokX7EUfrp will send credentials over a clear channel. 2021-11-21T00:17:48.596Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Mn3N5gtokX7EUfrp (as Mn3N5gtokX7EUfrp) ... 2021-11-21T00:17:48.616Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:17:48.617Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:17:48.617Z||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$$40dbfb77.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-11-21T00:18:38.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:18:38.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:18:38.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:18:38.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:18:38.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b796b6c-228f-4bec-8e80-c9819d41d0d8 url= /sdc/v1/artifactTypes 2021-11-21T00:18:38.512Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:18:38.569Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:18:38.571Z||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-11-21T00:18:38.571Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:18:38.573Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:18:38.573Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Mn3N5gtokX7EUfrp) ... 2021-11-21T00:18:38.599Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:18:38.600Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4c441961-ba18-4dd2-b0f6-90d89cbf1abc url= /sdc/v1/registerForDistribution 2021-11-21T00:18:38.607Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f889784 2021-11-21T00:18:38.608Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:18:38.608Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:18:38.608Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/INCJRiJ9viPpoUDu will send credentials over a clear channel. 2021-11-21T00:18:38.608Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/INCJRiJ9viPpoUDu (as INCJRiJ9viPpoUDu) ... 2021-11-21T00:18:38.626Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:18:38.626Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:18:38.627Z||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$$40dbfb77.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-11-21T00:19:28.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:19:28.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:19:28.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:19:28.501Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:19:28.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38a92015-c326-44de-b444-5e9885852f64 url= /sdc/v1/artifactTypes 2021-11-21T00:19:28.506Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:19:28.589Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:19:28.594Z||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-11-21T00:19:28.594Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:19:28.596Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:19:28.597Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as INCJRiJ9viPpoUDu) ... 2021-11-21T00:19:28.621Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:19:28.623Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6bd593e5-a965-4fa9-8d47-648e8902aa59 url= /sdc/v1/registerForDistribution 2021-11-21T00:19:28.628Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46102358 2021-11-21T00:19:28.628Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:19:28.629Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:19:28.629Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/iHn321VPVv7YFHcw will send credentials over a clear channel. 2021-11-21T00:19:28.629Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/iHn321VPVv7YFHcw (as iHn321VPVv7YFHcw) ... 2021-11-21T00:19:28.643Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:19:28.643Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:19:28.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$$40dbfb77.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-11-21T00:20:18.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:20:18.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:20:18.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:20:18.501Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:20:18.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 72c7a7f8-0f15-4124-96ec-f29d0d96913c url= /sdc/v1/artifactTypes 2021-11-21T00:20:18.506Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:20:18.541Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:20:18.543Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:20:18.543Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:20:18.544Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:20:18.544Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as iHn321VPVv7YFHcw) ... 2021-11-21T00:20:18.566Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:20:18.568Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a076b98c-37e0-4854-83d0-fb863a6febcf url= /sdc/v1/registerForDistribution 2021-11-21T00:20:18.574Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@507f21fb 2021-11-21T00:20:18.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:20:18.574Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:20:18.575Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/5ZmSjv0novfEmnwa will send credentials over a clear channel. 2021-11-21T00:20:18.575Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/5ZmSjv0novfEmnwa (as 5ZmSjv0novfEmnwa) ... 2021-11-21T00:20:18.588Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:20:18.589Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:20:18.589Z||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$$40dbfb77.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-11-21T00:21:08.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:21:08.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:21:08.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:21:08.500Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:21:08.505Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2f98b79-c8ca-47e9-a70b-8cf787543bfe url= /sdc/v1/artifactTypes 2021-11-21T00:21:08.505Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:21:08.544Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:21:08.545Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:21:08.546Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:21:08.547Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:21:08.547Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 5ZmSjv0novfEmnwa) ... 2021-11-21T00:21:08.591Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:21:08.593Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= db83537c-39e2-456f-9ae3-24ff1a778b9b url= /sdc/v1/registerForDistribution 2021-11-21T00:21:08.599Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@411f6141 2021-11-21T00:21:08.599Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:21:08.599Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:21:08.600Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Lz5A4knCuqhbbJM5 will send credentials over a clear channel. 2021-11-21T00:21:08.600Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Lz5A4knCuqhbbJM5 (as Lz5A4knCuqhbbJM5) ... 2021-11-21T00:21:08.616Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:21:08.617Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:21:08.617Z||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$$40dbfb77.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-11-21T00:21:58.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:21:58.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:21:58.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:21:58.500Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:21:58.504Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dff24e47-a653-48bd-8568-4f7cc900643d url= /sdc/v1/artifactTypes 2021-11-21T00:21:58.505Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:21:58.548Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:21:58.549Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:21:58.549Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:21:58.550Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:21:58.550Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Lz5A4knCuqhbbJM5) ... 2021-11-21T00:21:58.587Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:21:58.589Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d37398b6-1357-440a-a842-ab4461979adc url= /sdc/v1/registerForDistribution 2021-11-21T00:21:58.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46579f4a 2021-11-21T00:21:58.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:21:58.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:21:58.595Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Pu09StYw40nTI5wm will send credentials over a clear channel. 2021-11-21T00:21:58.595Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Pu09StYw40nTI5wm (as Pu09StYw40nTI5wm) ... 2021-11-21T00:21:58.611Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:21:58.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:21:58.612Z||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$$40dbfb77.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-11-21T00:22:48.494Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:22:48.495Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:22:48.495Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:22:48.497Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:22:48.502Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4e51bdfc-151c-4a27-a0ae-2bce460e14d3 url= /sdc/v1/artifactTypes 2021-11-21T00:22:48.502Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:22:48.539Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:22:48.539Z||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-11-21T00:22:48.540Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:22:48.540Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:22:48.540Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Pu09StYw40nTI5wm) ... 2021-11-21T00:22:48.568Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:22:48.570Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c9a37bb9-9389-4017-a9d3-a12bf7db080a url= /sdc/v1/registerForDistribution 2021-11-21T00:22:48.580Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@901c84f 2021-11-21T00:22:48.580Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:22:48.581Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:22:48.582Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/JJKDWwfsM6iL6VFq will send credentials over a clear channel. 2021-11-21T00:22:48.582Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/JJKDWwfsM6iL6VFq (as JJKDWwfsM6iL6VFq) ... 2021-11-21T00:22:48.599Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:22:48.599Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:22:48.600Z||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$$40dbfb77.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-11-21T00:23:38.497Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:23:38.501Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:23:38.501Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:23:38.507Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:23:38.515Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 05ffdeaa-4dd7-48e2-b465-c41adaaecb8d url= /sdc/v1/artifactTypes 2021-11-21T00:23:38.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:23:38.577Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:23:38.586Z||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-11-21T00:23:38.586Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:23:38.587Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:23:38.587Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as JJKDWwfsM6iL6VFq) ... 2021-11-21T00:23:38.607Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:23:38.609Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8f73d847-7d8d-48e2-9de4-2b06a98c759d url= /sdc/v1/registerForDistribution 2021-11-21T00:23:38.617Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13eab7ee 2021-11-21T00:23:38.617Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:23:38.617Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:23:38.618Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/GcM2mSJ8fB7uPIKV will send credentials over a clear channel. 2021-11-21T00:23:38.618Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/GcM2mSJ8fB7uPIKV (as GcM2mSJ8fB7uPIKV) ... 2021-11-21T00:23:38.632Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:23:38.633Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:23:38.633Z||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$$40dbfb77.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-11-21T00:24:28.494Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:24:28.495Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:24:28.495Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:24:28.498Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:24:28.503Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b0a086c5-57b1-45cb-969f-86433e97ce46 url= /sdc/v1/artifactTypes 2021-11-21T00:24:28.503Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:24:28.539Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:24:28.540Z||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-11-21T00:24:28.541Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:24:28.542Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:24:28.542Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as GcM2mSJ8fB7uPIKV) ... 2021-11-21T00:24:28.563Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:24:28.564Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d548d33e-5a90-496c-a25e-c1620d9aa829 url= /sdc/v1/registerForDistribution 2021-11-21T00:24:28.568Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67c47913 2021-11-21T00:24:28.569Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:24:28.569Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:24:28.570Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Qgs11L83CCdWOeVO will send credentials over a clear channel. 2021-11-21T00:24:28.570Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Qgs11L83CCdWOeVO (as Qgs11L83CCdWOeVO) ... 2021-11-21T00:24:28.589Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:24:28.590Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:24:28.590Z||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$$40dbfb77.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-11-21T00:25:18.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:25:18.499Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:25:18.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:25:18.505Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:25:18.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba8b0b8a-8118-4a9e-ac7c-cd8a3fe9ab43 url= /sdc/v1/artifactTypes 2021-11-21T00:25:18.512Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:25:18.551Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:25:18.553Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:25:18.553Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:25:18.554Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:25:18.555Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Qgs11L83CCdWOeVO) ... 2021-11-21T00:25:18.581Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:25:18.582Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bf5aea8e-7229-4ead-82cb-e0cf096e543c url= /sdc/v1/registerForDistribution 2021-11-21T00:25:18.589Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@654aefd5 2021-11-21T00:25:18.589Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:25:18.590Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:25:18.590Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/OQF3WRdtkdJxQwcV will send credentials over a clear channel. 2021-11-21T00:25:18.590Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/OQF3WRdtkdJxQwcV (as OQF3WRdtkdJxQwcV) ... 2021-11-21T00:25:18.607Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:25:18.607Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:25:18.608Z||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$$40dbfb77.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-11-21T00:26:08.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:26:08.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:26:08.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:26:08.501Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:26:08.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 25d3aa00-06c3-456c-96eb-500d8921105f url= /sdc/v1/artifactTypes 2021-11-21T00:26:08.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:26:08.557Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:26:08.559Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:26:08.559Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:26:08.560Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:26:08.560Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as OQF3WRdtkdJxQwcV) ... 2021-11-21T00:26:08.581Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:26:08.582Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b1342d37-fdd9-4ceb-bd98-a95db15f3755 url= /sdc/v1/registerForDistribution 2021-11-21T00:26:08.589Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7bdcd1eb 2021-11-21T00:26:08.589Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:26:08.589Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:26:08.590Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/kdygpdXqPmzBvTxy will send credentials over a clear channel. 2021-11-21T00:26:08.590Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/kdygpdXqPmzBvTxy (as kdygpdXqPmzBvTxy) ... 2021-11-21T00:26:08.613Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:26:08.613Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:26:08.614Z||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$$40dbfb77.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-11-21T00:26:58.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:26:58.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:26:58.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:26:58.501Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:26:58.507Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c21b6b63-8935-402c-949a-4307b9d9e9ad url= /sdc/v1/artifactTypes 2021-11-21T00:26:58.508Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:26:58.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:26:58.546Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:26:58.547Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:26:58.547Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:26:58.548Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as kdygpdXqPmzBvTxy) ... 2021-11-21T00:26:58.576Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:26:58.577Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0c5356e9-0673-4079-b8d2-7f7a8aa52147 url= /sdc/v1/registerForDistribution 2021-11-21T00:26:58.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71fdbf62 2021-11-21T00:26:58.585Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:26:58.585Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:26:58.586Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/BsIw4RCfwJ3Xpli8 will send credentials over a clear channel. 2021-11-21T00:26:58.586Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/BsIw4RCfwJ3Xpli8 (as BsIw4RCfwJ3Xpli8) ... 2021-11-21T00:26:58.604Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:26:58.605Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:26:58.605Z||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$$40dbfb77.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-11-21T00:27:48.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:27:48.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:27:48.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:27:48.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:27:48.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 80e75de4-6bc4-4e8b-81e3-062aad984e74 url= /sdc/v1/artifactTypes 2021-11-21T00:27:48.510Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:27:48.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:27:48.546Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:27:48.547Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:27:48.548Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:27:48.548Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as BsIw4RCfwJ3Xpli8) ... 2021-11-21T00:27:48.577Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:27:48.579Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 64860660-6e0f-4c69-b1be-f77f0adaa2e3 url= /sdc/v1/registerForDistribution 2021-11-21T00:27:48.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@409d212f 2021-11-21T00:27:48.585Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:27:48.585Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:27:48.586Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/IUyfszJK8lnyNh8Q will send credentials over a clear channel. 2021-11-21T00:27:48.586Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/IUyfszJK8lnyNh8Q (as IUyfszJK8lnyNh8Q) ... 2021-11-21T00:27:48.606Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:27:48.606Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:27:48.607Z||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$$40dbfb77.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-11-21T00:28:38.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:28:38.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:28:38.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:28:38.500Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:28:38.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7ecbae6b-c4b5-4cf9-9dec-1b7f41744060 url= /sdc/v1/artifactTypes 2021-11-21T00:28:38.506Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:28:38.536Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:28:38.537Z||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-11-21T00:28:38.537Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:28:38.538Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:28:38.538Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as IUyfszJK8lnyNh8Q) ... 2021-11-21T00:28:38.574Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:28:38.575Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ff7399ce-19cd-4974-984e-9ca3341274ca url= /sdc/v1/registerForDistribution 2021-11-21T00:28:38.580Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7dfd20ca 2021-11-21T00:28:38.581Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:28:38.581Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:28:38.581Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/QRPxT5Mytir5AQDO will send credentials over a clear channel. 2021-11-21T00:28:38.582Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/QRPxT5Mytir5AQDO (as QRPxT5Mytir5AQDO) ... 2021-11-21T00:28:38.600Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:28:38.600Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:28:38.601Z||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$$40dbfb77.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-11-21T00:29:28.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:29:28.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:29:28.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:29:28.501Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:29:28.507Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ba69ca6-a4e5-4a16-a179-b71aef3c92a1 url= /sdc/v1/artifactTypes 2021-11-21T00:29:28.507Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:29:28.552Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:29:28.553Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:29:28.553Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:29:28.554Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:29:28.554Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as QRPxT5Mytir5AQDO) ... 2021-11-21T00:29:28.576Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:29:28.578Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4d00c597-84e5-4394-9af1-1b5ad6e0c807 url= /sdc/v1/registerForDistribution 2021-11-21T00:29:28.583Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@89c49c2 2021-11-21T00:29:28.583Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:29:28.584Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:29:28.584Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/jcuZYhUJsHqZZxT4 will send credentials over a clear channel. 2021-11-21T00:29:28.584Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/jcuZYhUJsHqZZxT4 (as jcuZYhUJsHqZZxT4) ... 2021-11-21T00:29:28.601Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:29:28.601Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:29:28.602Z||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$$40dbfb77.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-11-21T00:30:18.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:30:18.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:30:18.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:30:18.501Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:30:18.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= db5f87a5-b138-486d-a659-48d51a66e511 url= /sdc/v1/artifactTypes 2021-11-21T00:30:18.507Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:30:18.542Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:30:18.544Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:30:18.544Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:30:18.545Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:30:18.545Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as jcuZYhUJsHqZZxT4) ... 2021-11-21T00:30:18.566Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:30:18.567Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c7e1956a-24a9-43cc-805d-d631a1e865be url= /sdc/v1/registerForDistribution 2021-11-21T00:30:18.572Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4916149 2021-11-21T00:30:18.572Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:30:18.573Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:30:18.573Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/fKIzTiX9sJkbpch9 will send credentials over a clear channel. 2021-11-21T00:30:18.573Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/fKIzTiX9sJkbpch9 (as fKIzTiX9sJkbpch9) ... 2021-11-21T00:30:18.587Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:30:18.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:30:18.587Z||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$$40dbfb77.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-11-21T00:31:08.498Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:31:08.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:31:08.502Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:31:08.506Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:31:08.513Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38752a46-38eb-465d-a773-6e371a6d070c url= /sdc/v1/artifactTypes 2021-11-21T00:31:08.513Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:31:08.549Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:31:08.551Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:31:08.551Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:31:08.552Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:31:08.553Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as fKIzTiX9sJkbpch9) ... 2021-11-21T00:31:08.575Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:31:08.577Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8979171f-4350-4175-bca9-95f09cd9a193 url= /sdc/v1/registerForDistribution 2021-11-21T00:31:08.588Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d9a7697 2021-11-21T00:31:08.588Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:31:08.589Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:31:08.589Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/j4dVUBQybzJFWk0K will send credentials over a clear channel. 2021-11-21T00:31:08.589Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/j4dVUBQybzJFWk0K (as j4dVUBQybzJFWk0K) ... 2021-11-21T00:31:08.608Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:31:08.608Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:31:08.609Z||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$$40dbfb77.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-11-21T00:31:58.494Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:31:58.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:31:58.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:31:58.498Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:31:58.507Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1f678f82-7c97-4bce-97b0-43d7e80a980f url= /sdc/v1/artifactTypes 2021-11-21T00:31:58.508Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:31:58.553Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:31:58.554Z||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-11-21T00:31:58.555Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:31:58.555Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:31:58.555Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as j4dVUBQybzJFWk0K) ... 2021-11-21T00:31:58.582Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:31:58.583Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 878a35e4-2458-4c77-b1b4-f0fa560ba86f url= /sdc/v1/registerForDistribution 2021-11-21T00:31:58.587Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48076fe 2021-11-21T00:31:58.588Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:31:58.588Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:31:58.588Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/b9kRRG1oUNY8Oz3K will send credentials over a clear channel. 2021-11-21T00:31:58.588Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/b9kRRG1oUNY8Oz3K (as b9kRRG1oUNY8Oz3K) ... 2021-11-21T00:31:58.608Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:31:58.609Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:31:58.609Z||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$$40dbfb77.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-11-21T00:32:48.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:32:48.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:32:48.500Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:32:48.506Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:32:48.513Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac01576e-b351-49ed-af3e-875831b2353a url= /sdc/v1/artifactTypes 2021-11-21T00:32:48.513Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:32:48.555Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:32:48.557Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:32:48.557Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:32:48.559Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:32:48.559Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as b9kRRG1oUNY8Oz3K) ... 2021-11-21T00:32:48.583Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:32:48.584Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bbf81059-d4f8-4497-b613-67b561a81564 url= /sdc/v1/registerForDistribution 2021-11-21T00:32:48.590Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@111cbe8a 2021-11-21T00:32:48.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:32:48.591Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:32:48.591Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/kSUYCSslLEDeY0wE will send credentials over a clear channel. 2021-11-21T00:32:48.591Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/kSUYCSslLEDeY0wE (as kSUYCSslLEDeY0wE) ... 2021-11-21T00:32:48.606Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:32:48.606Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:32:48.607Z||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$$40dbfb77.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-11-21T00:33:38.504Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:33:38.505Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:33:38.506Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:33:38.509Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:33:38.515Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0d20976b-c51e-4c64-8648-caa795715604 url= /sdc/v1/artifactTypes 2021-11-21T00:33:38.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:33:38.559Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:33:38.560Z||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-11-21T00:33:38.561Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:33:38.561Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:33:38.562Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as kSUYCSslLEDeY0wE) ... 2021-11-21T00:33:38.586Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:33:38.588Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= dca4b3a5-9dd1-4141-b616-4bebb6b68f42 url= /sdc/v1/registerForDistribution 2021-11-21T00:33:38.593Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@419b4e86 2021-11-21T00:33:38.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:33:38.594Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:33:38.595Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/bAA0qCiJxoiApxRl will send credentials over a clear channel. 2021-11-21T00:33:38.595Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/bAA0qCiJxoiApxRl (as bAA0qCiJxoiApxRl) ... 2021-11-21T00:33:38.610Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:33:38.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:33:38.611Z||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$$40dbfb77.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-11-21T00:34:28.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:34:28.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:34:28.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:34:28.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:34:28.511Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= de598104-2c3b-4832-ac99-79bab95825fd url= /sdc/v1/artifactTypes 2021-11-21T00:34:28.512Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:34:28.554Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:34:28.555Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:34:28.556Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:34:28.556Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:34:28.557Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as bAA0qCiJxoiApxRl) ... 2021-11-21T00:34:28.583Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:34:28.584Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d1aa2dbb-ac54-4c43-a44e-ad81001a713a url= /sdc/v1/registerForDistribution 2021-11-21T00:34:28.591Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@50305ff1 2021-11-21T00:34:28.592Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:34:28.592Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:34:28.593Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/MmKH0izB4N42JlIE will send credentials over a clear channel. 2021-11-21T00:34:28.593Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/MmKH0izB4N42JlIE (as MmKH0izB4N42JlIE) ... 2021-11-21T00:34:28.620Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:34:28.620Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:34:28.621Z||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$$40dbfb77.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-11-21T00:35:18.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:35:18.499Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:35:18.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:35:18.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:35:18.511Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b8f15cff-b283-454d-bbdb-62afdce25f8d url= /sdc/v1/artifactTypes 2021-11-21T00:35:18.511Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:35:18.556Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:35:18.557Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:35:18.558Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:35:18.559Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:35:18.559Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as MmKH0izB4N42JlIE) ... 2021-11-21T00:35:18.583Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:35:18.584Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 19f9d0c8-a79f-4774-b6e1-20b3dad3f156 url= /sdc/v1/registerForDistribution 2021-11-21T00:35:18.589Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b3de602 2021-11-21T00:35:18.589Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:35:18.589Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:35:18.590Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/yygjicFlB9qIMw70 will send credentials over a clear channel. 2021-11-21T00:35:18.590Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/yygjicFlB9qIMw70 (as yygjicFlB9qIMw70) ... 2021-11-21T00:35:18.604Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:35:18.604Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:35:18.605Z||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$$40dbfb77.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-11-21T00:36:08.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:36:08.497Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:36:08.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:36:08.505Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:36:08.510Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ec4dbbed-2b87-4082-9a5e-ad72595b912a url= /sdc/v1/artifactTypes 2021-11-21T00:36:08.510Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:36:08.554Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:36:08.555Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:36:08.556Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:36:08.556Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:36:08.557Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as yygjicFlB9qIMw70) ... 2021-11-21T00:36:08.583Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:36:08.584Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0df4151a-cd84-48a3-858d-688395815840 url= /sdc/v1/registerForDistribution 2021-11-21T00:36:08.591Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@be7e14e 2021-11-21T00:36:08.591Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:36:08.591Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:36:08.592Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/UjKCye0v3vBpRBA3 will send credentials over a clear channel. 2021-11-21T00:36:08.592Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/UjKCye0v3vBpRBA3 (as UjKCye0v3vBpRBA3) ... 2021-11-21T00:36:08.607Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:36:08.608Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:36:08.609Z||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$$40dbfb77.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-11-21T00:36:58.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:36:58.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:36:58.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:36:58.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:36:58.507Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c3133bb-c6a9-4585-b589-d1a07be316ed url= /sdc/v1/artifactTypes 2021-11-21T00:36:58.507Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:36:58.542Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:36:58.543Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:36:58.543Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:36:58.545Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:36:58.545Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as UjKCye0v3vBpRBA3) ... 2021-11-21T00:36:58.573Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:36:58.575Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 440b7c85-28a8-4838-92be-95b4e7e125e5 url= /sdc/v1/registerForDistribution 2021-11-21T00:36:58.579Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e8d9d10 2021-11-21T00:36:58.580Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:36:58.580Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:36:58.581Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/yL9PBdOzY80l0qGT will send credentials over a clear channel. 2021-11-21T00:36:58.581Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/yL9PBdOzY80l0qGT (as yL9PBdOzY80l0qGT) ... 2021-11-21T00:36:58.597Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:36:58.597Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:36:58.599Z||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$$40dbfb77.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-11-21T00:37:48.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:37:48.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:37:48.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:37:48.499Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:37:48.504Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a637b048-ac59-467e-b2a7-804c331a4514 url= /sdc/v1/artifactTypes 2021-11-21T00:37:48.504Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:37:48.540Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:37:48.541Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:37:48.541Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:37:48.542Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:37:48.542Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as yL9PBdOzY80l0qGT) ... 2021-11-21T00:37:48.567Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:37:48.569Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= aaf20ee9-e73b-4c82-a731-9143d8ced386 url= /sdc/v1/registerForDistribution 2021-11-21T00:37:48.574Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d23db3c 2021-11-21T00:37:48.575Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:37:48.575Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:37:48.575Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/H4izigsIlBJAURZD will send credentials over a clear channel. 2021-11-21T00:37:48.575Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/H4izigsIlBJAURZD (as H4izigsIlBJAURZD) ... 2021-11-21T00:37:48.589Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:37:48.589Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:37:48.589Z||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$$40dbfb77.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-11-21T00:38:38.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:38:38.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:38:38.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:38:38.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:38:38.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35791506-24d4-4b2d-99b3-9ef37f6dfeec url= /sdc/v1/artifactTypes 2021-11-21T00:38:38.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:38:38.537Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:38:38.540Z||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-11-21T00:38:38.540Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:38:38.541Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:38:38.541Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as H4izigsIlBJAURZD) ... 2021-11-21T00:38:38.573Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:38:38.574Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 65701160-2d30-4856-a180-a6f4bb5faf3e url= /sdc/v1/registerForDistribution 2021-11-21T00:38:38.579Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47589eb8 2021-11-21T00:38:38.579Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:38:38.579Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:38:38.580Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/jO5qsZx19BC9DmX0 will send credentials over a clear channel. 2021-11-21T00:38:38.580Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/jO5qsZx19BC9DmX0 (as jO5qsZx19BC9DmX0) ... 2021-11-21T00:38:38.594Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:38:38.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:38:38.595Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$40dbfb77.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-11-21T00:39:28.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:39:28.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:39:28.499Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:39:28.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:39:28.510Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6214e6ec-1cbb-4226-bdda-37b89b2d75d2 url= /sdc/v1/artifactTypes 2021-11-21T00:39:28.510Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:39:28.554Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:39:28.556Z||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-11-21T00:39:28.556Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:39:28.557Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:39:28.557Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as jO5qsZx19BC9DmX0) ... 2021-11-21T00:39:28.582Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:39:28.583Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 829b220e-c456-4d55-9f40-54fae179f461 url= /sdc/v1/registerForDistribution 2021-11-21T00:39:28.590Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5d6b7bae 2021-11-21T00:39:28.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:39:28.591Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:39:28.591Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/kmxO32KFxBUD8Ab9 will send credentials over a clear channel. 2021-11-21T00:39:28.591Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/kmxO32KFxBUD8Ab9 (as kmxO32KFxBUD8Ab9) ... 2021-11-21T00:39:28.607Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:39:28.607Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:39:28.608Z||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$$40dbfb77.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-11-21T00:40:18.495Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:40:18.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:40:18.497Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:40:18.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:40:18.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eb32559c-4d17-4336-ae55-42c4fb3e3733 url= /sdc/v1/artifactTypes 2021-11-21T00:40:18.508Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:40:18.543Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:40:18.545Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:40:18.545Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:40:18.545Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:40:18.545Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as kmxO32KFxBUD8Ab9) ... 2021-11-21T00:40:18.572Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:40:18.573Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 42550dee-1762-4a57-8611-e667d4f8d82c url= /sdc/v1/registerForDistribution 2021-11-21T00:40:18.579Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d7f7da9 2021-11-21T00:40:18.579Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:40:18.580Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:40:18.580Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/BZUwJ4cOlVq8LoKS will send credentials over a clear channel. 2021-11-21T00:40:18.580Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/BZUwJ4cOlVq8LoKS (as BZUwJ4cOlVq8LoKS) ... 2021-11-21T00:40:18.594Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:40:18.594Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:40:18.595Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$40dbfb77.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-11-21T00:41:08.496Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:41:08.498Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:41:08.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:41:08.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:41:08.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7aa56039-fc71-446c-9253-ac51c7bece23 url= /sdc/v1/artifactTypes 2021-11-21T00:41:08.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:41:08.547Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:41:08.548Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-21T00:41:08.548Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:41:08.549Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:41:08.549Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as BZUwJ4cOlVq8LoKS) ... 2021-11-21T00:41:08.572Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:41:08.573Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e29348a9-e35a-4528-a49d-6bd2af421519 url= /sdc/v1/registerForDistribution 2021-11-21T00:41:08.577Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8093b8d 2021-11-21T00:41:08.578Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:41:08.578Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:41:08.578Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/WV6BwXmzJR2whEP6 will send credentials over a clear channel. 2021-11-21T00:41:08.578Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/WV6BwXmzJR2whEP6 (as WV6BwXmzJR2whEP6) ... 2021-11-21T00:41:08.593Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:41:08.593Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:41:08.594Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$40dbfb77.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-11-21T00:41:58.494Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-21T00:41:58.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-21T00:41:58.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-21T00:41:58.498Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-21T00:41:58.503Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 410b9c59-eb83-4172-af37-735fe90b097e url= /sdc/v1/artifactTypes 2021-11-21T00:41:58.503Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-21T00:41:58.535Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-21T00:41:58.536Z||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-11-21T00:41:58.536Z||scheduling-1|||||DEBUG|500||create keys 2021-11-21T00:41:58.537Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-21T00:41:58.538Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as WV6BwXmzJR2whEP6) ... 2021-11-21T00:41:58.575Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:41:58.576Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fba5ee7f-0d25-43eb-915f-c9278caeef92 url= /sdc/v1/registerForDistribution 2021-11-21T00:41:58.581Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7dac6a18 2021-11-21T00:41:58.581Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-21T00:41:58.581Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-21T00:41:58.582Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/YbtbDHzXpte5Tbn2 will send credentials over a clear channel. 2021-11-21T00:41:58.582Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/YbtbDHzXpte5Tbn2 (as YbtbDHzXpte5Tbn2) ... 2021-11-21T00:41:58.601Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-21T00:41:58.601Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-21T00:41:58.602Z||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$$40dbfb77.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