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-09T23:25:14.620Z||main|||||INFO|500||The following profiles are active: basic 2021-11-09T23:25:24.452Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-09T23:25:24.453Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-09T23:25:24.591Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-09T23:25:27.773Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-09T23:25:28.052Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-09T23:25:28.507Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-09T23:25:28.514Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-09T23:25:28.626Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-09T23:25:28.851Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-09T23:25:29.225Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-09T23:25:30.324Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-09T23:25:32.329Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-09T23:25:32.391Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-09T23:25:32.958Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-09T23:25:33.092Z||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-09T23:25:34.276Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-09T23:25:35.106Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-09T23:25:40.129Z||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$$9f28e7d9.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-09T23:25:40.130Z||main|||||WARN|500||The sdc end point is not alive 2021-11-09T23:25:42.457Z||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-09T23:25:45.227Z||main|||||WARN|500||--- 2021-11-09T23:25:45.228Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-09T23:25:45.228Z||main|||||WARN|500||--- 2021-11-09T23:25:45.696Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-09T23:25:49.924Z||main|||||INFO|500||Started Application in 37.688 seconds (JVM running for 39.346) 2021-11-09T23:25:49.944Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:25:49.945Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:25:49.962Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:25:49.990Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:25:50.053Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8ffbe353-5975-4440-b4fd-bd7c069cac36 url= /sdc/v1/artifactTypes 2021-11-09T23:25:50.053Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:25:50.302Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:25:50.323Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-09T23:25:50.340Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:25:50.346Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-09T23:25:50.377Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:25:50.392Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f7703f9e-5412-4b30-a3d0-79ed3d759ba3 url= /sdc/v1/registerForDistribution 2021-11-09T23:25:50.403Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6186a1f2 2021-11-09T23:25:50.404Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:25:50.404Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:25:50.409Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/uujxWpDcCAJg7oYW will send credentials over a clear channel. 2021-11-09T23:25:50.410Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/uujxWpDcCAJg7oYW (as uujxWpDcCAJg7oYW) ... 2021-11-09T23:25:50.427Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:25:50.429Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:25:50.433Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at 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$$32ce77c9.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-09T23:26:39.925Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:26:39.928Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:26:39.933Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:26:39.943Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:26:39.954Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 42322704-543d-48ee-a104-1174b4add023 url= /sdc/v1/artifactTypes 2021-11-09T23:26:39.954Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:26:40.026Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:26:40.029Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:26:40.030Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:26:40.033Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:26:40.034Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as uujxWpDcCAJg7oYW) ... 2021-11-09T23:26:40.059Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:26:40.062Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e30f8a95-0ec5-4488-acf1-ddf8980323fc url= /sdc/v1/registerForDistribution 2021-11-09T23:26:40.071Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40fecfa0 2021-11-09T23:26:40.071Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:26:40.072Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:26:40.073Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/8EiZum9JUebPeVlG will send credentials over a clear channel. 2021-11-09T23:26:40.073Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/8EiZum9JUebPeVlG (as 8EiZum9JUebPeVlG) ... 2021-11-09T23:26:40.091Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:26:40.092Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:26:40.093Z||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$$32ce77c9.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-09T23:27:29.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:27:29.924Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:27:29.926Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:27:29.936Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:27:29.945Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7e496a3-5745-475e-bc67-a69db568b006 url= /sdc/v1/artifactTypes 2021-11-09T23:27:29.946Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:27:30.012Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:27:30.015Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:27:30.015Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:27:30.017Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:27:30.017Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 8EiZum9JUebPeVlG) ... 2021-11-09T23:27:30.062Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:27:30.065Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4e2831fe-184b-4a33-a0b7-3f137cb67183 url= /sdc/v1/registerForDistribution 2021-11-09T23:27:30.080Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1601b2db 2021-11-09T23:27:30.080Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:27:30.081Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:27:30.082Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/r6oKdzoOpJR9DY0C will send credentials over a clear channel. 2021-11-09T23:27:30.082Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/r6oKdzoOpJR9DY0C (as r6oKdzoOpJR9DY0C) ... 2021-11-09T23:27:30.100Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:27:30.101Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:27:30.102Z||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$$32ce77c9.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-09T23:28:19.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:28:19.925Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:28:19.926Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:28:19.940Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:28:19.952Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 09036f85-ba8f-4771-bb51-6ed6d3669f46 url= /sdc/v1/artifactTypes 2021-11-09T23:28:19.952Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:28:19.991Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:28:19.994Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:28:19.994Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:28:19.995Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:28:19.996Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as r6oKdzoOpJR9DY0C) ... 2021-11-09T23:28:20.023Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:28:20.025Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 90f9246c-e53c-4fbe-b7b8-28106fe0bf9b url= /sdc/v1/registerForDistribution 2021-11-09T23:28:20.032Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4cf6f62f 2021-11-09T23:28:20.032Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:28:20.033Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:28:20.033Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/GZtrghO8KsM9JL8O will send credentials over a clear channel. 2021-11-09T23:28:20.034Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/GZtrghO8KsM9JL8O (as GZtrghO8KsM9JL8O) ... 2021-11-09T23:28:20.051Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:28:20.052Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:28:20.053Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$32ce77c9.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-09T23:29:09.919Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:29:09.923Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:29:09.923Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:29:09.931Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:29:09.941Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 51fbdfe8-5732-41f0-b5e8-891ad10f0e4d url= /sdc/v1/artifactTypes 2021-11-09T23:29:09.942Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:29:10.006Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:29:10.009Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:29:10.009Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:29:10.011Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:29:10.012Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as GZtrghO8KsM9JL8O) ... 2021-11-09T23:29:10.045Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:29:10.048Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= baba6312-c214-47a3-9ff6-8cfd501489a4 url= /sdc/v1/registerForDistribution 2021-11-09T23:29:10.056Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ab19d7f 2021-11-09T23:29:10.057Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:29:10.057Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:29:10.058Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/fS4iVX9JKa0jQ123 will send credentials over a clear channel. 2021-11-09T23:29:10.058Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/fS4iVX9JKa0jQ123 (as fS4iVX9JKa0jQ123) ... 2021-11-09T23:29:10.075Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:29:10.077Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:29:10.078Z||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$$32ce77c9.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-09T23:29:59.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:29:59.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:29:59.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:29:59.926Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:29:59.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 06ba174e-1672-4894-ad67-eec9dfe9f786 url= /sdc/v1/artifactTypes 2021-11-09T23:29:59.933Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:29:59.973Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:29:59.975Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:29:59.975Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:29:59.976Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:29:59.977Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as fS4iVX9JKa0jQ123) ... 2021-11-09T23:30:00.006Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:30:00.008Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9404bf71-109a-4f90-b12c-c2308e793907 url= /sdc/v1/registerForDistribution 2021-11-09T23:30:00.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6291dd2a 2021-11-09T23:30:00.016Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:30:00.016Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:30:00.017Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/5X5DCnk2ofTl8NQ3 will send credentials over a clear channel. 2021-11-09T23:30:00.017Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/5X5DCnk2ofTl8NQ3 (as 5X5DCnk2ofTl8NQ3) ... 2021-11-09T23:30:00.032Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:30:00.032Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:30:00.033Z||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$$32ce77c9.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-09T23:30:49.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:30:49.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:30:49.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:30:49.928Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:30:49.937Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e8a52298-4687-48b1-815e-01d15b58d185 url= /sdc/v1/artifactTypes 2021-11-09T23:30:49.937Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:30:49.985Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:30:49.987Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:30:49.987Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:30:49.989Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:30:49.989Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 5X5DCnk2ofTl8NQ3) ... 2021-11-09T23:30:50.052Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:30:50.054Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4019f835-8a17-41d5-bc8b-927d33484a41 url= /sdc/v1/registerForDistribution 2021-11-09T23:30:50.064Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f9de3b7 2021-11-09T23:30:50.064Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:30:50.064Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:30:50.065Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/O7J1HE5YiJNsI9BS will send credentials over a clear channel. 2021-11-09T23:30:50.065Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/O7J1HE5YiJNsI9BS (as O7J1HE5YiJNsI9BS) ... 2021-11-09T23:30:50.083Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:30:50.084Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:30:50.084Z||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$$32ce77c9.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-09T23:31:39.919Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:31:39.924Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:31:39.925Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:31:39.936Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:31:39.946Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bf3549ca-0cee-4046-bbe0-18b49e0922e2 url= /sdc/v1/artifactTypes 2021-11-09T23:31:39.946Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:31:40.005Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:31:40.008Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:31:40.008Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:31:40.011Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:31:40.011Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as O7J1HE5YiJNsI9BS) ... 2021-11-09T23:31:40.047Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:31:40.054Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9ad4fcf4-937c-4178-ae2e-28f24f7ee936 url= /sdc/v1/registerForDistribution 2021-11-09T23:31:40.062Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a5f6c8 2021-11-09T23:31:40.062Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:31:40.063Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:31:40.063Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/5MvCrE18JyaoJN9h will send credentials over a clear channel. 2021-11-09T23:31:40.064Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/5MvCrE18JyaoJN9h (as 5MvCrE18JyaoJN9h) ... 2021-11-09T23:31:40.081Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:31:40.081Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:31:40.083Z||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$$32ce77c9.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-09T23:32:29.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:32:29.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:32:29.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:32:29.927Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:32:29.937Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fd2bfbbe-ddf7-4c89-90ff-f4f5d442a30a url= /sdc/v1/artifactTypes 2021-11-09T23:32:29.937Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:32:30.005Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:32:30.008Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:32:30.009Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:32:30.015Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:32:30.015Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 5MvCrE18JyaoJN9h) ... 2021-11-09T23:32:30.041Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:32:30.044Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7797cc94-6211-4d53-99b2-e765ba29063c url= /sdc/v1/registerForDistribution 2021-11-09T23:32:30.053Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7cf3d8a1 2021-11-09T23:32:30.054Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:32:30.054Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:32:30.055Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/qCEg78xxJ7g3UPqt will send credentials over a clear channel. 2021-11-09T23:32:30.055Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/qCEg78xxJ7g3UPqt (as qCEg78xxJ7g3UPqt) ... 2021-11-09T23:32:30.074Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:32:30.075Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:32:30.076Z||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$$32ce77c9.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-09T23:33:19.919Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:33:19.926Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:33:19.928Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:33:19.938Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:33:19.948Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 57ecd5c6-a7df-4732-ba65-4c40537f1d09 url= /sdc/v1/artifactTypes 2021-11-09T23:33:19.948Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:33:20.010Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:33:20.012Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:33:20.012Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:33:20.014Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:33:20.014Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as qCEg78xxJ7g3UPqt) ... 2021-11-09T23:33:20.048Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:33:20.050Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a1d1c7af-c8b7-4c3f-a24f-a9afef07538d url= /sdc/v1/registerForDistribution 2021-11-09T23:33:20.059Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6de54e2c 2021-11-09T23:33:20.059Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:33:20.060Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:33:20.060Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/75yC0SdcXBFfeOhr will send credentials over a clear channel. 2021-11-09T23:33:20.061Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/75yC0SdcXBFfeOhr (as 75yC0SdcXBFfeOhr) ... 2021-11-09T23:33:20.076Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:33:20.077Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:33:20.078Z||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$$32ce77c9.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-09T23:34:09.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:34:09.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:34:09.922Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:34:09.928Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:34:09.938Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8793740e-3d10-4461-8ab6-99b5b97cf802 url= /sdc/v1/artifactTypes 2021-11-09T23:34:09.939Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:34:09.994Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:34:09.996Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:34:09.997Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:34:09.998Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:34:09.999Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 75yC0SdcXBFfeOhr) ... 2021-11-09T23:34:10.033Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:34:10.036Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 93241147-1504-457b-ae85-ec1c7efb7289 url= /sdc/v1/registerForDistribution 2021-11-09T23:34:10.045Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ff4bba6 2021-11-09T23:34:10.046Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:34:10.046Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:34:10.047Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/5ZULGnL8YpMJJtOn will send credentials over a clear channel. 2021-11-09T23:34:10.047Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/5ZULGnL8YpMJJtOn (as 5ZULGnL8YpMJJtOn) ... 2021-11-09T23:34:10.062Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:34:10.063Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:34:10.064Z||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$$32ce77c9.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-09T23:34:59.919Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:34:59.928Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:34:59.929Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:34:59.936Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:34:59.945Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8ed9edca-14a6-4ecd-92f9-2a4931dd6fcb url= /sdc/v1/artifactTypes 2021-11-09T23:34:59.945Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:34:59.997Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:35:00.000Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:35:00.000Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:35:00.002Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:35:00.002Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 5ZULGnL8YpMJJtOn) ... 2021-11-09T23:35:00.026Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:35:00.029Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b30c6164-3bc8-4648-8570-d51ccf2b0093 url= /sdc/v1/registerForDistribution 2021-11-09T23:35:00.036Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e58ca8a 2021-11-09T23:35:00.036Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:35:00.037Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:35:00.038Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/K2JlzpbSGsdkEVR1 will send credentials over a clear channel. 2021-11-09T23:35:00.038Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/K2JlzpbSGsdkEVR1 (as K2JlzpbSGsdkEVR1) ... 2021-11-09T23:35:00.072Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:35:00.073Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:35:00.074Z||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$$32ce77c9.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-09T23:35:12.596Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-09T23:35:49.922Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:35:49.927Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:35:49.929Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:35:49.937Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:35:49.945Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 431f3ed2-9b74-4f2f-9a40-3e04c1b0b84a url= /sdc/v1/artifactTypes 2021-11-09T23:35:49.946Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:35:50.005Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:35:50.008Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:35:50.009Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:35:50.011Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:35:50.011Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as K2JlzpbSGsdkEVR1) ... 2021-11-09T23:35:50.040Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:35:50.044Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 80e2c7b4-b8c8-4105-be44-d98333689845 url= /sdc/v1/registerForDistribution 2021-11-09T23:35:50.052Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66d003ea 2021-11-09T23:35:50.052Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:35:50.053Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:35:50.054Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/1UFzG7gc3pDUB7YX will send credentials over a clear channel. 2021-11-09T23:35:50.054Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/1UFzG7gc3pDUB7YX (as 1UFzG7gc3pDUB7YX) ... 2021-11-09T23:35:50.069Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:35:50.070Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:35:50.071Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$32ce77c9.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-09T23:36:39.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:36:39.924Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:36:39.924Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:36:39.930Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:36:39.942Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0279eb46-7c73-47f5-b248-1932064ea456 url= /sdc/v1/artifactTypes 2021-11-09T23:36:39.942Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:36:39.992Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:36:39.994Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:36:39.994Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:36:39.995Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:36:39.995Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 1UFzG7gc3pDUB7YX) ... 2021-11-09T23:36:40.017Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:36:40.018Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e4e3cfa4-68d7-4d73-a37b-acd658a35171 url= /sdc/v1/registerForDistribution 2021-11-09T23:36:40.024Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@563576f2 2021-11-09T23:36:40.025Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:36:40.025Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:36:40.025Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/y9ACsG7PSLrTURJa will send credentials over a clear channel. 2021-11-09T23:36:40.025Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/y9ACsG7PSLrTURJa (as y9ACsG7PSLrTURJa) ... 2021-11-09T23:36:40.041Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:36:40.041Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:36:40.042Z||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$$32ce77c9.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-09T23:37:29.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:37:29.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:37:29.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:37:29.927Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:37:29.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0eedab79-1ac0-4c78-9c6a-acb1b0f56e05 url= /sdc/v1/artifactTypes 2021-11-09T23:37:29.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:37:29.985Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:37:29.986Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:37:29.987Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:37:29.988Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:37:29.988Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as y9ACsG7PSLrTURJa) ... 2021-11-09T23:37:30.012Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:37:30.014Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c32c35ae-6293-49fc-82b0-7e0187954464 url= /sdc/v1/registerForDistribution 2021-11-09T23:37:30.022Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@608f8e3e 2021-11-09T23:37:30.023Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:37:30.023Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:37:30.024Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/2yVAP6ffmpAxVpAL will send credentials over a clear channel. 2021-11-09T23:37:30.024Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/2yVAP6ffmpAxVpAL (as 2yVAP6ffmpAxVpAL) ... 2021-11-09T23:37:30.048Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:37:30.049Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:37:30.050Z||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$$32ce77c9.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-09T23:38:19.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:38:19.923Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:38:19.924Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:38:19.931Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:38:19.940Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc94f7a0-4b59-4207-bcb4-b1b2382c1f45 url= /sdc/v1/artifactTypes 2021-11-09T23:38:19.940Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:38:19.992Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:38:19.994Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:38:19.994Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:38:19.996Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:38:19.996Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 2yVAP6ffmpAxVpAL) ... 2021-11-09T23:38:20.017Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:38:20.019Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9bb9969b-682c-4d5a-8dfc-ee918950fd32 url= /sdc/v1/registerForDistribution 2021-11-09T23:38:20.025Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55e2616a 2021-11-09T23:38:20.025Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:38:20.026Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:38:20.026Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/B1kLSL86FsUivb2j will send credentials over a clear channel. 2021-11-09T23:38:20.026Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/B1kLSL86FsUivb2j (as B1kLSL86FsUivb2j) ... 2021-11-09T23:38:20.043Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:38:20.044Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:38:20.045Z||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$$32ce77c9.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-09T23:39:09.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:39:09.924Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:39:09.926Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:39:09.933Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:39:09.941Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 34d702b4-4e7d-4f83-9b74-5e60169f7b25 url= /sdc/v1/artifactTypes 2021-11-09T23:39:09.942Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:39:09.995Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:39:09.998Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:39:09.998Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:39:09.999Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:39:10.000Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as B1kLSL86FsUivb2j) ... 2021-11-09T23:39:10.032Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:39:10.034Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3b51967e-2ea5-487b-adc0-db725f25a349 url= /sdc/v1/registerForDistribution 2021-11-09T23:39:10.043Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2354a077 2021-11-09T23:39:10.044Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:39:10.044Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:39:10.045Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/PcpsnoFCZI9fcJ0G will send credentials over a clear channel. 2021-11-09T23:39:10.045Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/PcpsnoFCZI9fcJ0G (as PcpsnoFCZI9fcJ0G) ... 2021-11-09T23:39:10.059Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:39:10.059Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:39:10.060Z||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$$32ce77c9.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-09T23:39:59.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:39:59.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:39:59.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:39:59.926Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:39:59.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 05f3f776-0d7a-4289-9eb5-c4fee01701de url= /sdc/v1/artifactTypes 2021-11-09T23:39:59.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:39:59.985Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:39:59.987Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:39:59.988Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:39:59.989Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:39:59.990Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as PcpsnoFCZI9fcJ0G) ... 2021-11-09T23:40:00.015Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:40:00.017Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fc8cfe9f-9a65-4ff6-832b-be0db281214f url= /sdc/v1/registerForDistribution 2021-11-09T23:40:00.031Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7948bd9d 2021-11-09T23:40:00.032Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:40:00.032Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:40:00.033Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/egdkmtMXjPmIXnDr will send credentials over a clear channel. 2021-11-09T23:40:00.033Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/egdkmtMXjPmIXnDr (as egdkmtMXjPmIXnDr) ... 2021-11-09T23:40:00.049Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:40:00.050Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:40:00.051Z||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$$32ce77c9.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-09T23:40:49.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:40:49.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:40:49.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:40:49.927Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:40:49.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 71eaeca0-fb33-4468-b01f-a12cc29b7f07 url= /sdc/v1/artifactTypes 2021-11-09T23:40:49.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:40:49.975Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:40:49.977Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:40:49.977Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:40:49.978Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:40:49.979Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as egdkmtMXjPmIXnDr) ... 2021-11-09T23:40:50.017Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:40:50.019Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 976171ec-8616-4973-8c07-f5a99b3c2ef2 url= /sdc/v1/registerForDistribution 2021-11-09T23:40:50.026Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17746a95 2021-11-09T23:40:50.027Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:40:50.027Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:40:50.028Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/tX18RXfN2oQqkYFp will send credentials over a clear channel. 2021-11-09T23:40:50.028Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/tX18RXfN2oQqkYFp (as tX18RXfN2oQqkYFp) ... 2021-11-09T23:40:50.045Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:40:50.046Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:40:50.047Z||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$$32ce77c9.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-09T23:41:39.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:41:39.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:41:39.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:41:39.929Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:41:39.937Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f9a305c3-320b-4f2c-9e30-29889fa589fd url= /sdc/v1/artifactTypes 2021-11-09T23:41:39.937Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:41:39.982Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:41:39.984Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:41:39.984Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:41:39.986Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:41:39.986Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as tX18RXfN2oQqkYFp) ... 2021-11-09T23:41:40.008Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:41:40.009Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 36413686-3465-46ef-aae1-642c2c858f93 url= /sdc/v1/registerForDistribution 2021-11-09T23:41:40.018Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a713a26 2021-11-09T23:41:40.018Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:41:40.018Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:41:40.019Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/ekWseBK2RAz0JNYB will send credentials over a clear channel. 2021-11-09T23:41:40.020Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/ekWseBK2RAz0JNYB (as ekWseBK2RAz0JNYB) ... 2021-11-09T23:41:40.037Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:41:40.038Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:41:40.038Z||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$$32ce77c9.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-09T23:42:29.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:42:29.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:42:29.923Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:42:29.930Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:42:29.938Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4b668e46-1d53-4b4d-983d-3abe74af7362 url= /sdc/v1/artifactTypes 2021-11-09T23:42:29.938Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:42:29.982Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:42:29.984Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:42:29.984Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:42:29.986Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:42:29.986Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as ekWseBK2RAz0JNYB) ... 2021-11-09T23:42:30.017Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:42:30.019Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 68bd1076-741a-4134-a66a-94eb323ee82d url= /sdc/v1/registerForDistribution 2021-11-09T23:42:30.028Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5af4752d 2021-11-09T23:42:30.028Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:42:30.029Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:42:30.030Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/iwqZkouPCvo95AkG will send credentials over a clear channel. 2021-11-09T23:42:30.030Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/iwqZkouPCvo95AkG (as iwqZkouPCvo95AkG) ... 2021-11-09T23:42:30.044Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:42:30.044Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:42:30.045Z||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$$32ce77c9.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-09T23:43:19.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:43:19.917Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:43:19.918Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:43:19.921Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:43:19.927Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c8e24e43-191c-4522-aad1-2d3e84431b62 url= /sdc/v1/artifactTypes 2021-11-09T23:43:19.927Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:43:19.970Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:43:19.971Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:43:19.972Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:43:19.973Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:43:19.973Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as iwqZkouPCvo95AkG) ... 2021-11-09T23:43:20.002Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:43:20.004Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4e45d54a-5b6b-45b0-b9e1-d6f6f1ee923c url= /sdc/v1/registerForDistribution 2021-11-09T23:43:20.012Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@167e7682 2021-11-09T23:43:20.012Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:43:20.013Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:43:20.013Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/mTzQuJy3InAFJmZ5 will send credentials over a clear channel. 2021-11-09T23:43:20.014Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/mTzQuJy3InAFJmZ5 (as mTzQuJy3InAFJmZ5) ... 2021-11-09T23:43:20.030Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:43:20.030Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:43:20.031Z||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$$32ce77c9.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-09T23:44:09.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:44:09.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:44:09.922Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:44:09.929Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:44:09.938Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 706dfb13-9fa2-43ef-8169-b0c902be35d8 url= /sdc/v1/artifactTypes 2021-11-09T23:44:09.938Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:44:09.991Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:44:09.992Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:44:09.993Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:44:09.994Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:44:09.994Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as mTzQuJy3InAFJmZ5) ... 2021-11-09T23:44:10.058Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:44:10.060Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 09877d52-bc7d-4b0a-9663-3be5d7b7f401 url= /sdc/v1/registerForDistribution 2021-11-09T23:44:10.073Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4aecfc4d 2021-11-09T23:44:10.073Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:44:10.074Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:44:10.075Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/dOAc1J485xMChDw4 will send credentials over a clear channel. 2021-11-09T23:44:10.076Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/dOAc1J485xMChDw4 (as dOAc1J485xMChDw4) ... 2021-11-09T23:44:10.093Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:44:10.094Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:44:10.095Z||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$$32ce77c9.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-09T23:44:59.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:44:59.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:44:59.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:44:59.926Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:44:59.933Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ecbee304-4dfe-47f4-b86f-fd1292f8ce66 url= /sdc/v1/artifactTypes 2021-11-09T23:44:59.933Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:44:59.986Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:44:59.989Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:44:59.989Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:44:59.991Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:44:59.991Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as dOAc1J485xMChDw4) ... 2021-11-09T23:45:00.020Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:45:00.022Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d3b8239c-5951-49a3-8dc0-097ede165928 url= /sdc/v1/registerForDistribution 2021-11-09T23:45:00.030Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c4427a5 2021-11-09T23:45:00.030Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:45:00.031Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:45:00.032Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Fkt8y4CeKHiKsKcJ will send credentials over a clear channel. 2021-11-09T23:45:00.032Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Fkt8y4CeKHiKsKcJ (as Fkt8y4CeKHiKsKcJ) ... 2021-11-09T23:45:00.048Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:45:00.049Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:45:00.050Z||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$$32ce77c9.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-09T23:45:49.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:45:49.923Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:45:49.924Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:45:49.930Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:45:49.939Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ed7d7623-382f-4a4a-b6f6-3df4660ce370 url= /sdc/v1/artifactTypes 2021-11-09T23:45:49.939Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:45:49.996Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:45:49.998Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:45:49.999Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:45:50.000Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:45:50.001Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Fkt8y4CeKHiKsKcJ) ... 2021-11-09T23:45:50.024Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:45:50.026Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 35a1a859-598b-47e8-bb9c-8a3c4a26e167 url= /sdc/v1/registerForDistribution 2021-11-09T23:45:50.033Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@404463bd 2021-11-09T23:45:50.033Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:45:50.034Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:45:50.035Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/KSvcWMWhGeDjw2Xo will send credentials over a clear channel. 2021-11-09T23:45:50.035Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/KSvcWMWhGeDjw2Xo (as KSvcWMWhGeDjw2Xo) ... 2021-11-09T23:45:50.050Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:45:50.051Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:45:50.051Z||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$$32ce77c9.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-09T23:46:39.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:46:39.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:46:39.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:46:39.927Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:46:39.936Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fc39edc7-7aa8-482e-9015-a060b9f4a71f url= /sdc/v1/artifactTypes 2021-11-09T23:46:39.937Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:46:39.993Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:46:39.995Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:46:39.996Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:46:39.997Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:46:39.998Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as KSvcWMWhGeDjw2Xo) ... 2021-11-09T23:46:40.020Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:46:40.022Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cc7655fc-62ec-4846-a025-6435a1a31e57 url= /sdc/v1/registerForDistribution 2021-11-09T23:46:40.030Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@532b7434 2021-11-09T23:46:40.030Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:46:40.030Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:46:40.031Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Ne7wxveRkSPkhsBM will send credentials over a clear channel. 2021-11-09T23:46:40.032Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Ne7wxveRkSPkhsBM (as Ne7wxveRkSPkhsBM) ... 2021-11-09T23:46:40.046Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:46:40.047Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:46:40.047Z||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$$32ce77c9.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-09T23:47:29.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:47:29.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:47:29.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:47:29.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:47:29.933Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c33bbb65-9ce8-45d7-ab47-c7737058cbd2 url= /sdc/v1/artifactTypes 2021-11-09T23:47:29.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:47:29.988Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:47:29.990Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:47:29.991Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:47:29.992Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:47:29.993Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Ne7wxveRkSPkhsBM) ... 2021-11-09T23:47:30.024Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:47:30.026Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 25e8f5be-8ef1-47a0-a480-85af780f33cf url= /sdc/v1/registerForDistribution 2021-11-09T23:47:30.042Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@741c0461 2021-11-09T23:47:30.042Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:47:30.043Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:47:30.044Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/f4kC4e6PBgEncH3x will send credentials over a clear channel. 2021-11-09T23:47:30.044Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/f4kC4e6PBgEncH3x (as f4kC4e6PBgEncH3x) ... 2021-11-09T23:47:30.062Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:47:30.062Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:47:30.063Z||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$$32ce77c9.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-09T23:48:19.915Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:48:19.916Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:48:19.917Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:48:19.920Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:48:19.925Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9ddc024-e37e-47ac-abb6-7daeaa638975 url= /sdc/v1/artifactTypes 2021-11-09T23:48:19.925Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:48:19.965Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:48:19.966Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:48:19.966Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:48:19.967Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:48:19.967Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as f4kC4e6PBgEncH3x) ... 2021-11-09T23:48:19.987Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:48:19.989Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1fd14438-95a5-45de-8148-4d7eddf16842 url= /sdc/v1/registerForDistribution 2021-11-09T23:48:19.995Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57a0e31c 2021-11-09T23:48:19.995Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:48:19.995Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:48:19.995Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/igjrpHWZAMgU98Xb will send credentials over a clear channel. 2021-11-09T23:48:19.996Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/igjrpHWZAMgU98Xb (as igjrpHWZAMgU98Xb) ... 2021-11-09T23:48:20.009Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:48:20.009Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:48:20.010Z||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$$32ce77c9.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-09T23:49:09.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:49:09.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:49:09.922Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:49:09.929Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:49:09.940Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5fb16753-caa7-4ea1-83b0-34f078b90608 url= /sdc/v1/artifactTypes 2021-11-09T23:49:09.941Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:49:10.006Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:49:10.008Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:49:10.008Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:49:10.009Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:49:10.009Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as igjrpHWZAMgU98Xb) ... 2021-11-09T23:49:10.030Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:49:10.032Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1b53779d-fe53-4dc4-b73f-2ad104a92d14 url= /sdc/v1/registerForDistribution 2021-11-09T23:49:10.040Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6a5fe6e8 2021-11-09T23:49:10.040Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:49:10.040Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:49:10.041Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/UceMoMMV0rJTi5A3 will send credentials over a clear channel. 2021-11-09T23:49:10.041Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/UceMoMMV0rJTi5A3 (as UceMoMMV0rJTi5A3) ... 2021-11-09T23:49:10.057Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:49:10.058Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:49:10.058Z||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$$32ce77c9.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-09T23:49:59.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:49:59.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:49:59.919Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:49:59.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:49:59.931Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 977b07c7-5f28-4994-ab12-a1e6001ca064 url= /sdc/v1/artifactTypes 2021-11-09T23:49:59.931Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:49:59.982Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:49:59.984Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:49:59.984Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:49:59.985Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:49:59.986Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as UceMoMMV0rJTi5A3) ... 2021-11-09T23:50:00.017Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:50:00.019Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 659f685c-c33a-4d8c-b7ba-b0d48bff2483 url= /sdc/v1/registerForDistribution 2021-11-09T23:50:00.025Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@aee4fb8 2021-11-09T23:50:00.026Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:50:00.026Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:50:00.027Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/A9J95dUM8Qkh6EMq will send credentials over a clear channel. 2021-11-09T23:50:00.027Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/A9J95dUM8Qkh6EMq (as A9J95dUM8Qkh6EMq) ... 2021-11-09T23:50:00.042Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:50:00.042Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:50:00.043Z||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$$32ce77c9.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-09T23:50:49.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:50:49.924Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:50:49.925Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:50:49.932Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:50:49.941Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 83e385fb-6a18-42c3-8385-3ed93b26d894 url= /sdc/v1/artifactTypes 2021-11-09T23:50:49.942Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:50:49.988Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:50:49.990Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:50:49.991Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:50:49.992Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:50:49.993Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as A9J95dUM8Qkh6EMq) ... 2021-11-09T23:50:50.024Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:50:50.026Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f28335db-cea6-401b-aab5-b32dcbd8cc0f url= /sdc/v1/registerForDistribution 2021-11-09T23:50:50.033Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@563d1dc4 2021-11-09T23:50:50.033Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:50:50.034Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:50:50.034Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/RabIySrNo8J1uKMt will send credentials over a clear channel. 2021-11-09T23:50:50.035Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/RabIySrNo8J1uKMt (as RabIySrNo8J1uKMt) ... 2021-11-09T23:50:50.052Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:50:50.052Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:50:50.053Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$32ce77c9.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-09T23:51:39.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:51:39.917Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:51:39.918Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:51:39.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:51:39.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4edb10c-0fff-448d-8f47-7ce6a6088d44 url= /sdc/v1/artifactTypes 2021-11-09T23:51:39.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:51:39.967Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:51:39.968Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:51:39.968Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:51:39.969Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:51:39.969Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as RabIySrNo8J1uKMt) ... 2021-11-09T23:51:39.990Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:51:39.992Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 984d5b05-7633-4c55-81f6-df8e8c0fe571 url= /sdc/v1/registerForDistribution 2021-11-09T23:51:39.999Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73b412ef 2021-11-09T23:51:39.999Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:51:39.999Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:51:40.000Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Dtg5Ii4KaNlgsIJd will send credentials over a clear channel. 2021-11-09T23:51:40.000Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Dtg5Ii4KaNlgsIJd (as Dtg5Ii4KaNlgsIJd) ... 2021-11-09T23:51:40.018Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:51:40.019Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:51:40.020Z||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$$32ce77c9.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-09T23:52:29.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:52:29.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:52:29.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:52:29.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:52:29.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e64619ad-fb00-4f6f-bff5-988ca720389c url= /sdc/v1/artifactTypes 2021-11-09T23:52:29.932Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:52:29.995Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:52:29.997Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:52:29.997Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:52:29.998Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:52:29.998Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Dtg5Ii4KaNlgsIJd) ... 2021-11-09T23:52:30.033Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:52:30.035Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bc55fe3e-5f15-4a60-acc5-9b661f7c1501 url= /sdc/v1/registerForDistribution 2021-11-09T23:52:30.043Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77fd7583 2021-11-09T23:52:30.043Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:52:30.044Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:52:30.044Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/nSMK6P1GaallEmhG will send credentials over a clear channel. 2021-11-09T23:52:30.045Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/nSMK6P1GaallEmhG (as nSMK6P1GaallEmhG) ... 2021-11-09T23:52:30.059Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:52:30.059Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:52:30.060Z||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$$32ce77c9.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-09T23:53:19.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:53:19.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:53:19.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:53:19.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:53:19.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9045666a-44b6-44d1-8abe-39266fdfa728 url= /sdc/v1/artifactTypes 2021-11-09T23:53:19.932Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:53:19.983Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:53:19.984Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:53:19.984Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:53:19.985Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:53:19.986Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as nSMK6P1GaallEmhG) ... 2021-11-09T23:53:20.011Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:53:20.012Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8f4311c1-5ac7-4f0f-8241-435c23eb959b url= /sdc/v1/registerForDistribution 2021-11-09T23:53:20.021Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f2094cf 2021-11-09T23:53:20.021Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:53:20.021Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:53:20.022Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/BxlZMK8piOeveMAq will send credentials over a clear channel. 2021-11-09T23:53:20.022Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/BxlZMK8piOeveMAq (as BxlZMK8piOeveMAq) ... 2021-11-09T23:53:20.038Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:53:20.038Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:53:20.038Z||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$$32ce77c9.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-09T23:54:09.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:54:09.917Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:54:09.918Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:54:09.921Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:54:09.926Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c28381e-b2ef-41b7-977f-9bc7f085c010 url= /sdc/v1/artifactTypes 2021-11-09T23:54:09.926Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:54:10.060Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:54:10.061Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:54:10.061Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:54:10.062Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:54:10.062Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as BxlZMK8piOeveMAq) ... 2021-11-09T23:54:10.085Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:54:10.086Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 718d33ce-fce9-41b8-9d90-86630280e3a5 url= /sdc/v1/registerForDistribution 2021-11-09T23:54:10.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16bfc0e7 2021-11-09T23:54:10.092Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:54:10.092Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:54:10.093Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/OHX1TTfFHwQIdyBL will send credentials over a clear channel. 2021-11-09T23:54:10.093Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/OHX1TTfFHwQIdyBL (as OHX1TTfFHwQIdyBL) ... 2021-11-09T23:54:10.107Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:54:10.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:54:10.108Z||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$$32ce77c9.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-09T23:54:59.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:54:59.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:54:59.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:54:59.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:54:59.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd850797-8afe-49ff-9ef5-63e02d9300d2 url= /sdc/v1/artifactTypes 2021-11-09T23:54:59.932Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:54:59.981Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:54:59.983Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:54:59.984Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:54:59.985Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:54:59.985Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as OHX1TTfFHwQIdyBL) ... 2021-11-09T23:55:00.009Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:55:00.011Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d0a042e7-b7fb-4e2f-ab01-c98d2815e36b url= /sdc/v1/registerForDistribution 2021-11-09T23:55:00.019Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e0530a4 2021-11-09T23:55:00.019Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:55:00.020Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:55:00.021Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/L9evYMlJPJLl6YBq will send credentials over a clear channel. 2021-11-09T23:55:00.021Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/L9evYMlJPJLl6YBq (as L9evYMlJPJLl6YBq) ... 2021-11-09T23:55:00.040Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:55:00.040Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:55:00.041Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at 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$$32ce77c9.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-09T23:55:49.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:55:49.918Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:55:49.919Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:55:49.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:55:49.931Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 717ac32a-b115-4e1a-95a3-dd23f4c11eaa url= /sdc/v1/artifactTypes 2021-11-09T23:55:49.931Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:55:49.969Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:55:49.970Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:55:49.970Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:55:49.971Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:55:49.972Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as L9evYMlJPJLl6YBq) ... 2021-11-09T23:55:49.995Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:55:49.997Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0ad472c9-012b-462e-8a3f-b9eee435c47e url= /sdc/v1/registerForDistribution 2021-11-09T23:55:50.006Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58c8af07 2021-11-09T23:55:50.006Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:55:50.007Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:55:50.008Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/dFfYRGCNnnPr9GQb will send credentials over a clear channel. 2021-11-09T23:55:50.008Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/dFfYRGCNnnPr9GQb (as dFfYRGCNnnPr9GQb) ... 2021-11-09T23:55:50.021Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:55:50.022Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:55:50.023Z||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$$32ce77c9.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-09T23:56:39.915Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:56:39.917Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:56:39.917Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:56:39.920Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:56:39.925Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bf14da5d-8a15-45a1-94fb-98e1815b655e url= /sdc/v1/artifactTypes 2021-11-09T23:56:39.925Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:56:39.970Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:56:39.972Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:56:39.972Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:56:39.974Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:56:39.974Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as dFfYRGCNnnPr9GQb) ... 2021-11-09T23:56:39.994Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:56:39.996Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2c6cfb30-37a2-4ecc-9641-20415bb1bcd4 url= /sdc/v1/registerForDistribution 2021-11-09T23:56:40.002Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20e3e735 2021-11-09T23:56:40.003Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:56:40.003Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:56:40.004Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/QoMBJyWnvY7AmrB7 will send credentials over a clear channel. 2021-11-09T23:56:40.005Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/QoMBJyWnvY7AmrB7 (as QoMBJyWnvY7AmrB7) ... 2021-11-09T23:56:40.020Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:56:40.021Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:56:40.022Z||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$$32ce77c9.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-09T23:57:29.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:57:29.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:57:29.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:57:29.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:57:29.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4dfa657a-4d00-43cf-b1ca-569ff70f2bd4 url= /sdc/v1/artifactTypes 2021-11-09T23:57:29.933Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:57:29.978Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:57:29.987Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:57:29.988Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:57:29.989Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:57:29.990Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as QoMBJyWnvY7AmrB7) ... 2021-11-09T23:57:30.025Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:57:30.026Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 201e11d9-fc88-4c7d-b3b0-9dc134697bdf url= /sdc/v1/registerForDistribution 2021-11-09T23:57:30.034Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9f0d757 2021-11-09T23:57:30.034Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:57:30.035Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:57:30.035Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/4fCYnkLUMNwRbx0d will send credentials over a clear channel. 2021-11-09T23:57:30.036Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/4fCYnkLUMNwRbx0d (as 4fCYnkLUMNwRbx0d) ... 2021-11-09T23:57:30.050Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:57:30.051Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:57:30.052Z||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$$32ce77c9.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-09T23:58:19.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:58:19.917Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:58:19.918Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:58:19.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:58:19.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dfd96f71-24c1-4f5f-8e31-34584f5ef20f url= /sdc/v1/artifactTypes 2021-11-09T23:58:19.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:58:19.973Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:58:19.974Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:58:19.975Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:58:19.976Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:58:19.976Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4fCYnkLUMNwRbx0d) ... 2021-11-09T23:58:19.995Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:58:19.996Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 522b5bac-fc96-4307-b259-07547146a0fe url= /sdc/v1/registerForDistribution 2021-11-09T23:58:20.002Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7085aae0 2021-11-09T23:58:20.002Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:58:20.002Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:58:20.003Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/l3BPWQcVJSSAuXdU will send credentials over a clear channel. 2021-11-09T23:58:20.003Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/l3BPWQcVJSSAuXdU (as l3BPWQcVJSSAuXdU) ... 2021-11-09T23:58:20.016Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:58:20.016Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:58:20.017Z||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$$32ce77c9.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-09T23:59:09.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:59:09.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:59:09.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:59:09.926Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:59:09.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= abee6238-29a4-4f4e-84c9-f869833bdcc1 url= /sdc/v1/artifactTypes 2021-11-09T23:59:09.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:59:09.978Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:59:09.980Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:59:09.980Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:59:09.982Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:59:09.982Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as l3BPWQcVJSSAuXdU) ... 2021-11-09T23:59:10.019Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:59:10.021Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 850d3d88-b99c-4f3c-8a70-e9be4caf72ba url= /sdc/v1/registerForDistribution 2021-11-09T23:59:10.027Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45337c90 2021-11-09T23:59:10.027Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-09T23:59:10.028Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-09T23:59:10.028Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/TQ9pzqTq9XWlNOYy will send credentials over a clear channel. 2021-11-09T23:59:10.029Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/TQ9pzqTq9XWlNOYy (as TQ9pzqTq9XWlNOYy) ... 2021-11-09T23:59:10.045Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:59:10.046Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-09T23:59:10.048Z||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$$32ce77c9.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-09T23:59:59.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-09T23:59:59.918Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-09T23:59:59.919Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-09T23:59:59.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-09T23:59:59.930Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b1ebaff4-9d2e-4473-b97e-8d93807f9552 url= /sdc/v1/artifactTypes 2021-11-09T23:59:59.930Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-09T23:59:59.965Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-09T23:59:59.966Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-09T23:59:59.966Z||scheduling-1|||||DEBUG|500||create keys 2021-11-09T23:59:59.968Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-09T23:59:59.968Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as TQ9pzqTq9XWlNOYy) ... 2021-11-09T23:59:59.994Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-09T23:59:59.995Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fb7b2799-d62b-441e-8016-64057234bf35 url= /sdc/v1/registerForDistribution 2021-11-10T00:00:00.003Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@246319c8 2021-11-10T00:00:00.003Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:00:00.004Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:00:00.004Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/IrB7kIgytJ3JAsh1 will send credentials over a clear channel. 2021-11-10T00:00:00.004Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/IrB7kIgytJ3JAsh1 (as IrB7kIgytJ3JAsh1) ... 2021-11-10T00:00:00.028Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:00:00.028Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:00:00.029Z||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$$32ce77c9.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-10T00:00:49.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:00:49.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:00:49.922Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:00:49.927Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:00:49.933Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d746ff2a-c37d-4dd7-a219-63b431503f24 url= /sdc/v1/artifactTypes 2021-11-10T00:00:49.933Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:00:49.974Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:00:49.975Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:00:49.975Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:00:49.976Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:00:49.977Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as IrB7kIgytJ3JAsh1) ... 2021-11-10T00:00:50.004Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:00:50.006Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d3649c8b-693a-47e6-ae09-4f1e558c6102 url= /sdc/v1/registerForDistribution 2021-11-10T00:00:50.013Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3fe7abf4 2021-11-10T00:00:50.014Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:00:50.014Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:00:50.015Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/rCQ7qmqx4e8sQ8Df will send credentials over a clear channel. 2021-11-10T00:00:50.015Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/rCQ7qmqx4e8sQ8Df (as rCQ7qmqx4e8sQ8Df) ... 2021-11-10T00:00:50.028Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:00:50.028Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:00:50.029Z||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$$32ce77c9.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-10T00:01:39.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:01:39.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:01:39.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:01:39.927Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:01:39.936Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f74362c6-ddeb-4ce7-b2ca-d9985ce4ded7 url= /sdc/v1/artifactTypes 2021-11-10T00:01:39.937Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:01:39.982Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:01:39.984Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:01:39.984Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:01:39.985Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:01:39.985Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as rCQ7qmqx4e8sQ8Df) ... 2021-11-10T00:01:40.011Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:01:40.012Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 45e7edea-fd16-4d50-868d-6393157b57f3 url= /sdc/v1/registerForDistribution 2021-11-10T00:01:40.019Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45474cff 2021-11-10T00:01:40.019Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:01:40.020Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:01:40.020Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/K5pZMWYRMC6gZJCc will send credentials over a clear channel. 2021-11-10T00:01:40.020Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/K5pZMWYRMC6gZJCc (as K5pZMWYRMC6gZJCc) ... 2021-11-10T00:01:40.037Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:01:40.037Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:01:40.038Z||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$$32ce77c9.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-10T00:02:29.915Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:02:29.916Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:02:29.916Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:02:29.919Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:02:29.923Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5032e5ec-eca4-4f22-9d07-d647b2ebbbe3 url= /sdc/v1/artifactTypes 2021-11-10T00:02:29.923Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:02:29.969Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:02:29.970Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:02:29.970Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:02:29.971Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:02:29.971Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as K5pZMWYRMC6gZJCc) ... 2021-11-10T00:02:29.988Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:02:29.989Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0d9629d3-41d8-450f-9498-8435ba6c62f8 url= /sdc/v1/registerForDistribution 2021-11-10T00:02:30.001Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4168221d 2021-11-10T00:02:30.001Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:02:30.001Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:02:30.002Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/e5iMtqYwv15sufJp will send credentials over a clear channel. 2021-11-10T00:02:30.002Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/e5iMtqYwv15sufJp (as e5iMtqYwv15sufJp) ... 2021-11-10T00:02:30.051Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:02:30.051Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:02:30.052Z||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$$32ce77c9.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-10T00:03:19.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:03:19.918Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:03:19.918Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:03:19.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:03:19.930Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8fb9680e-3ea7-4b4b-976b-2c893c2da2cc url= /sdc/v1/artifactTypes 2021-11-10T00:03:19.930Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:03:19.971Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:03:19.972Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:03:19.972Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:03:19.974Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:03:19.974Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as e5iMtqYwv15sufJp) ... 2021-11-10T00:03:19.996Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:03:19.997Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1697a7f8-da07-4053-882c-2df03c6c9fff url= /sdc/v1/registerForDistribution 2021-11-10T00:03:20.002Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15355726 2021-11-10T00:03:20.003Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:03:20.003Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:03:20.004Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/JoC4UeaOU6bOMZZT will send credentials over a clear channel. 2021-11-10T00:03:20.004Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/JoC4UeaOU6bOMZZT (as JoC4UeaOU6bOMZZT) ... 2021-11-10T00:03:20.023Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:03:20.023Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:03:20.024Z||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$$32ce77c9.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-10T00:04:09.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:04:09.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:04:09.919Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:04:09.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:04:09.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 89a6fd4d-4272-4c6a-a8a5-28071ff844e7 url= /sdc/v1/artifactTypes 2021-11-10T00:04:09.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:04:09.970Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:04:09.971Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:04:09.971Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:04:09.975Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:04:09.975Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as JoC4UeaOU6bOMZZT) ... 2021-11-10T00:04:10.001Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:04:10.002Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b0087403-b419-481a-a188-85cd42ed90e9 url= /sdc/v1/registerForDistribution 2021-11-10T00:04:10.009Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e229221 2021-11-10T00:04:10.010Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:04:10.010Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:04:10.011Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/62yIzSfYcDUBVoXp will send credentials over a clear channel. 2021-11-10T00:04:10.011Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/62yIzSfYcDUBVoXp (as 62yIzSfYcDUBVoXp) ... 2021-11-10T00:04:10.028Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:04:10.029Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:04:10.030Z||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$$32ce77c9.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-10T00:04:59.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:04:59.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:04:59.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:04:59.926Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:04:59.933Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a95b1393-ef3a-4126-a961-ec0fad605a73 url= /sdc/v1/artifactTypes 2021-11-10T00:04:59.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:04:59.982Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:04:59.983Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:04:59.984Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:04:59.985Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:04:59.985Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 62yIzSfYcDUBVoXp) ... 2021-11-10T00:05:00.012Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:05:00.013Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5aca8879-37a3-4865-9411-7721a562b597 url= /sdc/v1/registerForDistribution 2021-11-10T00:05:00.020Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@159bd1cb 2021-11-10T00:05:00.020Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:05:00.021Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:05:00.022Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/KbPqSllftvsbav24 will send credentials over a clear channel. 2021-11-10T00:05:00.022Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/KbPqSllftvsbav24 (as KbPqSllftvsbav24) ... 2021-11-10T00:05:00.035Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:05:00.036Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:05:00.037Z||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$$32ce77c9.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-10T00:05:49.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:05:49.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:05:49.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:05:49.927Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:05:49.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d754af0f-4ead-4106-a429-6553f9c14e35 url= /sdc/v1/artifactTypes 2021-11-10T00:05:49.935Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:05:49.976Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:05:49.977Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:05:49.977Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:05:49.978Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:05:49.978Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as KbPqSllftvsbav24) ... 2021-11-10T00:05:50.008Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:05:50.010Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e7383cbf-ad1d-4591-b243-147be3863ccb url= /sdc/v1/registerForDistribution 2021-11-10T00:05:50.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75cac14e 2021-11-10T00:05:50.016Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:05:50.016Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:05:50.017Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/BeaqhHqPyvxdQWGv will send credentials over a clear channel. 2021-11-10T00:05:50.017Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/BeaqhHqPyvxdQWGv (as BeaqhHqPyvxdQWGv) ... 2021-11-10T00:05:50.031Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:05:50.032Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:05:50.032Z||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$$32ce77c9.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-10T00:06:39.915Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:06:39.916Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:06:39.917Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:06:39.920Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:06:39.925Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 905dc127-9141-4bb2-8c58-568fada48f7c url= /sdc/v1/artifactTypes 2021-11-10T00:06:39.925Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:06:39.965Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:06:39.966Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:06:39.966Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:06:39.967Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:06:39.967Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as BeaqhHqPyvxdQWGv) ... 2021-11-10T00:06:39.991Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:06:39.992Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8d3ad827-c8c9-4db2-b931-4cd30ca8f18f url= /sdc/v1/registerForDistribution 2021-11-10T00:06:39.999Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60eab93f 2021-11-10T00:06:39.999Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:06:39.999Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:06:40.000Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/2Mg8yawqv3E4iOxQ will send credentials over a clear channel. 2021-11-10T00:06:40.000Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/2Mg8yawqv3E4iOxQ (as 2Mg8yawqv3E4iOxQ) ... 2021-11-10T00:06:40.013Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:06:40.014Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:06:40.014Z||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$$32ce77c9.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-10T00:07:29.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:07:29.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:07:29.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:07:29.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:07:29.933Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 68847278-fc87-4c8c-9c1e-5728d8c20b62 url= /sdc/v1/artifactTypes 2021-11-10T00:07:29.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:07:29.981Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:07:29.982Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:07:29.983Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:07:29.984Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:07:29.984Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 2Mg8yawqv3E4iOxQ) ... 2021-11-10T00:07:30.009Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:07:30.011Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5938d677-53c9-448b-af7b-3b54ec9bb06b url= /sdc/v1/registerForDistribution 2021-11-10T00:07:30.020Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23cea453 2021-11-10T00:07:30.021Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:07:30.021Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:07:30.022Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/8OYztkETEBey2JZd will send credentials over a clear channel. 2021-11-10T00:07:30.022Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/8OYztkETEBey2JZd (as 8OYztkETEBey2JZd) ... 2021-11-10T00:07:30.038Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:07:30.039Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:07:30.040Z||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$$32ce77c9.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-10T00:08:19.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:08:19.922Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:08:19.923Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:08:19.928Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:08:19.935Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e4e1d9e3-47e3-48f0-b3e5-44fd8d88a094 url= /sdc/v1/artifactTypes 2021-11-10T00:08:19.936Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:08:19.982Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:08:19.984Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:08:19.984Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:08:19.986Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:08:19.986Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 8OYztkETEBey2JZd) ... 2021-11-10T00:08:20.005Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:08:20.006Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 76b7f652-c01a-4e9a-85f0-755ea0b15d77 url= /sdc/v1/registerForDistribution 2021-11-10T00:08:20.012Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@353c8120 2021-11-10T00:08:20.013Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:08:20.013Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:08:20.013Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/6MiTJLrBp6Xrid24 will send credentials over a clear channel. 2021-11-10T00:08:20.014Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/6MiTJLrBp6Xrid24 (as 6MiTJLrBp6Xrid24) ... 2021-11-10T00:08:20.043Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:08:20.044Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:08:20.045Z||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$$32ce77c9.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-10T00:09:09.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:09:09.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:09:09.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:09:09.928Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:09:09.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 346fab33-26d8-401c-8089-4ff779cd2a9a url= /sdc/v1/artifactTypes 2021-11-10T00:09:09.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:09:09.973Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:09:09.974Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:09:09.974Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:09:09.975Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:09:09.975Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 6MiTJLrBp6Xrid24) ... 2021-11-10T00:09:09.996Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:09:09.998Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e10b040e-e7c5-4209-9b0d-ecc22d3f53ad url= /sdc/v1/registerForDistribution 2021-11-10T00:09:10.003Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25fede24 2021-11-10T00:09:10.003Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:09:10.004Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:09:10.004Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/SurqIuBSsRcalwLV will send credentials over a clear channel. 2021-11-10T00:09:10.004Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/SurqIuBSsRcalwLV (as SurqIuBSsRcalwLV) ... 2021-11-10T00:09:10.020Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:09:10.020Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:09:10.021Z||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$$32ce77c9.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-10T00:09:59.915Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:09:59.916Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:09:59.917Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:09:59.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:09:59.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 68b91339-2d8b-4d7d-bf95-667ed88e16ac url= /sdc/v1/artifactTypes 2021-11-10T00:09:59.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:09:59.972Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:09:59.974Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:09:59.974Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:09:59.975Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:09:59.975Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as SurqIuBSsRcalwLV) ... 2021-11-10T00:09:59.996Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:09:59.997Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 055c835a-ef72-4b05-b7f7-17bcc7230fa6 url= /sdc/v1/registerForDistribution 2021-11-10T00:10:00.004Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@416e2596 2021-11-10T00:10:00.005Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:10:00.005Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:10:00.006Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/GySMfmUyJM6vXx6q will send credentials over a clear channel. 2021-11-10T00:10:00.006Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/GySMfmUyJM6vXx6q (as GySMfmUyJM6vXx6q) ... 2021-11-10T00:10:00.021Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:10:00.022Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:10:00.022Z||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$$32ce77c9.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-10T00:10:49.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:10:49.918Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:10:49.918Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:10:49.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:10:49.929Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c0e2585b-7d29-4834-a0cc-f01f15505baf url= /sdc/v1/artifactTypes 2021-11-10T00:10:49.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:10:49.965Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:10:49.966Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:10:49.966Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:10:49.967Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:10:49.967Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as GySMfmUyJM6vXx6q) ... 2021-11-10T00:10:49.988Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:10:49.989Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d60a29ba-223c-40c4-a84a-142748005ed5 url= /sdc/v1/registerForDistribution 2021-11-10T00:10:49.994Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@251a39cb 2021-11-10T00:10:49.994Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:10:49.994Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:10:49.995Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Mly0MfGLntevOod7 will send credentials over a clear channel. 2021-11-10T00:10:49.997Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Mly0MfGLntevOod7 (as Mly0MfGLntevOod7) ... 2021-11-10T00:10:50.015Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:10:50.015Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:10:50.015Z||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$$32ce77c9.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-10T00:11:39.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:11:39.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:11:39.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:11:39.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:11:39.933Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8347e8ef-b9bc-4338-b66c-94fa2822fd5a url= /sdc/v1/artifactTypes 2021-11-10T00:11:39.933Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:11:39.973Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:11:39.974Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:11:39.974Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:11:39.975Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:11:39.976Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Mly0MfGLntevOod7) ... 2021-11-10T00:11:39.998Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:11:40.000Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= febb0bd5-b796-42be-b059-b870e41d3a1e url= /sdc/v1/registerForDistribution 2021-11-10T00:11:40.006Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16943f2e 2021-11-10T00:11:40.007Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:11:40.007Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:11:40.007Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/h75FENnLBIRoDOSb will send credentials over a clear channel. 2021-11-10T00:11:40.008Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/h75FENnLBIRoDOSb (as h75FENnLBIRoDOSb) ... 2021-11-10T00:11:40.021Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:11:40.022Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:11:40.022Z||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$$32ce77c9.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-10T00:12:29.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:12:29.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:12:29.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:12:29.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:12:29.931Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fb5a38eb-5676-4778-bb34-973646ec1a4c url= /sdc/v1/artifactTypes 2021-11-10T00:12:29.931Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:12:30.072Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:12:30.074Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:12:30.074Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:12:30.075Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:12:30.075Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as h75FENnLBIRoDOSb) ... 2021-11-10T00:12:30.096Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:12:30.098Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3531c5f5-7057-4192-b41f-0b1356df9369 url= /sdc/v1/registerForDistribution 2021-11-10T00:12:30.104Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@496f6faf 2021-11-10T00:12:30.104Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:12:30.104Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:12:30.105Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/n5wuIzfDkA8V41eg will send credentials over a clear channel. 2021-11-10T00:12:30.105Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/n5wuIzfDkA8V41eg (as n5wuIzfDkA8V41eg) ... 2021-11-10T00:12:30.118Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:12:30.119Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:12:30.120Z||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$$32ce77c9.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-10T00:13:19.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:13:19.918Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:13:19.918Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:13:19.926Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:13:19.933Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5710472b-9b2d-4a66-9bf6-379b40a170cd url= /sdc/v1/artifactTypes 2021-11-10T00:13:19.933Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:13:19.969Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:13:19.970Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:13:19.970Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:13:19.971Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:13:19.972Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n5wuIzfDkA8V41eg) ... 2021-11-10T00:13:19.989Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:13:19.990Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 63350db4-42d9-47d5-991b-34d5e6652786 url= /sdc/v1/registerForDistribution 2021-11-10T00:13:19.994Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7aad19aa 2021-11-10T00:13:19.995Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:13:19.995Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:13:19.995Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/mRsY5qTvBhIJcAqQ will send credentials over a clear channel. 2021-11-10T00:13:19.996Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/mRsY5qTvBhIJcAqQ (as mRsY5qTvBhIJcAqQ) ... 2021-11-10T00:13:20.020Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:13:20.020Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:13:20.021Z||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$$32ce77c9.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-10T00:14:09.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:14:09.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:14:09.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:14:09.928Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:14:09.936Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3244a20f-1067-4132-8bdc-fbc07081616c url= /sdc/v1/artifactTypes 2021-11-10T00:14:09.936Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:14:09.978Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:14:09.980Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:14:09.981Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:14:09.982Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:14:09.982Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as mRsY5qTvBhIJcAqQ) ... 2021-11-10T00:14:10.013Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:14:10.015Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e3b15547-0b78-4bb9-9d17-d3820c01d0c1 url= /sdc/v1/registerForDistribution 2021-11-10T00:14:10.021Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44712f01 2021-11-10T00:14:10.022Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:14:10.022Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:14:10.023Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/MBTLsmq3Yq2IN4BF will send credentials over a clear channel. 2021-11-10T00:14:10.023Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/MBTLsmq3Yq2IN4BF (as MBTLsmq3Yq2IN4BF) ... 2021-11-10T00:14:10.037Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:14:10.038Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:14:10.038Z||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$$32ce77c9.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-10T00:14:59.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:14:59.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:14:59.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:14:59.926Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:14:59.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8ceb89fe-8bf3-4464-9d6b-8b2e191b59df url= /sdc/v1/artifactTypes 2021-11-10T00:14:59.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:14:59.981Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:14:59.982Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:14:59.982Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:14:59.983Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:14:59.983Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as MBTLsmq3Yq2IN4BF) ... 2021-11-10T00:15:00.003Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:15:00.005Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6a2c2f1c-4c32-4417-afe3-01f21bf5b560 url= /sdc/v1/registerForDistribution 2021-11-10T00:15:00.010Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@dad4caa 2021-11-10T00:15:00.011Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:15:00.011Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:15:00.012Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/wogVgcWbTeKWwA9r will send credentials over a clear channel. 2021-11-10T00:15:00.012Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/wogVgcWbTeKWwA9r (as wogVgcWbTeKWwA9r) ... 2021-11-10T00:15:00.026Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:15:00.026Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:15:00.027Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at 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$$32ce77c9.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-10T00:15:49.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:15:49.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:15:49.919Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:15:49.928Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:15:49.936Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a960ada-9982-41ea-8375-3603b819fb65 url= /sdc/v1/artifactTypes 2021-11-10T00:15:49.936Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:15:49.979Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:15:49.980Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:15:49.981Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:15:49.982Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:15:49.983Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as wogVgcWbTeKWwA9r) ... 2021-11-10T00:15:50.012Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:15:50.013Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f2323627-6188-4be8-bf8b-3bb07f58e791 url= /sdc/v1/registerForDistribution 2021-11-10T00:15:50.019Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22932997 2021-11-10T00:15:50.020Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:15:50.020Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:15:50.021Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/vhTewqBYTSDsiXRC will send credentials over a clear channel. 2021-11-10T00:15:50.021Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/vhTewqBYTSDsiXRC (as vhTewqBYTSDsiXRC) ... 2021-11-10T00:15:50.035Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:15:50.036Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:15:50.036Z||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$$32ce77c9.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-10T00:16:39.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:16:39.918Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:16:39.918Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:16:39.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:16:39.927Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c9608c05-67aa-4f05-95a4-a9050b39caf8 url= /sdc/v1/artifactTypes 2021-11-10T00:16:39.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:16:39.989Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:16:39.990Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:16:39.991Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:16:39.992Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:16:39.992Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as vhTewqBYTSDsiXRC) ... 2021-11-10T00:16:40.012Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:16:40.013Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 40875e2f-f669-4fe5-a612-d86da8a29ec9 url= /sdc/v1/registerForDistribution 2021-11-10T00:16:40.023Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1563571f 2021-11-10T00:16:40.024Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:16:40.024Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:16:40.025Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Uc1JuYvvVcftbdQU will send credentials over a clear channel. 2021-11-10T00:16:40.025Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Uc1JuYvvVcftbdQU (as Uc1JuYvvVcftbdQU) ... 2021-11-10T00:16:40.042Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:16:40.042Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:16:40.043Z||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$$32ce77c9.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-10T00:17:29.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:17:29.917Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:17:29.918Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:17:29.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:17:29.926Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 44e903be-6485-42aa-a8ed-da72ceabd824 url= /sdc/v1/artifactTypes 2021-11-10T00:17:29.927Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:17:29.974Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:17:29.975Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:17:29.976Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:17:29.976Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:17:29.977Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Uc1JuYvvVcftbdQU) ... 2021-11-10T00:17:30.001Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:17:30.006Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 57194a75-b831-44ca-8580-6c82a6715b3a url= /sdc/v1/registerForDistribution 2021-11-10T00:17:30.012Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e6dc0b1 2021-11-10T00:17:30.013Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:17:30.013Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:17:30.014Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/C3zM7N4LsbbHx1ms will send credentials over a clear channel. 2021-11-10T00:17:30.014Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/C3zM7N4LsbbHx1ms (as C3zM7N4LsbbHx1ms) ... 2021-11-10T00:17:30.029Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:17:30.030Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:17:30.031Z||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$$32ce77c9.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-10T00:18:19.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:18:19.918Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:18:19.918Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:18:19.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:18:19.931Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c409eb93-1bff-4ee4-b678-ea1a1e57f142 url= /sdc/v1/artifactTypes 2021-11-10T00:18:19.931Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:18:19.968Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:18:19.970Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:18:19.970Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:18:19.971Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:18:19.971Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as C3zM7N4LsbbHx1ms) ... 2021-11-10T00:18:19.997Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:18:19.998Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 527a1e06-924f-4998-b900-e1fa7361698e url= /sdc/v1/registerForDistribution 2021-11-10T00:18:20.004Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c746e41 2021-11-10T00:18:20.004Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:18:20.005Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:18:20.005Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/wZ0QH0YLaxkbcX2v will send credentials over a clear channel. 2021-11-10T00:18:20.006Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/wZ0QH0YLaxkbcX2v (as wZ0QH0YLaxkbcX2v) ... 2021-11-10T00:18:20.020Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:18:20.020Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:18:20.021Z||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$$32ce77c9.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-10T00:19:09.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:19:09.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:19:09.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:19:09.926Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:19:09.933Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35098926-40f6-4d55-a49f-1a42efb00fb3 url= /sdc/v1/artifactTypes 2021-11-10T00:19:09.933Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:19:10.050Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:19:10.052Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:19:10.052Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:19:10.053Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:19:10.054Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as wZ0QH0YLaxkbcX2v) ... 2021-11-10T00:19:10.086Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:19:10.087Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 48bdfbdd-2746-4785-b1e3-94226b76a0b8 url= /sdc/v1/registerForDistribution 2021-11-10T00:19:10.093Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@399b0062 2021-11-10T00:19:10.093Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:19:10.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:19:10.094Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/P7JQ4ascmMzTCASj will send credentials over a clear channel. 2021-11-10T00:19:10.094Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/P7JQ4ascmMzTCASj (as P7JQ4ascmMzTCASj) ... 2021-11-10T00:19:10.109Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:19:10.109Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:19:10.110Z||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$$32ce77c9.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-10T00:19:59.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:19:59.917Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:19:59.917Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:19:59.920Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:19:59.925Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6f986681-81a3-43c8-85b1-cb4e63a0c8dc url= /sdc/v1/artifactTypes 2021-11-10T00:19:59.925Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:19:59.961Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:19:59.962Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:19:59.962Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:19:59.963Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:19:59.963Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as P7JQ4ascmMzTCASj) ... 2021-11-10T00:19:59.986Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:19:59.987Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ccde78ce-cc30-47d3-b9ab-d3c59b7129cd url= /sdc/v1/registerForDistribution 2021-11-10T00:19:59.992Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42ddcdd8 2021-11-10T00:19:59.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:19:59.993Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:19:59.993Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/dKhI3uqJIn275vNk will send credentials over a clear channel. 2021-11-10T00:19:59.994Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/dKhI3uqJIn275vNk (as dKhI3uqJIn275vNk) ... 2021-11-10T00:20:00.008Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:20:00.009Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:20:00.009Z||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$$32ce77c9.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-10T00:20:49.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:20:49.922Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:20:49.923Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:20:49.927Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:20:49.933Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 57a7037f-9782-4398-9659-a687f2d06e94 url= /sdc/v1/artifactTypes 2021-11-10T00:20:49.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:20:49.974Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:20:49.975Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:20:49.976Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:20:49.976Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:20:49.977Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as dKhI3uqJIn275vNk) ... 2021-11-10T00:20:50.006Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:20:50.008Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bcada07e-89d7-4b0a-ae70-a1b809fc71d9 url= /sdc/v1/registerForDistribution 2021-11-10T00:20:50.013Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54d6bfc0 2021-11-10T00:20:50.013Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:20:50.014Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:20:50.014Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/gMAUOWwgxJpzFEWc will send credentials over a clear channel. 2021-11-10T00:20:50.014Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/gMAUOWwgxJpzFEWc (as gMAUOWwgxJpzFEWc) ... 2021-11-10T00:20:50.029Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:20:50.029Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:20:50.030Z||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$$32ce77c9.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-10T00:21:39.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:21:39.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:21:39.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:21:39.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:21:39.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee5a158b-347c-476e-bce5-ef57548d60a7 url= /sdc/v1/artifactTypes 2021-11-10T00:21:39.933Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:21:39.982Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:21:39.984Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:21:39.984Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:21:39.985Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:21:39.985Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as gMAUOWwgxJpzFEWc) ... 2021-11-10T00:21:40.010Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:21:40.012Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0191c477-f238-410d-a4d5-e5b0ddf6a3de url= /sdc/v1/registerForDistribution 2021-11-10T00:21:40.018Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@492a2aac 2021-11-10T00:21:40.019Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:21:40.019Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:21:40.020Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/XKL5dJzMAeU3YWA2 will send credentials over a clear channel. 2021-11-10T00:21:40.020Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/XKL5dJzMAeU3YWA2 (as XKL5dJzMAeU3YWA2) ... 2021-11-10T00:21:40.038Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:21:40.038Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:21:40.039Z||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$$32ce77c9.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-10T00:22:29.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:22:29.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:22:29.919Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:22:29.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:22:29.929Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c99b0b3-c3e4-4b83-8b5a-9617d77dc341 url= /sdc/v1/artifactTypes 2021-11-10T00:22:29.930Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:22:29.975Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:22:29.976Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:22:29.977Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:22:29.978Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:22:29.978Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XKL5dJzMAeU3YWA2) ... 2021-11-10T00:22:30.000Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:22:30.002Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 10c7f59c-147e-4a4b-a9d9-2f0289931d43 url= /sdc/v1/registerForDistribution 2021-11-10T00:22:30.010Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2997e3f1 2021-11-10T00:22:30.010Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:22:30.011Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:22:30.011Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/OeAOcKXlC8VlJgib will send credentials over a clear channel. 2021-11-10T00:22:30.012Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/OeAOcKXlC8VlJgib (as OeAOcKXlC8VlJgib) ... 2021-11-10T00:22:30.025Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:22:30.026Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:22:30.027Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at 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$$32ce77c9.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-10T00:23:19.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:23:19.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:23:19.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:23:19.926Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:23:19.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ad379021-d289-44f3-8210-b8054a3e67d0 url= /sdc/v1/artifactTypes 2021-11-10T00:23:19.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:23:19.981Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:23:19.983Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:23:19.983Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:23:19.985Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:23:19.985Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as OeAOcKXlC8VlJgib) ... 2021-11-10T00:23:20.005Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:23:20.007Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 066c4527-dad8-4c90-be53-2cf59e255596 url= /sdc/v1/registerForDistribution 2021-11-10T00:23:20.013Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f9e0a36 2021-11-10T00:23:20.013Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:23:20.014Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:23:20.014Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/HBGRQtmFmFycm9ol will send credentials over a clear channel. 2021-11-10T00:23:20.015Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/HBGRQtmFmFycm9ol (as HBGRQtmFmFycm9ol) ... 2021-11-10T00:23:20.029Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:23:20.029Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:23:20.030Z||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$$32ce77c9.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-10T00:24:09.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:24:09.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:24:09.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:24:09.926Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:24:09.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 86fcb2cd-f055-416f-a1be-b67b68bc9ca5 url= /sdc/v1/artifactTypes 2021-11-10T00:24:09.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:24:09.974Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:24:09.975Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:24:09.976Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:24:09.977Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:24:09.977Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as HBGRQtmFmFycm9ol) ... 2021-11-10T00:24:10.005Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:24:10.007Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b828c4a5-8d49-412c-9474-0ca683b6a84a url= /sdc/v1/registerForDistribution 2021-11-10T00:24:10.011Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a5a39ef 2021-11-10T00:24:10.012Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:24:10.012Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:24:10.013Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/0ULyi4mUgA2WZEDN will send credentials over a clear channel. 2021-11-10T00:24:10.013Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/0ULyi4mUgA2WZEDN (as 0ULyi4mUgA2WZEDN) ... 2021-11-10T00:24:10.035Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:24:10.035Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:24:10.036Z||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$$32ce77c9.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-10T00:24:59.915Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:24:59.916Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:24:59.917Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:24:59.920Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:24:59.925Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bdd34c33-54bf-423c-9d39-d7286aab2db8 url= /sdc/v1/artifactTypes 2021-11-10T00:24:59.925Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:24:59.959Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:24:59.960Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:24:59.960Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:24:59.961Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:24:59.961Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 0ULyi4mUgA2WZEDN) ... 2021-11-10T00:24:59.995Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:24:59.998Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1cf7e22d-d640-47e6-b30e-55fa11617812 url= /sdc/v1/registerForDistribution 2021-11-10T00:25:00.002Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d139b89 2021-11-10T00:25:00.003Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:25:00.003Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:25:00.004Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/vGGRg1iUBHqOGfqf will send credentials over a clear channel. 2021-11-10T00:25:00.004Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/vGGRg1iUBHqOGfqf (as vGGRg1iUBHqOGfqf) ... 2021-11-10T00:25:00.019Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:25:00.020Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:25:00.020Z||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$$32ce77c9.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-10T00:25:49.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:25:49.918Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:25:49.919Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:25:49.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:25:49.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 34a64ffe-16e8-489b-bdf5-3318d4a575fe url= /sdc/v1/artifactTypes 2021-11-10T00:25:49.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:25:49.974Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:25:49.976Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:25:49.977Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:25:49.978Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:25:49.979Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as vGGRg1iUBHqOGfqf) ... 2021-11-10T00:25:49.999Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:25:50.001Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 33ad33a0-58de-4a4e-86c8-caa088fd23d3 url= /sdc/v1/registerForDistribution 2021-11-10T00:25:50.006Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5aed887b 2021-11-10T00:25:50.006Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:25:50.007Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:25:50.008Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/DpTBErCyBX8DnVwS will send credentials over a clear channel. 2021-11-10T00:25:50.008Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/DpTBErCyBX8DnVwS (as DpTBErCyBX8DnVwS) ... 2021-11-10T00:25:50.020Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:25:50.020Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:25:50.021Z||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$$32ce77c9.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-10T00:26:39.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:26:39.917Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:26:39.918Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:26:39.921Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:26:39.926Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f49f6e80-8cad-4c71-b385-c0e5f0bb57a1 url= /sdc/v1/artifactTypes 2021-11-10T00:26:39.926Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:26:39.965Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:26:39.967Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:26:39.967Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:26:39.968Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:26:39.968Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as DpTBErCyBX8DnVwS) ... 2021-11-10T00:26:40.001Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:26:40.002Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a75d1020-3bdd-4891-8bfc-f3e97fa42e98 url= /sdc/v1/registerForDistribution 2021-11-10T00:26:40.007Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75259c13 2021-11-10T00:26:40.007Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:26:40.008Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:26:40.008Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/OBYVpNPrAQCqL8NB will send credentials over a clear channel. 2021-11-10T00:26:40.009Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/OBYVpNPrAQCqL8NB (as OBYVpNPrAQCqL8NB) ... 2021-11-10T00:26:40.023Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:26:40.023Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:26:40.024Z||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$$32ce77c9.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-10T00:27:29.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:27:29.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:27:29.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:27:29.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:27:29.930Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36639b9b-c0da-4199-8891-3bb10259786d url= /sdc/v1/artifactTypes 2021-11-10T00:27:29.931Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:27:29.968Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:27:29.969Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:27:29.969Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:27:29.970Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:27:29.971Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as OBYVpNPrAQCqL8NB) ... 2021-11-10T00:27:30.003Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:27:30.004Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b5c7aab0-b9e3-46de-b75c-dcc01e33e3d0 url= /sdc/v1/registerForDistribution 2021-11-10T00:27:30.011Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a690334 2021-11-10T00:27:30.011Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:27:30.012Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:27:30.012Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/jZ2NmRQq7vJQ6qPA will send credentials over a clear channel. 2021-11-10T00:27:30.013Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/jZ2NmRQq7vJQ6qPA (as jZ2NmRQq7vJQ6qPA) ... 2021-11-10T00:27:30.027Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:27:30.027Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:27:30.028Z||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$$32ce77c9.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-10T00:28:19.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:28:19.918Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:28:19.918Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:28:19.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:28:19.927Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dfcba316-4f80-40ee-a4ed-dbf483d5ca0f url= /sdc/v1/artifactTypes 2021-11-10T00:28:19.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:28:19.962Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:28:19.963Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:28:19.963Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:28:19.964Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:28:19.964Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as jZ2NmRQq7vJQ6qPA) ... 2021-11-10T00:28:19.991Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:28:19.992Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 07e51270-c5b2-4b08-bca4-30a0490969ef url= /sdc/v1/registerForDistribution 2021-11-10T00:28:19.997Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48bd40b4 2021-11-10T00:28:19.997Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:28:19.997Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:28:19.997Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/bAqnBrIBOas7mq1c will send credentials over a clear channel. 2021-11-10T00:28:19.998Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/bAqnBrIBOas7mq1c (as bAqnBrIBOas7mq1c) ... 2021-11-10T00:28:20.009Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:28:20.009Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:28:20.010Z||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$$32ce77c9.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-10T00:29:09.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:29:09.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:29:09.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:29:09.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:29:09.929Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d690dfb8-a0cf-42f6-9e63-07d25d0c4302 url= /sdc/v1/artifactTypes 2021-11-10T00:29:09.930Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:29:09.972Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:29:09.974Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:29:09.974Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:29:09.975Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:29:09.976Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as bAqnBrIBOas7mq1c) ... 2021-11-10T00:29:10.023Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:29:10.025Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2b3b18f7-f7eb-41c7-8f59-315039def2c2 url= /sdc/v1/registerForDistribution 2021-11-10T00:29:10.033Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67514929 2021-11-10T00:29:10.033Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:29:10.033Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:29:10.034Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/6W7yisH3jmjHIHAN will send credentials over a clear channel. 2021-11-10T00:29:10.034Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/6W7yisH3jmjHIHAN (as 6W7yisH3jmjHIHAN) ... 2021-11-10T00:29:10.049Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:29:10.049Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:29:10.050Z||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$$32ce77c9.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-10T00:29:59.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:29:59.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:29:59.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:29:59.926Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:29:59.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c38c1faa-bba9-4b85-96f8-5f3d466ea2e9 url= /sdc/v1/artifactTypes 2021-11-10T00:29:59.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:29:59.976Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:29:59.978Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:29:59.978Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:29:59.979Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:29:59.979Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 6W7yisH3jmjHIHAN) ... 2021-11-10T00:30:00.005Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:30:00.006Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9b234ae2-a618-49bc-9c53-9a7d0d7deb29 url= /sdc/v1/registerForDistribution 2021-11-10T00:30:00.012Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30fa8e51 2021-11-10T00:30:00.012Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:30:00.012Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:30:00.013Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/n9M6NaJ89SrkR7gv will send credentials over a clear channel. 2021-11-10T00:30:00.013Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/n9M6NaJ89SrkR7gv (as n9M6NaJ89SrkR7gv) ... 2021-11-10T00:30:00.057Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:30:00.058Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:30:00.058Z||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$$32ce77c9.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-10T00:30:49.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:30:49.922Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:30:49.922Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:30:49.929Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:30:49.938Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 942f979c-9e73-454b-bcc6-6333f82e1b29 url= /sdc/v1/artifactTypes 2021-11-10T00:30:49.939Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:30:49.975Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:30:49.977Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:30:49.977Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:30:49.978Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:30:49.979Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as n9M6NaJ89SrkR7gv) ... 2021-11-10T00:30:50.013Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:30:50.015Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cbfd2006-e048-4597-b5a1-bb60509a3fc5 url= /sdc/v1/registerForDistribution 2021-11-10T00:30:50.021Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5652a842 2021-11-10T00:30:50.022Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:30:50.022Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:30:50.023Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/oEQGRa14QFKxMmQ7 will send credentials over a clear channel. 2021-11-10T00:30:50.023Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/oEQGRa14QFKxMmQ7 (as oEQGRa14QFKxMmQ7) ... 2021-11-10T00:30:50.038Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:30:50.038Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:30:50.039Z||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$$32ce77c9.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-10T00:31:39.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:31:39.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:31:39.919Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:31:39.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:31:39.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56dc7526-bb69-434b-b2f8-7d603d883c41 url= /sdc/v1/artifactTypes 2021-11-10T00:31:39.932Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:31:39.978Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:31:39.979Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:31:39.979Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:31:39.981Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:31:39.981Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as oEQGRa14QFKxMmQ7) ... 2021-11-10T00:31:40.011Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:31:40.013Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0a4d7700-c776-4a7d-ae74-09c642d1a967 url= /sdc/v1/registerForDistribution 2021-11-10T00:31:40.020Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30241a3d 2021-11-10T00:31:40.020Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:31:40.021Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:31:40.022Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/YBFrhbloOJdy9As9 will send credentials over a clear channel. 2021-11-10T00:31:40.022Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/YBFrhbloOJdy9As9 (as YBFrhbloOJdy9As9) ... 2021-11-10T00:31:40.043Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:31:40.044Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:31:40.045Z||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$$32ce77c9.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-10T00:32:29.915Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:32:29.917Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:32:29.917Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:32:29.920Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:32:29.925Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 99592f40-3dce-4635-b9e8-d00d1a401230 url= /sdc/v1/artifactTypes 2021-11-10T00:32:29.925Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:32:29.967Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:32:29.968Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:32:29.968Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:32:29.969Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:32:29.969Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as YBFrhbloOJdy9As9) ... 2021-11-10T00:32:29.990Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:32:29.991Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 00501f94-e6c9-460f-89e2-f2a6ee77addf url= /sdc/v1/registerForDistribution 2021-11-10T00:32:29.996Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@bfcd415 2021-11-10T00:32:29.997Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:32:29.997Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:32:29.997Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/4QnLv8tGC5pWJkqk will send credentials over a clear channel. 2021-11-10T00:32:29.997Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/4QnLv8tGC5pWJkqk (as 4QnLv8tGC5pWJkqk) ... 2021-11-10T00:32:30.016Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:32:30.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:32:30.017Z||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$$32ce77c9.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-10T00:33:19.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:33:19.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:33:19.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:33:19.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:33:19.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28fe3aa4-7eb1-4d98-9c40-c40143ffb6d4 url= /sdc/v1/artifactTypes 2021-11-10T00:33:19.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:33:19.971Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:33:19.972Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:33:19.973Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:33:19.974Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:33:19.974Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4QnLv8tGC5pWJkqk) ... 2021-11-10T00:33:19.994Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:33:19.996Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1d95546e-0c0e-45fb-82d8-ae6f9f628e6d url= /sdc/v1/registerForDistribution 2021-11-10T00:33:20.001Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35e0e7da 2021-11-10T00:33:20.001Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:33:20.001Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:33:20.001Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/SLk07AT6ZEevnAEO will send credentials over a clear channel. 2021-11-10T00:33:20.001Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/SLk07AT6ZEevnAEO (as SLk07AT6ZEevnAEO) ... 2021-11-10T00:33:20.016Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:33:20.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:33:20.017Z||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$$32ce77c9.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-10T00:34:09.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:34:09.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:34:09.922Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:34:09.927Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:34:09.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 15de0641-b63d-47b1-ba40-3d3cc57e881a url= /sdc/v1/artifactTypes 2021-11-10T00:34:09.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:34:09.978Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:34:09.979Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:34:09.979Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:34:09.980Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:34:09.980Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as SLk07AT6ZEevnAEO) ... 2021-11-10T00:34:10.013Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:34:10.015Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ac1a12c6-457a-4d95-8e1a-f9c1be3b105b url= /sdc/v1/registerForDistribution 2021-11-10T00:34:10.021Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53b1a457 2021-11-10T00:34:10.021Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:34:10.021Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:34:10.022Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/H5NkROT8OdAQOMaZ will send credentials over a clear channel. 2021-11-10T00:34:10.022Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/H5NkROT8OdAQOMaZ (as H5NkROT8OdAQOMaZ) ... 2021-11-10T00:34:10.041Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:34:10.041Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:34:10.042Z||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$$32ce77c9.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-10T00:34:59.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:34:59.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:34:59.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:34:59.926Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:34:59.933Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e18c778-5631-4ecd-9908-028c87e5bb2e url= /sdc/v1/artifactTypes 2021-11-10T00:34:59.933Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:34:59.976Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:34:59.978Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:34:59.979Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:34:59.980Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:34:59.980Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as H5NkROT8OdAQOMaZ) ... 2021-11-10T00:35:00.020Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:35:00.022Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cd4378c0-a087-4dd7-a043-b1f88b83a4dd url= /sdc/v1/registerForDistribution 2021-11-10T00:35:00.028Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16ce25bc 2021-11-10T00:35:00.028Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:35:00.029Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:35:00.030Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/d4BR4JTQE1g5gdtI will send credentials over a clear channel. 2021-11-10T00:35:00.030Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/d4BR4JTQE1g5gdtI (as d4BR4JTQE1g5gdtI) ... 2021-11-10T00:35:00.045Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:35:00.045Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:35:00.046Z||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$$32ce77c9.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-10T00:35:49.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:35:49.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:35:49.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:35:49.927Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:35:49.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9b9f52ff-e194-4eab-9bdf-c0fd369beb0b url= /sdc/v1/artifactTypes 2021-11-10T00:35:49.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:35:49.973Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:35:49.974Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:35:49.974Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:35:49.975Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:35:49.975Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as d4BR4JTQE1g5gdtI) ... 2021-11-10T00:35:50.005Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:35:50.007Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b183dd17-dba4-4bbe-a87a-045f5e0bf1c3 url= /sdc/v1/registerForDistribution 2021-11-10T00:35:50.012Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d76557d 2021-11-10T00:35:50.012Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:35:50.012Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:35:50.013Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/mkO3OzQVdYbSXNSs will send credentials over a clear channel. 2021-11-10T00:35:50.013Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/mkO3OzQVdYbSXNSs (as mkO3OzQVdYbSXNSs) ... 2021-11-10T00:35:50.026Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:35:50.027Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:35:50.027Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at 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$$32ce77c9.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-10T00:36:39.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:36:39.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:36:39.919Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:36:39.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:36:39.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb5ef7e2-0b0e-4765-ae59-420717341198 url= /sdc/v1/artifactTypes 2021-11-10T00:36:39.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:36:39.965Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:36:39.966Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:36:39.966Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:36:39.967Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:36:39.967Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as mkO3OzQVdYbSXNSs) ... 2021-11-10T00:36:39.997Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:36:39.998Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7977f1a1-1a40-47e2-8fd5-af8fbf283407 url= /sdc/v1/registerForDistribution 2021-11-10T00:36:40.003Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d224db4 2021-11-10T00:36:40.003Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:36:40.004Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:36:40.004Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/AX4Djk75JJZ1RA7g will send credentials over a clear channel. 2021-11-10T00:36:40.004Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/AX4Djk75JJZ1RA7g (as AX4Djk75JJZ1RA7g) ... 2021-11-10T00:36:40.019Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:36:40.020Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:36:40.020Z||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$$32ce77c9.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-10T00:37:29.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:37:29.917Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:37:29.917Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:37:29.921Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:37:29.927Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a052c332-9abc-421e-85cc-1473bb14feb8 url= /sdc/v1/artifactTypes 2021-11-10T00:37:29.927Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:37:29.967Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:37:29.968Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:37:29.968Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:37:29.969Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:37:29.969Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as AX4Djk75JJZ1RA7g) ... 2021-11-10T00:37:29.989Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:37:29.990Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 821b9c98-c5e2-4939-b630-b7d9b3566740 url= /sdc/v1/registerForDistribution 2021-11-10T00:37:29.996Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@682c787c 2021-11-10T00:37:29.996Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:37:29.997Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:37:29.997Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/zJjeK5Ejs3tcMhol will send credentials over a clear channel. 2021-11-10T00:37:29.997Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/zJjeK5Ejs3tcMhol (as zJjeK5Ejs3tcMhol) ... 2021-11-10T00:37:30.010Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:37:30.010Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:37:30.011Z||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$$32ce77c9.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-10T00:38:19.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:38:19.917Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:38:19.918Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:38:19.921Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:38:19.927Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 33ece88c-fe41-4b91-877a-ad9190fb91a8 url= /sdc/v1/artifactTypes 2021-11-10T00:38:19.927Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:38:19.969Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:38:19.970Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:38:19.970Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:38:19.971Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:38:19.971Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as zJjeK5Ejs3tcMhol) ... 2021-11-10T00:38:19.990Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:38:19.991Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9a3007f6-0d03-42ab-a88c-780b3b068c1b url= /sdc/v1/registerForDistribution 2021-11-10T00:38:19.995Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e96f377 2021-11-10T00:38:19.995Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:38:19.996Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:38:19.997Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/bkgoZomfAWr7gSRF will send credentials over a clear channel. 2021-11-10T00:38:19.998Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/bkgoZomfAWr7gSRF (as bkgoZomfAWr7gSRF) ... 2021-11-10T00:38:20.010Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:38:20.010Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:38:20.011Z||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$$32ce77c9.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-10T00:39:09.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:39:09.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:39:09.919Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:39:09.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:39:09.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35beff64-6c1d-4b80-a777-37b283e2d036 url= /sdc/v1/artifactTypes 2021-11-10T00:39:09.932Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:39:09.980Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:39:09.981Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:39:09.982Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:39:09.983Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:39:09.984Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as bkgoZomfAWr7gSRF) ... 2021-11-10T00:39:10.021Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:39:10.022Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 259357cc-dea9-4369-a58c-317008784868 url= /sdc/v1/registerForDistribution 2021-11-10T00:39:10.030Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16c36d55 2021-11-10T00:39:10.030Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:39:10.031Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:39:10.031Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/WYOPhZTfDJNenL37 will send credentials over a clear channel. 2021-11-10T00:39:10.031Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/WYOPhZTfDJNenL37 (as WYOPhZTfDJNenL37) ... 2021-11-10T00:39:10.047Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:39:10.048Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:39:10.048Z||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$$32ce77c9.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-10T00:39:59.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:39:59.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:39:59.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:39:59.927Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:39:59.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c96f46ba-858f-4354-9e1f-78743d0a0794 url= /sdc/v1/artifactTypes 2021-11-10T00:39:59.935Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:39:59.984Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:39:59.985Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:39:59.985Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:39:59.986Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:39:59.987Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as WYOPhZTfDJNenL37) ... 2021-11-10T00:40:00.038Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:40:00.040Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3207d7a0-178c-4c2d-82cb-77803f78c347 url= /sdc/v1/registerForDistribution 2021-11-10T00:40:00.045Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c92d4b6 2021-11-10T00:40:00.045Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:40:00.046Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:40:00.046Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/QHNkdKfJQkJBJBOB will send credentials over a clear channel. 2021-11-10T00:40:00.046Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/QHNkdKfJQkJBJBOB (as QHNkdKfJQkJBJBOB) ... 2021-11-10T00:40:00.063Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:40:00.063Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:40:00.064Z||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$$32ce77c9.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-10T00:40:49.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:40:49.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:40:49.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:40:49.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:40:49.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 188bd4a7-a254-4ee3-9fe4-6e687a66341f url= /sdc/v1/artifactTypes 2021-11-10T00:40:49.932Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:40:49.974Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:40:49.975Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:40:49.975Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:40:49.976Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:40:49.976Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as QHNkdKfJQkJBJBOB) ... 2021-11-10T00:40:50.004Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:40:50.005Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fd56f4da-cf29-4925-ac51-916f2a022fb5 url= /sdc/v1/registerForDistribution 2021-11-10T00:40:50.011Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2239a465 2021-11-10T00:40:50.011Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:40:50.011Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:40:50.012Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/zACyqYzHOzH2lDea will send credentials over a clear channel. 2021-11-10T00:40:50.012Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/zACyqYzHOzH2lDea (as zACyqYzHOzH2lDea) ... 2021-11-10T00:40:50.025Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:40:50.025Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:40:50.026Z||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$$32ce77c9.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-10T00:41:39.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:41:39.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:41:39.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:41:39.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:41:39.933Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 21ffc58a-33c1-4d89-b882-729e6ff6388d url= /sdc/v1/artifactTypes 2021-11-10T00:41:39.933Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:41:39.984Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:41:39.985Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:41:39.985Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:41:39.986Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:41:39.986Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as zACyqYzHOzH2lDea) ... 2021-11-10T00:41:40.009Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:41:40.010Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 91531738-c2fb-443f-b307-ab0d28ea0b9d url= /sdc/v1/registerForDistribution 2021-11-10T00:41:40.018Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46bd612a 2021-11-10T00:41:40.018Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:41:40.018Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:41:40.019Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/lUZOJcc6yaJjAygp will send credentials over a clear channel. 2021-11-10T00:41:40.019Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/lUZOJcc6yaJjAygp (as lUZOJcc6yaJjAygp) ... 2021-11-10T00:41:40.032Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:41:40.032Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:41:40.033Z||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$$32ce77c9.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-10T00:42:29.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:42:29.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:42:29.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:42:29.926Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:42:29.933Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8a1b4008-f9b1-48f5-9c2d-1d7292c5930d url= /sdc/v1/artifactTypes 2021-11-10T00:42:29.933Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:42:29.972Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:42:29.974Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:42:29.974Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:42:29.975Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:42:29.976Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as lUZOJcc6yaJjAygp) ... 2021-11-10T00:42:30.004Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:42:30.006Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 08087c68-368c-43c4-b835-ee39b194fca3 url= /sdc/v1/registerForDistribution 2021-11-10T00:42:30.012Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a78bc67 2021-11-10T00:42:30.012Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:42:30.012Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:42:30.013Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Kv2dS9PygfTk7hZJ will send credentials over a clear channel. 2021-11-10T00:42:30.013Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Kv2dS9PygfTk7hZJ (as Kv2dS9PygfTk7hZJ) ... 2021-11-10T00:42:30.025Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:42:30.026Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:42:30.026Z||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$$32ce77c9.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-10T00:43:19.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:43:19.917Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:43:19.918Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:43:19.920Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:43:19.925Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f400a8bb-718f-4bdb-b0d3-c08adf2abf84 url= /sdc/v1/artifactTypes 2021-11-10T00:43:19.925Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:43:19.960Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:43:19.961Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:43:19.961Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:43:19.962Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:43:19.962Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Kv2dS9PygfTk7hZJ) ... 2021-11-10T00:43:19.980Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:43:19.981Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5c6fe41d-3c57-4834-b94d-6b52ebc2d24b url= /sdc/v1/registerForDistribution 2021-11-10T00:43:19.985Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@43f1bd8f 2021-11-10T00:43:19.985Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:43:19.985Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:43:19.986Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/ylV1P4t4gL28xzjw will send credentials over a clear channel. 2021-11-10T00:43:19.986Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/ylV1P4t4gL28xzjw (as ylV1P4t4gL28xzjw) ... 2021-11-10T00:43:19.997Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:43:19.997Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:43:19.997Z||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$$32ce77c9.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-10T00:44:09.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:44:09.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:44:09.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:44:09.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:44:09.929Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 66d629c7-13b9-4e81-a3e3-30da382184af url= /sdc/v1/artifactTypes 2021-11-10T00:44:09.930Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:44:09.982Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:44:09.983Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:44:09.984Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:44:09.984Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:44:09.985Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as ylV1P4t4gL28xzjw) ... 2021-11-10T00:44:10.005Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:44:10.006Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= aeafe30c-636d-4939-a202-583b881400ff url= /sdc/v1/registerForDistribution 2021-11-10T00:44:10.012Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d75aec6 2021-11-10T00:44:10.012Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:44:10.013Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:44:10.013Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/3dGPdkxs0qbyjnVK will send credentials over a clear channel. 2021-11-10T00:44:10.013Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/3dGPdkxs0qbyjnVK (as 3dGPdkxs0qbyjnVK) ... 2021-11-10T00:44:10.025Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:44:10.025Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:44:10.025Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at 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$$32ce77c9.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-10T00:44:59.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:44:59.918Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:44:59.919Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:44:59.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:44:59.929Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 75179bec-d694-4868-845f-a32802a49a42 url= /sdc/v1/artifactTypes 2021-11-10T00:44:59.930Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:44:59.967Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:44:59.968Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:44:59.968Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:44:59.969Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:44:59.969Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 3dGPdkxs0qbyjnVK) ... 2021-11-10T00:45:00.000Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:45:00.001Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0c175e69-7831-401e-8bd8-c02bd65fbdb9 url= /sdc/v1/registerForDistribution 2021-11-10T00:45:00.006Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b4cf4f8 2021-11-10T00:45:00.006Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:45:00.063Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:45:00.066Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/S2kr0SSZO8BCEpgn will send credentials over a clear channel. 2021-11-10T00:45:00.066Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/S2kr0SSZO8BCEpgn (as S2kr0SSZO8BCEpgn) ... 2021-11-10T00:45:00.098Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:45:00.098Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:45:00.098Z||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$$32ce77c9.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-10T00:45:49.919Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:45:49.922Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:45:49.922Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:45:49.928Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:45:49.935Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7902308e-e2e6-43d4-adad-6a91c95f58eb url= /sdc/v1/artifactTypes 2021-11-10T00:45:49.935Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:45:49.977Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:45:49.978Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:45:49.979Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:45:49.980Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:45:49.980Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as S2kr0SSZO8BCEpgn) ... 2021-11-10T00:45:50.006Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:45:50.008Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 75cdd1d4-c33c-4fcb-bb11-c5a3fa1f07fe url= /sdc/v1/registerForDistribution 2021-11-10T00:45:50.013Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d12d7ae 2021-11-10T00:45:50.013Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:45:50.013Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:45:50.014Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/rSNtQ8DQa3EcQGwg will send credentials over a clear channel. 2021-11-10T00:45:50.014Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/rSNtQ8DQa3EcQGwg (as rSNtQ8DQa3EcQGwg) ... 2021-11-10T00:45:50.027Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:45:50.027Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:45:50.028Z||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$$32ce77c9.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-10T00:46:39.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T00:46:39.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T00:46:39.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T00:46:39.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T00:46:39.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5fb5af18-f40c-4686-9e90-1c6160a19591 url= /sdc/v1/artifactTypes 2021-11-10T00:46:39.933Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T00:46:39.982Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T00:46:39.983Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, 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-10T00:46:39.983Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T00:46:39.984Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-11-10T00:46:39.985Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as rSNtQ8DQa3EcQGwg) ... 2021-11-10T00:46:40.004Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:46:40.006Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 51b44e8b-7a25-4133-a2dc-cdeb6a7325a4 url= /sdc/v1/registerForDistribution 2021-11-10T00:46:40.013Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16b923f7 2021-11-10T00:46:40.014Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-11-10T00:46:40.014Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-11-10T00:46:40.015Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/RKJYzKf9NmZqJHKP will send credentials over a clear channel. 2021-11-10T00:46:40.015Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/RKJYzKf9NmZqJHKP (as RKJYzKf9NmZqJHKP) ... 2021-11-10T00:46:40.045Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T00:46:40.045Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-10T00:46:40.046Z||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$$32ce77c9.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