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-04-24T10:56:34.114Z||main|||||INFO|500||Starting Application on dev-so-sdc-controller-5545849fb5-9kt24 with PID 14 (/app/app.jar started by so in /app) 2021-04-24T10:56:34.118Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-04-24T10:56:34.118Z||main|||||INFO|500||The following profiles are active: basic 2021-04-24T10:56:38.886Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-24T10:56:38.887Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-04-24T10:56:38.956Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-24T10:56:40.326Z||main|||||INFO|500||catdb-pool - Starting... 2021-04-24T10:56:40.462Z||main|||||INFO|500||catdb-pool - Start completed. 2021-04-24T10:56:40.824Z||main|||||INFO|500||reqdb-pool - Starting... 2021-04-24T10:56:40.829Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-04-24T10:56:40.890Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-04-24T10:56:40.990Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-04-24T10:56:41.373Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-04-24T10:56:41.916Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-24T10:56:43.905Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-24T10:56:43.944Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-04-24T10:56:44.201Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-24T10:56:44.354Z||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-04-24T10:56:45.260Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-24T10:56:46.076Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-04-24T10:56:51.094Z||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$$14bbc31e.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-04-24T10:56:51.095Z||main|||||WARN|500||The sdc end point is not alive 2021-04-24T10:56:52.755Z||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-04-24T10:56:54.528Z||main|||||WARN|500||--- 2021-04-24T10:56:54.528Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-04-24T10:56:54.528Z||main|||||WARN|500||--- 2021-04-24T10:56:54.855Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-04-24T10:56:57.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T10:56:57.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T10:56:57.339Z||main|||||INFO|500||Started Application in 24.49 seconds (JVM running for 25.372) 2021-04-24T10:56:57.349Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T10:56:57.388Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T10:56:57.453Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4644159-85bc-41ef-a177-b1bdc7b26303 url= /sdc/v1/artifactTypes 2021-04-24T10:56:57.454Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T10:59:07.954Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.159.118] failed: Connection timed out (Connection timed out) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-24T10:59:07.969Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@516702e3 2021-04-24T10:59:07.970Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-24T10:59:07.989Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-24T10:59:07.993Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T10:59:07.998Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T10:59:08.006Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T10:59:08.006Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T10:59:08.006Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T10:59:08.014Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T10:59:08.022Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 811b9071-636f-45c9-9ff5-e71472caebdd url= /sdc/v1/artifactTypes 2021-04-24T10:59:08.022Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:01:19.023Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.159.118] failed: Connection timed out (Connection timed out) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-24T11:01:19.028Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ce2929 2021-04-24T11:01:19.028Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-24T11:01:19.030Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-24T11:01:19.031Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:01:19.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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T11:01:19.037Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:01:19.037Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:01:19.038Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:01:19.047Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:01:19.055Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1dc2a2ad-1b0e-4719-9e99-ca040336c531 url= /sdc/v1/artifactTypes 2021-04-24T11:01:19.056Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:01:19.301Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:01:19.313Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:01:19.354Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:01:19.361Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-24T11:01:19.396Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:01:19.414Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1f17a5bb-0fd2-4e0c-aadd-e2484d8cdcd8 url= /sdc/v1/registerForDistribution 2021-04-24T11:01:19.436Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@11e928d9 2021-04-24T11:01:19.437Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:01:19.437Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:01:19.443Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/wLyJjCdjC5O7mSYu will send credentials over a clear channel. 2021-04-24T11:01:19.444Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/wLyJjCdjC5O7mSYu (as wLyJjCdjC5O7mSYu) ... 2021-04-24T11:01:19.460Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:01:19.461Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:01:19.461Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T11:01:19.462Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:01:19.462Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:01:19.462Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:01:19.465Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:01:19.467Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e7963c9-f9b8-43bc-a011-2e68e47646bf url= /sdc/v1/artifactTypes 2021-04-24T11:01:19.467Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:01:19.510Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:01:19.511Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:01:19.511Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:01:19.512Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:01:19.512Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as wLyJjCdjC5O7mSYu) ... 2021-04-24T11:01:19.535Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:01:19.536Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a729184c-b99a-4ff1-b489-9af9cae10d80 url= /sdc/v1/registerForDistribution 2021-04-24T11:01:19.547Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67936dc8 2021-04-24T11:01:19.547Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:01:19.547Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:01:19.548Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/YqoBKb69WUp9HS3p will send credentials over a clear channel. 2021-04-24T11:01:19.548Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/YqoBKb69WUp9HS3p (as YqoBKb69WUp9HS3p) ... 2021-04-24T11:01:19.579Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:01:19.579Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:01:19.580Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T11:01:19.581Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:01:19.581Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:01:19.581Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:01:19.584Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:01:19.585Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 933d6b92-f831-416b-8df2-c498e99768e3 url= /sdc/v1/artifactTypes 2021-04-24T11:01:19.586Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:01:19.629Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:01:19.630Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:01:19.630Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:01:19.631Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:01:19.631Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as YqoBKb69WUp9HS3p) ... 2021-04-24T11:01:19.666Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:01:19.667Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1ceeb0d4-7845-4db5-b415-1ea231a326cd url= /sdc/v1/registerForDistribution 2021-04-24T11:01:19.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5fe79876 2021-04-24T11:01:19.677Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:01:19.677Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:01:19.678Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/2LrjgzuPtr4JtKYM will send credentials over a clear channel. 2021-04-24T11:01:19.678Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/2LrjgzuPtr4JtKYM (as 2LrjgzuPtr4JtKYM) ... 2021-04-24T11:01:19.701Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:01:19.701Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:01:19.702Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T11:01:19.703Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:01:19.703Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:01:19.704Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:01:19.707Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:01:19.709Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a8a39b48-e200-4f1c-80a1-bd86bf7309f7 url= /sdc/v1/artifactTypes 2021-04-24T11:01:19.709Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:01:19.753Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:01:19.755Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:01:19.755Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:01:19.756Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:01:19.757Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 2LrjgzuPtr4JtKYM) ... 2021-04-24T11:01:19.802Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:01:19.804Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= da3520df-3cc1-4df0-8ad1-5e94b39ea98a url= /sdc/v1/registerForDistribution 2021-04-24T11:01:19.818Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b081dee 2021-04-24T11:01:19.818Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:01:19.818Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:01:19.819Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/y0Sbkd5whj6UEAk0 will send credentials over a clear channel. 2021-04-24T11:01:19.819Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/y0Sbkd5whj6UEAk0 (as y0Sbkd5whj6UEAk0) ... 2021-04-24T11:01:19.839Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:01:19.840Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:01:19.841Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T11:01:57.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:01:57.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:01:57.336Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:01:57.340Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:01:57.346Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 50283fdc-1eef-4eb5-a415-7270932e54fb url= /sdc/v1/artifactTypes 2021-04-24T11:01:57.346Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:01:57.389Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:01:57.391Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:01:57.391Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:01:57.392Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:01:57.393Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as y0Sbkd5whj6UEAk0) ... 2021-04-24T11:01:57.432Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:01:57.433Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6a75e017-6ce0-4199-b33a-f9cc5295cae0 url= /sdc/v1/registerForDistribution 2021-04-24T11:01:57.443Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79e99481 2021-04-24T11:01:57.443Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:01:57.444Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:01:57.445Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/bCipeFBWJ9qwwA7C will send credentials over a clear channel. 2021-04-24T11:01:57.445Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/bCipeFBWJ9qwwA7C (as bCipeFBWJ9qwwA7C) ... 2021-04-24T11:01:57.470Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:01:57.471Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:01:57.471Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T11:02:47.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:02:47.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:02:47.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:02:47.338Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:02:47.341Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5278e0e4-0f5d-4092-96fa-c73e9e289999 url= /sdc/v1/artifactTypes 2021-04-24T11:02:47.341Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:02:47.377Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:02:47.378Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:02:47.378Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:02:47.379Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:02:47.379Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as bCipeFBWJ9qwwA7C) ... 2021-04-24T11:02:47.414Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:02:47.415Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c35db9c2-bb97-42c7-a663-fb7219d34b36 url= /sdc/v1/registerForDistribution 2021-04-24T11:02:47.423Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d2ce5ea 2021-04-24T11:02:47.423Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:02:47.423Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:02:47.423Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/KI2oA4iOWDoRZd5Q will send credentials over a clear channel. 2021-04-24T11:02:47.424Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/KI2oA4iOWDoRZd5Q (as KI2oA4iOWDoRZd5Q) ... 2021-04-24T11:02:47.438Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:02:47.438Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:02:47.438Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T11:03:37.336Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:03:37.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:03:37.338Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:03:37.344Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:03:37.351Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19008c56-2f3f-438e-9122-42e3963e0721 url= /sdc/v1/artifactTypes 2021-04-24T11:03:37.352Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:03:37.399Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:03:37.401Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:03:37.401Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:03:37.402Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:03:37.402Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as KI2oA4iOWDoRZd5Q) ... 2021-04-24T11:03:37.432Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:03:37.434Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d3d105d3-4614-445b-83e1-0b91af21ea60 url= /sdc/v1/registerForDistribution 2021-04-24T11:03:37.447Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7514130f 2021-04-24T11:03:37.448Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:03:37.448Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:03:37.449Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/vODgLMsIrkbya1El will send credentials over a clear channel. 2021-04-24T11:03:37.449Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/vODgLMsIrkbya1El (as vODgLMsIrkbya1El) ... 2021-04-24T11:03:37.474Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:03:37.474Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:03:37.475Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T11:04:27.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:04:27.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:04:27.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:04:27.338Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:04:27.342Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a4b1b308-4616-4f13-ab76-2f0957c85b64 url= /sdc/v1/artifactTypes 2021-04-24T11:04:27.342Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:04:27.388Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:04:27.389Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:04:27.389Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:04:27.390Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:04:27.390Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as vODgLMsIrkbya1El) ... 2021-04-24T11:04:27.434Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:04:27.437Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cddb3981-4f63-4bb6-afe8-4f804868d852 url= /sdc/v1/registerForDistribution 2021-04-24T11:04:27.446Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ac01041 2021-04-24T11:04:27.446Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:04:27.446Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:04:27.447Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/WmAFUgNECSdxJ8hx will send credentials over a clear channel. 2021-04-24T11:04:27.447Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/WmAFUgNECSdxJ8hx (as WmAFUgNECSdxJ8hx) ... 2021-04-24T11:04:27.463Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:04:27.464Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:04:27.464Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T11:05:17.336Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:05:17.339Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:05:17.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:05:17.345Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:05:17.352Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 60a068d3-c140-45e7-b3a0-5e8095ec5475 url= /sdc/v1/artifactTypes 2021-04-24T11:05:17.353Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:05:17.399Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:05:17.401Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:05:17.401Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:05:17.405Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:05:17.405Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as WmAFUgNECSdxJ8hx) ... 2021-04-24T11:05:17.442Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:05:17.444Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8da08a9e-55a2-4b9b-8b18-2308ce95580f url= /sdc/v1/registerForDistribution 2021-04-24T11:05:17.452Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@461c39f6 2021-04-24T11:05:17.452Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:05:17.453Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:05:17.453Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/GqL5WDKbXSKBm0J8 will send credentials over a clear channel. 2021-04-24T11:05:17.454Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/GqL5WDKbXSKBm0J8 (as GqL5WDKbXSKBm0J8) ... 2021-04-24T11:05:17.487Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:05:17.487Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:05:17.488Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T11:06:07.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:06:07.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:06:07.336Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:06:07.339Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:06:07.343Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0aa6275f-4eee-4230-a38b-4b2c8650fee2 url= /sdc/v1/artifactTypes 2021-04-24T11:06:07.343Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:06:07.384Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:06:07.385Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:06:07.385Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:06:07.386Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:06:07.386Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as GqL5WDKbXSKBm0J8) ... 2021-04-24T11:06:07.429Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:06:07.431Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= aacfa226-3646-4330-9a83-4b0701d97962 url= /sdc/v1/registerForDistribution 2021-04-24T11:06:07.438Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3756b1a3 2021-04-24T11:06:07.439Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:06:07.439Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:06:07.440Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/u5miqHA0nX6TGk0g will send credentials over a clear channel. 2021-04-24T11:06:07.440Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/u5miqHA0nX6TGk0g (as u5miqHA0nX6TGk0g) ... 2021-04-24T11:06:07.456Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:06:07.456Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:06:07.457Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T11:06:41.934Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-24T11:06:57.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:06:57.339Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:06:57.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:06:57.348Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:06:57.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5f3e4212-7752-499b-9faf-4af387ebc34f url= /sdc/v1/artifactTypes 2021-04-24T11:06:57.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:06:57.400Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:06:57.402Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:06:57.402Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:06:57.403Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:06:57.403Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as u5miqHA0nX6TGk0g) ... 2021-04-24T11:06:57.431Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:06:57.432Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1dced521-7d2e-48be-a086-39f8ca354e51 url= /sdc/v1/registerForDistribution 2021-04-24T11:06:57.440Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1475b8a8 2021-04-24T11:06:57.440Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:06:57.441Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:06:57.441Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/wuEn59P8NlAq0lQJ will send credentials over a clear channel. 2021-04-24T11:06:57.441Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/wuEn59P8NlAq0lQJ (as wuEn59P8NlAq0lQJ) ... 2021-04-24T11:06:57.465Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:06:57.465Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:06:57.465Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T11:07:47.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:07:47.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:07:47.337Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:07:47.345Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:07:47.354Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4fa6df74-fe1d-4fca-9f13-26150b7fc33b url= /sdc/v1/artifactTypes 2021-04-24T11:07:47.355Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:07:47.400Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:07:47.401Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:07:47.402Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:07:47.403Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:07:47.403Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as wuEn59P8NlAq0lQJ) ... 2021-04-24T11:07:47.432Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:07:47.433Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0863ac69-9535-4458-abea-5f11e164a064 url= /sdc/v1/registerForDistribution 2021-04-24T11:07:47.443Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@260c4b43 2021-04-24T11:07:47.443Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:07:47.444Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:07:47.444Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/sygxc68ifH2K3U5Y will send credentials over a clear channel. 2021-04-24T11:07:47.444Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/sygxc68ifH2K3U5Y (as sygxc68ifH2K3U5Y) ... 2021-04-24T11:07:47.459Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:07:47.460Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:07:47.460Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T11:08:37.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:08:37.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:08:37.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:08:37.337Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:08:37.340Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c1b9658f-2658-4227-9517-7d6d68a5b839 url= /sdc/v1/artifactTypes 2021-04-24T11:08:37.340Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:08:37.368Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:08:37.369Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:08:37.369Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:08:37.370Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:08:37.370Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as sygxc68ifH2K3U5Y) ... 2021-04-24T11:08:37.418Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:08:37.419Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2da76682-e162-4836-954e-779200945906 url= /sdc/v1/registerForDistribution 2021-04-24T11:08:37.427Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7738eb0d 2021-04-24T11:08:37.427Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:08:37.427Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:08:37.428Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/A2rh44hiNKR0bIYH will send credentials over a clear channel. 2021-04-24T11:08:37.428Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/A2rh44hiNKR0bIYH (as A2rh44hiNKR0bIYH) ... 2021-04-24T11:08:37.442Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:08:37.443Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:08:37.443Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T11:09:27.341Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:09:27.343Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:09:27.343Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:09:27.350Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:09:27.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d7c560d5-1bfc-417e-8184-a05a9d9194c1 url= /sdc/v1/artifactTypes 2021-04-24T11:09:27.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:09:27.398Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:09:27.400Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:09:27.401Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:09:27.402Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:09:27.402Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as A2rh44hiNKR0bIYH) ... 2021-04-24T11:09:27.431Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:09:27.433Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4a22eef5-f7dd-48c5-8c7e-4d4e5e08c510 url= /sdc/v1/registerForDistribution 2021-04-24T11:09:27.440Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22e4a642 2021-04-24T11:09:27.440Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:09:27.440Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:09:27.441Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/5SF9LDXe8bfDWtdq will send credentials over a clear channel. 2021-04-24T11:09:27.441Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/5SF9LDXe8bfDWtdq (as 5SF9LDXe8bfDWtdq) ... 2021-04-24T11:09:27.473Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:09:27.474Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:09:27.474Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-24T11:10:17.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:10:17.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:10:17.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:10:17.337Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:10:17.341Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8469729c-253d-4c06-8582-63cf6d222cd0 url= /sdc/v1/artifactTypes 2021-04-24T11:10:17.341Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:10:17.380Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:10:17.381Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:10:17.381Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:10:17.382Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:10:17.382Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 5SF9LDXe8bfDWtdq) ... 2021-04-24T11:10:17.409Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:10:17.410Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 906f98f1-ef37-4499-821f-433b8bc5d894 url= /sdc/v1/registerForDistribution 2021-04-24T11:10:17.416Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3abed95f 2021-04-24T11:10:17.416Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:10:17.416Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:10:17.416Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/HOY7VBEyLUAxF8q2 will send credentials over a clear channel. 2021-04-24T11:10:17.417Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/HOY7VBEyLUAxF8q2 (as HOY7VBEyLUAxF8q2) ... 2021-04-24T11:10:17.432Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:10:17.432Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:10:17.432Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:11:07.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:11:07.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:11:07.337Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:11:07.340Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:11:07.346Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df73b344-ab92-4cc8-9cb4-c3d06d922245 url= /sdc/v1/artifactTypes 2021-04-24T11:11:07.346Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:11:07.384Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:11:07.385Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:11:07.385Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:11:07.386Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:11:07.387Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as HOY7VBEyLUAxF8q2) ... 2021-04-24T11:11:07.423Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:11:07.425Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 36deea76-7a52-42da-8b28-1f9eab175574 url= /sdc/v1/registerForDistribution 2021-04-24T11:11:07.433Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d1a8090 2021-04-24T11:11:07.433Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:11:07.433Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:11:07.434Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/IdGTBXZI5K3Oaste will send credentials over a clear channel. 2021-04-24T11:11:07.434Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/IdGTBXZI5K3Oaste (as IdGTBXZI5K3Oaste) ... 2021-04-24T11:11:07.462Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:11:07.463Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:11:07.463Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:11:57.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:11:57.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:11:57.337Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:11:57.340Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:11:57.345Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36638d25-bd59-4385-8266-c3907f2d7fdd url= /sdc/v1/artifactTypes 2021-04-24T11:11:57.345Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:11:57.373Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:11:57.374Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:11:57.374Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:11:57.375Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:11:57.376Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as IdGTBXZI5K3Oaste) ... 2021-04-24T11:11:57.396Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:11:57.397Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 77e857c8-cbf9-4abe-8ed6-1e43aa8e8143 url= /sdc/v1/registerForDistribution 2021-04-24T11:11:57.403Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74f1a0d1 2021-04-24T11:11:57.403Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:11:57.404Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:11:57.404Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/kNus4ULLMbD7Pv7q will send credentials over a clear channel. 2021-04-24T11:11:57.404Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/kNus4ULLMbD7Pv7q (as kNus4ULLMbD7Pv7q) ... 2021-04-24T11:11:57.416Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:11:57.416Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:11:57.416Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:12:47.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:12:47.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:12:47.336Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:12:47.340Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:12:47.346Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e8649547-99c9-4f14-a432-0cb676b67337 url= /sdc/v1/artifactTypes 2021-04-24T11:12:47.346Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:12:47.598Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:12:47.600Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:12:47.601Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:12:47.602Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:12:47.603Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as kNus4ULLMbD7Pv7q) ... 2021-04-24T11:19:39.088Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:19:39.096Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= af906458-49c3-422e-b158-ad162773877c url= /sdc/v1/registerForDistribution 2021-04-24T11:19:41.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f1a64cc 2021-04-24T11:19:41.587Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:19:41.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:19:41.589Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/lMTJD80dbhA1MXKC will send credentials over a clear channel. 2021-04-24T11:19:41.589Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/lMTJD80dbhA1MXKC (as lMTJD80dbhA1MXKC) ... 2021-04-24T11:19:50.547Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:19:50.548Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:19:50.548Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:19:50.550Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:19:50.551Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:19:50.551Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:19:50.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:19:50.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6571a52d-1d48-44e7-9e3c-7227574febfb url= /sdc/v1/artifactTypes 2021-04-24T11:19:50.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:19:56.062Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:19:56.064Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:19:56.064Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:19:56.065Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:19:56.065Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as lMTJD80dbhA1MXKC) ... 2021-04-24T11:19:58.735Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:19:58.737Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 54d10fed-f3d3-4a10-9a92-700cbabd44e8 url= /sdc/v1/registerForDistribution 2021-04-24T11:19:58.749Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5ab1a6d5 2021-04-24T11:19:58.750Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:19:58.750Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:19:58.750Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/csQO9YzYLFwsaOpU will send credentials over a clear channel. 2021-04-24T11:19:58.751Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/csQO9YzYLFwsaOpU (as csQO9YzYLFwsaOpU) ... 2021-04-24T11:20:01.103Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:01.104Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:20:01.104Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:20:01.105Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:20:01.105Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:20:01.105Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:20:01.107Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:20:01.109Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0ba4bc1d-0fed-463d-aa91-8eb5b5c13053 url= /sdc/v1/artifactTypes 2021-04-24T11:20:01.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:20:01.210Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:20:01.212Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:20:01.212Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:20:01.213Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:20:01.213Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as csQO9YzYLFwsaOpU) ... 2021-04-24T11:20:01.398Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:01.399Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b6e56a1d-170a-4b54-8698-3d5b0d51e33b url= /sdc/v1/registerForDistribution 2021-04-24T11:20:01.409Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@734750dd 2021-04-24T11:20:01.409Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:20:01.409Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:20:01.410Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/e9gw4KZPD0gwLhga will send credentials over a clear channel. 2021-04-24T11:20:01.410Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/e9gw4KZPD0gwLhga (as e9gw4KZPD0gwLhga) ... 2021-04-24T11:20:01.698Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:01.699Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:20:01.699Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:20:01.700Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:20:01.700Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:20:01.700Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:20:01.702Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:20:01.704Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07e02f98-0f62-4469-b523-f6b33c4d6bad url= /sdc/v1/artifactTypes 2021-04-24T11:20:01.704Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:20:02.164Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:20:02.166Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:20:02.166Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:20:02.167Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:20:02.167Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as e9gw4KZPD0gwLhga) ... 2021-04-24T11:20:07.152Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:07.154Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ba96d930-ada7-42f3-aee4-86087438513d url= /sdc/v1/registerForDistribution 2021-04-24T11:20:07.445Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66164a08 2021-04-24T11:20:07.445Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:20:07.445Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:20:07.446Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/HvdKVPPlHK0rXZki will send credentials over a clear channel. 2021-04-24T11:20:07.446Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/HvdKVPPlHK0rXZki (as HvdKVPPlHK0rXZki) ... 2021-04-24T11:20:07.492Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:07.493Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:20:07.493Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:20:07.494Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:20:07.494Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:20:07.494Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:20:07.496Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:20:07.498Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c7db4295-c82f-4caa-ab72-38807c564005 url= /sdc/v1/artifactTypes 2021-04-24T11:20:07.498Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:20:07.529Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:20:07.530Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:20:07.531Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:20:07.531Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:20:07.532Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as HvdKVPPlHK0rXZki) ... 2021-04-24T11:20:07.817Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:07.818Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7d379038-9e15-48a6-9638-fa86afa6f0b6 url= /sdc/v1/registerForDistribution 2021-04-24T11:20:07.827Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69647260 2021-04-24T11:20:07.827Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:20:07.828Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:20:07.829Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/SA4ZpO7KZReDHK3x will send credentials over a clear channel. 2021-04-24T11:20:07.829Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/SA4ZpO7KZReDHK3x (as SA4ZpO7KZReDHK3x) ... 2021-04-24T11:20:09.202Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:09.202Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:20:09.203Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:20:09.204Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:20:09.204Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:20:09.204Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:20:09.206Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:20:09.207Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 47aec177-e99b-4752-8e19-e443fda01a78 url= /sdc/v1/artifactTypes 2021-04-24T11:20:09.207Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:20:09.245Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:20:09.245Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:20:09.246Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:20:09.246Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:20:09.246Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as SA4ZpO7KZReDHK3x) ... 2021-04-24T11:20:10.234Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:10.236Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 648dfb04-3492-4475-b690-d683831ff45f url= /sdc/v1/registerForDistribution 2021-04-24T11:20:10.244Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e5facf0 2021-04-24T11:20:10.244Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:20:10.244Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:20:10.244Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/N7ZO0lSPmEPp6Rv4 will send credentials over a clear channel. 2021-04-24T11:20:10.245Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/N7ZO0lSPmEPp6Rv4 (as N7ZO0lSPmEPp6Rv4) ... 2021-04-24T11:20:10.442Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:10.442Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:20:10.443Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:20:10.443Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:20:10.444Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:20:10.444Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:20:10.447Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:20:10.449Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d19ba9c7-026c-4356-9282-2cbfe8196b63 url= /sdc/v1/artifactTypes 2021-04-24T11:20:10.449Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:20:10.489Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:20:10.490Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:20:10.490Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:20:10.491Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:20:10.491Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as N7ZO0lSPmEPp6Rv4) ... 2021-04-24T11:20:10.721Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:10.722Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 657a0758-8806-4ad9-819a-27503cc3869e url= /sdc/v1/registerForDistribution 2021-04-24T11:20:10.734Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58bda56d 2021-04-24T11:20:10.734Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:20:10.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:20:10.735Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/RfXsWTJyO73AY2Wm will send credentials over a clear channel. 2021-04-24T11:20:10.735Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/RfXsWTJyO73AY2Wm (as RfXsWTJyO73AY2Wm) ... 2021-04-24T11:20:12.103Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:12.104Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:20:12.104Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:20:12.105Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:20:12.105Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:20:12.105Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:20:12.108Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:20:12.109Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4fb1073d-e657-42f0-b03a-4ffd66bde749 url= /sdc/v1/artifactTypes 2021-04-24T11:20:12.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:20:12.139Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:20:12.140Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:20:12.140Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:20:12.141Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:20:12.141Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as RfXsWTJyO73AY2Wm) ... 2021-04-24T11:20:13.178Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:13.179Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2e942cd1-5c9d-4692-9b13-f20ad19c8f2b url= /sdc/v1/registerForDistribution 2021-04-24T11:20:13.196Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37365e11 2021-04-24T11:20:13.196Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:20:13.197Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:20:13.198Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/2fNUYlKe8qHfPf7f will send credentials over a clear channel. 2021-04-24T11:20:13.198Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/2fNUYlKe8qHfPf7f (as 2fNUYlKe8qHfPf7f) ... 2021-04-24T11:20:14.109Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:14.110Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:20:14.111Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:20:14.112Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:20:14.113Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:20:14.113Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:20:14.116Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:20:14.119Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 99c8dd8d-c8bf-4269-a252-fde4e0e9c0d1 url= /sdc/v1/artifactTypes 2021-04-24T11:20:14.119Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:20:14.426Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:20:14.427Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:20:14.427Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:20:14.428Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:20:14.428Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 2fNUYlKe8qHfPf7f) ... 2021-04-24T11:20:14.746Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:14.747Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c96ec942-4a34-422f-a62d-756903b2c859 url= /sdc/v1/registerForDistribution 2021-04-24T11:20:14.763Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6237f9a5 2021-04-24T11:20:14.763Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:20:14.764Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:20:14.765Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/0lIxQT2Sr6V0WvKc will send credentials over a clear channel. 2021-04-24T11:20:14.765Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/0lIxQT2Sr6V0WvKc (as 0lIxQT2Sr6V0WvKc) ... 2021-04-24T11:20:14.965Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:14.965Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:20:14.966Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:20:17.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:20:17.334Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:20:17.334Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:20:17.336Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:20:17.338Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39d474ec-0ba2-480a-af2e-3ef622c5ec41 url= /sdc/v1/artifactTypes 2021-04-24T11:20:17.338Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:20:17.861Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:20:17.861Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:20:17.861Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:20:17.862Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:20:17.862Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 0lIxQT2Sr6V0WvKc) ... 2021-04-24T11:20:18.404Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:18.406Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ac3dbdd1-f6b0-443a-8af8-a2002ba13d88 url= /sdc/v1/registerForDistribution 2021-04-24T11:20:18.560Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d82cad4 2021-04-24T11:20:18.560Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:20:18.561Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:20:18.561Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/sBfaAgABhVCFb62k will send credentials over a clear channel. 2021-04-24T11:20:18.561Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/sBfaAgABhVCFb62k (as sBfaAgABhVCFb62k) ... 2021-04-24T11:20:22.574Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:20:22.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:20:22.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:21:07.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:21:07.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:21:07.337Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:21:07.341Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:21:07.347Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2ace28a4-fdc6-4888-aa58-84b2be2c72b2 url= /sdc/v1/artifactTypes 2021-04-24T11:21:07.347Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:21:07.386Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:21:07.388Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:21:07.389Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:21:07.390Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:21:07.391Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as sBfaAgABhVCFb62k) ... 2021-04-24T11:21:07.439Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:21:07.441Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ce88d2a9-8c3b-4e14-aa99-5ed775bcccf7 url= /sdc/v1/registerForDistribution 2021-04-24T11:21:07.450Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@276ed60 2021-04-24T11:21:07.450Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:21:07.450Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:21:07.451Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/UDaGUGt5ywAd8EY6 will send credentials over a clear channel. 2021-04-24T11:21:07.451Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/UDaGUGt5ywAd8EY6 (as UDaGUGt5ywAd8EY6) ... 2021-04-24T11:21:07.468Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:21:07.468Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:21:07.469Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:21:57.336Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:21:57.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:21:57.338Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:21:57.342Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:21:57.347Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f5293782-1393-4ac7-8a3a-677bf2f61feb url= /sdc/v1/artifactTypes 2021-04-24T11:21:57.347Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:24:07.084Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.159.118] failed: Connection timed out (Connection timed out) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 28 common frames omitted 2021-04-24T11:24:07.085Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1faf4eba 2021-04-24T11:24:07.085Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-24T11:24:07.086Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-24T11:24:07.086Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:24:07.086Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:24:07.089Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:24:07.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:24:07.089Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:24:07.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:24:07.097Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a5e5bd2-7235-4b1c-9cd2-9b063b0c9a6a url= /sdc/v1/artifactTypes 2021-04-24T11:24:07.097Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:26:18.158Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.159.118] failed: Connection timed out (Connection timed out) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 28 common frames omitted 2021-04-24T11:26:18.160Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5705a17 2021-04-24T11:26:18.161Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-24T11:26:18.161Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-24T11:26:18.162Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:26:18.163Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:26:18.164Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:26:18.165Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:26:18.165Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:26:18.171Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:26:18.179Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7903f3ab-0481-4018-8f26-845bb02b5070 url= /sdc/v1/artifactTypes 2021-04-24T11:26:18.180Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:28:29.228Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.159.118] failed: Connection timed out (Connection timed out) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 28 common frames omitted 2021-04-24T11:28:29.230Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c5f6cc1 2021-04-24T11:28:29.231Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-24T11:28:29.231Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-24T11:28:29.232Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:28:29.232Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:28:29.236Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:28:29.236Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:28:29.237Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:28:29.243Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:28:29.249Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 26321143-b333-4b66-af97-78983da453da url= /sdc/v1/artifactTypes 2021-04-24T11:28:29.250Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:30:40.301Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.159.118] failed: Connection timed out (Connection timed out) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 28 common frames omitted 2021-04-24T11:30:40.303Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6513272b 2021-04-24T11:30:40.303Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-24T11:30:40.303Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-24T11:30:40.304Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:30:40.304Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:30:40.307Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:30:40.307Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:30:40.307Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:30:40.311Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:30:40.317Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f63b0d93-97da-437e-b2f1-3374659310a2 url= /sdc/v1/artifactTypes 2021-04-24T11:30:40.317Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:32:51.374Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.159.118] failed: Connection timed out (Connection timed out) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 28 common frames omitted 2021-04-24T11:32:51.377Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13b6ca7d 2021-04-24T11:32:51.378Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-24T11:32:51.378Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-24T11:32:51.379Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:32:51.380Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:32:51.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:32:51.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:32:51.385Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:32:51.395Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:32:51.400Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 819fbd69-4f5c-45ed-81e8-5c5ae4189bb8 url= /sdc/v1/artifactTypes 2021-04-24T11:32:51.400Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:35:02.444Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.159.118] failed: Connection timed out (Connection timed out) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 28 common frames omitted 2021-04-24T11:35:02.445Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2acd1ba6 2021-04-24T11:35:02.445Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-24T11:35:02.445Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-24T11:35:02.445Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:35:02.446Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:35:02.448Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:35:02.448Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:35:02.449Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:35:02.452Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:35:02.456Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 81fd7147-8c59-45eb-bb81-5c049cc23f5a url= /sdc/v1/artifactTypes 2021-04-24T11:35:02.457Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:37:13.517Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.159.118] failed: Connection timed out (Connection timed out) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection 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.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 28 common frames omitted 2021-04-24T11:37:13.519Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39eb9d5a 2021-04-24T11:37:13.519Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-24T11:37:13.519Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-24T11:37:13.520Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:37:13.520Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:37:13.531Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:37:13.532Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:37:13.532Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:37:13.536Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:37:13.542Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cd1418b8-f8eb-41c8-90b1-dde1f81acab3 url= /sdc/v1/artifactTypes 2021-04-24T11:37:13.542Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:37:13.593Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:37:13.594Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:37:13.594Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:37:13.595Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:37:13.596Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as UDaGUGt5ywAd8EY6) ... 2021-04-24T11:37:13.622Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:13.624Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7b6d1a17-765d-43e9-9b9b-1518501ff7c0 url= /sdc/v1/registerForDistribution 2021-04-24T11:37:13.647Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@63ead20d 2021-04-24T11:37:13.647Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:37:13.648Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:37:13.648Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/J8vaOFrv1uDF0HLs will send credentials over a clear channel. 2021-04-24T11:37:13.649Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/J8vaOFrv1uDF0HLs (as J8vaOFrv1uDF0HLs) ... 2021-04-24T11:37:13.681Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:13.682Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:37:13.682Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:37:13.683Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:37:13.683Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:37:13.683Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:37:13.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:37:13.689Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 640d8f45-bb2c-42c5-a3c1-4436786d95ef url= /sdc/v1/artifactTypes 2021-04-24T11:37:13.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:37:13.744Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:37:13.744Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:37:13.745Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:37:13.745Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:37:13.745Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as J8vaOFrv1uDF0HLs) ... 2021-04-24T11:37:13.783Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:13.784Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 56e0067b-ae51-42da-8df9-ae5827530cf5 url= /sdc/v1/registerForDistribution 2021-04-24T11:37:13.794Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b6d20f 2021-04-24T11:37:13.794Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:37:13.794Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:37:13.795Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/0AzuFaeT9Nz25Yyc will send credentials over a clear channel. 2021-04-24T11:37:13.795Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/0AzuFaeT9Nz25Yyc (as 0AzuFaeT9Nz25Yyc) ... 2021-04-24T11:37:13.807Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:13.808Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:37:13.808Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:37:13.808Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:37:13.808Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:37:13.808Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:37:13.810Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:37:13.811Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0116320d-b999-4749-a093-c246e6a2bf5a url= /sdc/v1/artifactTypes 2021-04-24T11:37:13.811Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:37:13.860Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:37:13.861Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:37:13.861Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:37:13.861Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:37:13.861Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 0AzuFaeT9Nz25Yyc) ... 2021-04-24T11:37:13.897Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:13.898Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5797fc73-d0b0-415f-b449-d21d243ce6be url= /sdc/v1/registerForDistribution 2021-04-24T11:37:13.912Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3df69f63 2021-04-24T11:37:13.912Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:37:13.913Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:37:13.913Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/XjCxBFsWnVtC3kHp will send credentials over a clear channel. 2021-04-24T11:37:13.913Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/XjCxBFsWnVtC3kHp (as XjCxBFsWnVtC3kHp) ... 2021-04-24T11:37:13.931Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:13.931Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:37:13.932Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:37:13.932Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:37:13.932Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:37:13.932Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:37:13.934Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:37:13.935Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c43f38c1-be75-421e-8b54-8a49d47dcf35 url= /sdc/v1/artifactTypes 2021-04-24T11:37:13.935Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:37:13.981Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:37:13.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-04-24T11:37:13.981Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:37:13.982Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:37:13.982Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XjCxBFsWnVtC3kHp) ... 2021-04-24T11:37:14.008Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.009Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1f9d4c00-397f-48cc-b558-c06fac7f6ec6 url= /sdc/v1/registerForDistribution 2021-04-24T11:37:14.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18486ee0 2021-04-24T11:37:14.016Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:37:14.016Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:37:14.017Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/htLAnxXQyzNRG6RY will send credentials over a clear channel. 2021-04-24T11:37:14.017Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/htLAnxXQyzNRG6RY (as htLAnxXQyzNRG6RY) ... 2021-04-24T11:37:14.030Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.030Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:37:14.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 jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:37:14.031Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:37:14.031Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:37:14.031Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:37:14.032Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:37:14.034Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 12d14a36-4be3-4529-be69-fa01f8be6891 url= /sdc/v1/artifactTypes 2021-04-24T11:37:14.034Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:37:14.083Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:37:14.084Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:37:14.084Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:37:14.084Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:37:14.084Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as htLAnxXQyzNRG6RY) ... 2021-04-24T11:37:14.106Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.107Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 94aa3d65-f0c6-4de5-9b56-089b2e144e90 url= /sdc/v1/registerForDistribution 2021-04-24T11:37:14.114Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c23d382 2021-04-24T11:37:14.115Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:37:14.115Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:37:14.115Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/aUVRJ0fBJhpgwVfo will send credentials over a clear channel. 2021-04-24T11:37:14.115Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/aUVRJ0fBJhpgwVfo (as aUVRJ0fBJhpgwVfo) ... 2021-04-24T11:37:14.128Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.129Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:37:14.129Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:37:14.129Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:37:14.130Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:37:14.130Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:37:14.131Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:37:14.133Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70f6fdcb-4ec5-4bea-9c5f-8bc0d959cc39 url= /sdc/v1/artifactTypes 2021-04-24T11:37:14.133Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:37:14.167Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:37:14.168Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:37:14.168Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:37:14.169Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:37:14.169Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as aUVRJ0fBJhpgwVfo) ... 2021-04-24T11:37:14.190Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.191Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e1a02b36-f9a0-4b0e-aea0-a7bf6bb820a9 url= /sdc/v1/registerForDistribution 2021-04-24T11:37:14.199Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e6876eb 2021-04-24T11:37:14.199Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:37:14.199Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:37:14.200Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/kB9KVbAsMJdVi9Vr will send credentials over a clear channel. 2021-04-24T11:37:14.200Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/kB9KVbAsMJdVi9Vr (as kB9KVbAsMJdVi9Vr) ... 2021-04-24T11:37:14.213Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.213Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:37:14.213Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:37:14.214Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:37:14.214Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:37:14.214Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:37:14.216Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:37:14.217Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bdf6e9b0-2a02-4d41-80ea-5815c93c8a44 url= /sdc/v1/artifactTypes 2021-04-24T11:37:14.217Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:37:14.250Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:37:14.251Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:37:14.251Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:37:14.251Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:37:14.251Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as kB9KVbAsMJdVi9Vr) ... 2021-04-24T11:37:14.270Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.271Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b350292e-d104-4714-9514-4c60e4992b55 url= /sdc/v1/registerForDistribution 2021-04-24T11:37:14.282Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78aee481 2021-04-24T11:37:14.282Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:37:14.282Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:37:14.283Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/XMK1nSoHrjVSmHzt will send credentials over a clear channel. 2021-04-24T11:37:14.283Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/XMK1nSoHrjVSmHzt (as XMK1nSoHrjVSmHzt) ... 2021-04-24T11:37:14.297Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.297Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:37:14.298Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:37:14.298Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:37:14.298Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:37:14.298Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:37:14.300Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:37:14.302Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e18b8271-7afd-448b-8a22-8fe4bf097b69 url= /sdc/v1/artifactTypes 2021-04-24T11:37:14.302Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:37:14.345Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:37:14.345Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:37:14.345Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:37:14.346Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:37:14.346Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XMK1nSoHrjVSmHzt) ... 2021-04-24T11:37:14.367Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.367Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= dde65cc2-9d72-4ea6-b109-ce429a5f9173 url= /sdc/v1/registerForDistribution 2021-04-24T11:37:14.377Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5822de0 2021-04-24T11:37:14.377Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:37:14.377Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:37:14.377Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/3C4S5jqHBBmUU4Nt will send credentials over a clear channel. 2021-04-24T11:37:14.377Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/3C4S5jqHBBmUU4Nt (as 3C4S5jqHBBmUU4Nt) ... 2021-04-24T11:37:14.393Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.394Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:37:14.394Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:37:14.394Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:37:14.394Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:37:14.394Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:37:14.396Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:37:14.397Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 142bfb95-2602-43d0-9b11-3ae6bf57e3d1 url= /sdc/v1/artifactTypes 2021-04-24T11:37:14.397Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:37:14.426Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:37:14.426Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:37:14.426Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:37:14.427Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:37:14.427Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 3C4S5jqHBBmUU4Nt) ... 2021-04-24T11:37:14.448Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.448Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f51d03bb-e7e6-4bba-95ec-ee24d812bdfc url= /sdc/v1/registerForDistribution 2021-04-24T11:37:14.458Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ff1b886 2021-04-24T11:37:14.458Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:37:14.458Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:37:14.459Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/heBoTcMKPHL1DuCk will send credentials over a clear channel. 2021-04-24T11:37:14.459Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/heBoTcMKPHL1DuCk (as heBoTcMKPHL1DuCk) ... 2021-04-24T11:37:14.476Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.476Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:37:14.476Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:37:14.477Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:37:14.477Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:37:14.477Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:37:14.478Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:37:14.480Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e3b07e69-09fa-4f19-b3fa-cff25b6ee1f5 url= /sdc/v1/artifactTypes 2021-04-24T11:37:14.480Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:37:14.510Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:37:14.511Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:37:14.511Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:37:14.512Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:37:14.512Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as heBoTcMKPHL1DuCk) ... 2021-04-24T11:37:14.534Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.535Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0dcbd170-2e09-4dd0-981f-3bbba1d257c9 url= /sdc/v1/registerForDistribution 2021-04-24T11:37:14.545Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@db88426 2021-04-24T11:37:14.546Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:37:14.546Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:37:14.546Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/3Q1et9EXBL9RgkVp will send credentials over a clear channel. 2021-04-24T11:37:14.546Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/3Q1et9EXBL9RgkVp (as 3Q1et9EXBL9RgkVp) ... 2021-04-24T11:37:14.566Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.566Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:37:14.566Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:37:14.567Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:37:14.567Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:37:14.567Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:37:14.569Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:37:14.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= da003e60-3813-42aa-b7d5-c37c2c8e2ff8 url= /sdc/v1/artifactTypes 2021-04-24T11:37:14.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:37:14.600Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:37:14.601Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:37:14.601Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:37:14.602Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:37:14.602Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 3Q1et9EXBL9RgkVp) ... 2021-04-24T11:37:14.627Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.629Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 131b9a4b-a062-40dc-8d26-207e700417ff url= /sdc/v1/registerForDistribution 2021-04-24T11:37:14.637Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b928228 2021-04-24T11:37:14.637Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:37:14.637Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:37:14.638Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/0oaBodWzbDJYJFCj will send credentials over a clear channel. 2021-04-24T11:37:14.638Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/0oaBodWzbDJYJFCj (as 0oaBodWzbDJYJFCj) ... 2021-04-24T11:37:14.674Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.674Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:37:14.674Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:37:14.675Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:37:14.675Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:37:14.675Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:37:14.677Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:37:14.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ca914f78-bf01-4db3-8063-f03f5a3fd20c url= /sdc/v1/artifactTypes 2021-04-24T11:37:14.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:37:14.715Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:37:14.716Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:37:14.716Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:37:14.717Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:37:14.717Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 0oaBodWzbDJYJFCj) ... 2021-04-24T11:37:14.741Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.742Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 02eeed31-89d5-42ac-a209-f92a0bfe073e url= /sdc/v1/registerForDistribution 2021-04-24T11:37:14.748Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70fd0593 2021-04-24T11:37:14.748Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:37:14.748Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:37:14.749Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/GLggSZCY8WHD1SF2 will send credentials over a clear channel. 2021-04-24T11:37:14.749Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/GLggSZCY8WHD1SF2 (as GLggSZCY8WHD1SF2) ... 2021-04-24T11:37:14.765Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:14.765Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:37:14.766Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:37:47.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:37:47.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:37:47.337Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:37:47.341Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:37:47.349Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= efbcd858-2a91-4a3e-bf2f-89b3a092725d url= /sdc/v1/artifactTypes 2021-04-24T11:37:47.349Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:37:47.407Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:37:47.408Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:37:47.408Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:37:47.409Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:37:47.409Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as GLggSZCY8WHD1SF2) ... 2021-04-24T11:37:47.444Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:47.446Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f3a37a98-5142-4789-af02-06b9c917c733 url= /sdc/v1/registerForDistribution 2021-04-24T11:37:47.456Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@222d7c54 2021-04-24T11:37:47.456Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:37:47.457Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:37:47.457Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/dEo7JeJps0maf22A will send credentials over a clear channel. 2021-04-24T11:37:47.457Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/dEo7JeJps0maf22A (as dEo7JeJps0maf22A) ... 2021-04-24T11:37:47.472Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:37:47.472Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:37:47.472Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:38:37.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:38:37.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:38:37.336Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:38:37.340Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:38:37.344Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c8aa170-d965-4f66-816d-6eaa858a8822 url= /sdc/v1/artifactTypes 2021-04-24T11:38:37.344Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:38:37.396Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:38:37.398Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:38:37.398Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:38:37.400Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:38:37.400Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as dEo7JeJps0maf22A) ... 2021-04-24T11:38:37.430Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:38:37.431Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5c06108b-d8fc-44b5-b80c-14153ff857ab url= /sdc/v1/registerForDistribution 2021-04-24T11:38:37.441Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d18c5b4 2021-04-24T11:38:37.441Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:38:37.441Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:38:37.442Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/qEvOKvQlMsfwayB1 will send credentials over a clear channel. 2021-04-24T11:38:37.442Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/qEvOKvQlMsfwayB1 (as qEvOKvQlMsfwayB1) ... 2021-04-24T11:38:37.456Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:38:37.457Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:38:37.457Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:39:27.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:39:27.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:39:27.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:39:27.338Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:39:27.343Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 15a36f05-0c4e-48b1-b95a-eb317ab7ea36 url= /sdc/v1/artifactTypes 2021-04-24T11:39:27.343Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:39:27.370Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:39:27.371Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:39:27.371Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:39:27.371Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:39:27.372Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as qEvOKvQlMsfwayB1) ... 2021-04-24T11:39:27.411Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:39:27.413Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 188ecfb9-9e9b-4c9e-935b-7d762dee51d1 url= /sdc/v1/registerForDistribution 2021-04-24T11:39:27.419Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@781bae15 2021-04-24T11:39:27.419Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:39:27.419Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:39:27.420Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/CGjpscmvhEu4roal will send credentials over a clear channel. 2021-04-24T11:39:27.420Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/CGjpscmvhEu4roal (as CGjpscmvhEu4roal) ... 2021-04-24T11:39:27.438Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:39:27.439Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:39:27.439Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:40:17.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:40:17.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:40:17.337Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:40:17.342Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:40:17.350Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 309781b7-69ae-4cd2-be1e-ebaca2902f42 url= /sdc/v1/artifactTypes 2021-04-24T11:40:17.351Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:40:17.384Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:40:17.385Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:40:17.385Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:40:17.386Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:40:17.386Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as CGjpscmvhEu4roal) ... 2021-04-24T11:40:17.410Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:40:17.411Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0eadd4a7-18fd-4686-bc6b-c756e0099516 url= /sdc/v1/registerForDistribution 2021-04-24T11:40:17.419Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57a9b66d 2021-04-24T11:40:17.419Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:40:17.420Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:40:17.420Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/ZMq2YhvBczLgly9V will send credentials over a clear channel. 2021-04-24T11:40:17.420Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/ZMq2YhvBczLgly9V (as ZMq2YhvBczLgly9V) ... 2021-04-24T11:40:17.435Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:40:17.435Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:40:17.435Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:41:07.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:41:07.334Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:41:07.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:41:07.337Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:41:07.340Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40fa47d9-2dd0-466f-ba57-ca5bf2dc773b url= /sdc/v1/artifactTypes 2021-04-24T11:41:07.340Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:41:07.367Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:41:07.368Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:41:07.368Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:41:07.369Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:41:07.369Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as ZMq2YhvBczLgly9V) ... 2021-04-24T11:41:07.393Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:41:07.394Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3d01c89a-0c68-40a8-851b-477de0855e94 url= /sdc/v1/registerForDistribution 2021-04-24T11:41:07.400Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42ec76c4 2021-04-24T11:41:07.400Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:41:07.400Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:41:07.401Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/yQiRBVFJsJBsQJKf will send credentials over a clear channel. 2021-04-24T11:41:07.401Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/yQiRBVFJsJBsQJKf (as yQiRBVFJsJBsQJKf) ... 2021-04-24T11:41:07.422Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:41:07.422Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:41:07.423Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:41:57.336Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:41:57.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:41:57.338Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:41:57.345Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:41:57.355Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac5c9831-9d2d-4d56-88e3-0b02d67e6c6b url= /sdc/v1/artifactTypes 2021-04-24T11:41:57.355Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:41:57.394Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:41:57.397Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:41:57.397Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:41:57.398Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:41:57.398Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as yQiRBVFJsJBsQJKf) ... 2021-04-24T11:41:57.430Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:41:57.431Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b34c4d1f-0417-45a4-a9ff-3a754cf62402 url= /sdc/v1/registerForDistribution 2021-04-24T11:41:57.435Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ea0a154 2021-04-24T11:41:57.436Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:41:57.436Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:41:57.436Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/knJEO3B4rT2XZcV3 will send credentials over a clear channel. 2021-04-24T11:41:57.436Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/knJEO3B4rT2XZcV3 (as knJEO3B4rT2XZcV3) ... 2021-04-24T11:41:57.472Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:41:57.472Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:41:57.473Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:42:47.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:42:47.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:42:47.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:42:47.338Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:42:47.341Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c1dea1c-dd8a-485a-9084-f98b186a6106 url= /sdc/v1/artifactTypes 2021-04-24T11:42:47.342Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:42:47.375Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:42:47.376Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:42:47.376Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:42:47.377Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:42:47.377Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as knJEO3B4rT2XZcV3) ... 2021-04-24T11:42:47.426Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:42:47.427Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= df1ad595-51b1-4f32-bf7c-c0ade3c60bf3 url= /sdc/v1/registerForDistribution 2021-04-24T11:42:47.433Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@502cfb25 2021-04-24T11:42:47.433Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:42:47.434Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:42:47.434Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/JNgtjJSHjZRjEwRX will send credentials over a clear channel. 2021-04-24T11:42:47.435Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/JNgtjJSHjZRjEwRX (as JNgtjJSHjZRjEwRX) ... 2021-04-24T11:42:47.459Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:42:47.459Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:42:47.459Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:43:37.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:43:37.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:43:37.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:43:37.337Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:43:37.341Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 66e83310-ef90-44cd-b37b-e5130de282fd url= /sdc/v1/artifactTypes 2021-04-24T11:43:37.341Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:43:37.382Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:43:37.383Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:43:37.383Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:43:37.384Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:43:37.384Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as JNgtjJSHjZRjEwRX) ... 2021-04-24T11:43:37.417Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:43:37.418Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 385d44f9-016b-4814-8752-c4f19edef5ec url= /sdc/v1/registerForDistribution 2021-04-24T11:43:37.424Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27d380d0 2021-04-24T11:43:37.424Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:43:37.424Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:43:37.424Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/M7QO7h3u0bFvcmx5 will send credentials over a clear channel. 2021-04-24T11:43:37.424Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/M7QO7h3u0bFvcmx5 (as M7QO7h3u0bFvcmx5) ... 2021-04-24T11:43:37.438Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:43:37.439Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:43:37.439Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:44:27.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:44:27.341Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:44:27.341Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:44:27.349Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:44:27.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d0e0fd07-8b9a-4078-895c-53e240789c59 url= /sdc/v1/artifactTypes 2021-04-24T11:44:27.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:44:27.394Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:44:27.395Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:44:27.395Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:44:27.397Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:44:27.397Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as M7QO7h3u0bFvcmx5) ... 2021-04-24T11:44:27.446Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:44:27.448Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 911ef4e5-c19c-4e4e-9108-6f0151c5cee4 url= /sdc/v1/registerForDistribution 2021-04-24T11:44:27.452Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1058c3a1 2021-04-24T11:44:27.453Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:44:27.453Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:44:27.454Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Syf6Wzlvw9n0sN20 will send credentials over a clear channel. 2021-04-24T11:44:27.454Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Syf6Wzlvw9n0sN20 (as Syf6Wzlvw9n0sN20) ... 2021-04-24T11:44:27.469Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:44:27.470Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:44:27.470Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:45:17.336Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:45:17.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:45:17.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:45:17.344Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:45:17.354Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b5c5786-35cc-4e5a-a9e5-690eb5e2a6bb url= /sdc/v1/artifactTypes 2021-04-24T11:45:17.354Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:45:17.383Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:45:17.385Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:45:17.385Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:45:17.386Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:45:17.386Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Syf6Wzlvw9n0sN20) ... 2021-04-24T11:45:17.432Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:45:17.433Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 51d9dc7a-613c-49dc-81da-30d87611deea url= /sdc/v1/registerForDistribution 2021-04-24T11:45:17.440Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a7ff909 2021-04-24T11:45:17.440Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:45:17.440Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:45:17.441Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/s9Au2NCLd25kHsUo will send credentials over a clear channel. 2021-04-24T11:45:17.441Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/s9Au2NCLd25kHsUo (as s9Au2NCLd25kHsUo) ... 2021-04-24T11:45:17.456Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:45:17.457Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:45:17.457Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:46:07.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:46:07.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:46:07.336Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:46:07.342Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:46:07.354Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba8a4b06-c290-4dd3-9299-5a4a0af2aa6b url= /sdc/v1/artifactTypes 2021-04-24T11:46:07.354Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:46:07.383Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:46:07.384Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:46:07.384Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:46:07.385Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:46:07.385Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as s9Au2NCLd25kHsUo) ... 2021-04-24T11:46:07.417Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:46:07.418Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a31f76bd-f314-443c-b9c0-e3bd19bc6f12 url= /sdc/v1/registerForDistribution 2021-04-24T11:46:07.423Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7393f444 2021-04-24T11:46:07.423Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:46:07.424Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:46:07.424Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/8vsMt4rYIBKPzZAQ will send credentials over a clear channel. 2021-04-24T11:46:07.424Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/8vsMt4rYIBKPzZAQ (as 8vsMt4rYIBKPzZAQ) ... 2021-04-24T11:46:07.438Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:46:07.438Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:46:07.438Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:46:57.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:46:57.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:46:57.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:46:57.337Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:46:57.342Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5aa37827-71ff-4c18-9aea-cf0268ec6ed4 url= /sdc/v1/artifactTypes 2021-04-24T11:46:57.342Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:46:57.374Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:46:57.375Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:46:57.375Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:46:57.375Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:46:57.376Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 8vsMt4rYIBKPzZAQ) ... 2021-04-24T11:46:57.405Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:46:57.406Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e270ce4b-5faf-4596-a696-d581a525bb07 url= /sdc/v1/registerForDistribution 2021-04-24T11:46:57.411Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71f3da99 2021-04-24T11:46:57.411Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:46:57.411Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:46:57.411Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/lPfwMcsOr01RO2Yx will send credentials over a clear channel. 2021-04-24T11:46:57.412Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/lPfwMcsOr01RO2Yx (as lPfwMcsOr01RO2Yx) ... 2021-04-24T11:46:57.428Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:46:57.428Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:46:57.428Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:47:47.336Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:47:47.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:47:47.338Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:47:47.342Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:47:47.347Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d6bf4e0b-bcd3-4fe7-a8b6-0adf1a59b50e url= /sdc/v1/artifactTypes 2021-04-24T11:47:47.347Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:47:47.384Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:47:47.385Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:47:47.386Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:47:47.387Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:47:47.387Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as lPfwMcsOr01RO2Yx) ... 2021-04-24T11:47:47.419Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:47:47.420Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 30238b5c-fd8a-4f82-9b3c-79f35ae2a630 url= /sdc/v1/registerForDistribution 2021-04-24T11:47:47.428Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1df5b0e0 2021-04-24T11:47:47.429Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:47:47.429Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:47:47.429Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/tRgMSYLRhuKfh62v will send credentials over a clear channel. 2021-04-24T11:47:47.430Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/tRgMSYLRhuKfh62v (as tRgMSYLRhuKfh62v) ... 2021-04-24T11:47:47.449Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:47:47.449Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:47:47.450Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:48:37.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:48:37.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:48:37.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:48:37.337Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:48:37.340Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2390d817-a5ce-4fde-b966-0938e19c9d29 url= /sdc/v1/artifactTypes 2021-04-24T11:48:37.340Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:48:37.366Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:48:37.366Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:48:37.367Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:48:37.367Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:48:37.368Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as tRgMSYLRhuKfh62v) ... 2021-04-24T11:48:37.407Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:48:37.408Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3fc003fb-1cc0-4756-bd75-4160fdc94d1d url= /sdc/v1/registerForDistribution 2021-04-24T11:48:37.413Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d933e96 2021-04-24T11:48:37.414Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:48:37.414Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:48:37.414Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/2LLg8zj2cT9mApcD will send credentials over a clear channel. 2021-04-24T11:48:37.414Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/2LLg8zj2cT9mApcD (as 2LLg8zj2cT9mApcD) ... 2021-04-24T11:48:37.429Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:48:37.429Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:48:37.429Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:49:27.336Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:49:27.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:49:27.338Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:49:27.343Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:49:27.351Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c5b2d922-9ab3-4375-ac90-b99475223212 url= /sdc/v1/artifactTypes 2021-04-24T11:49:27.351Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:49:27.388Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:49:27.390Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:49:27.390Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:49:27.391Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:49:27.391Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 2LLg8zj2cT9mApcD) ... 2021-04-24T11:49:27.439Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:49:27.442Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7ed4a07d-f03e-4cae-bfec-37995e88ddfc url= /sdc/v1/registerForDistribution 2021-04-24T11:49:27.448Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f516afe 2021-04-24T11:49:27.448Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:49:27.448Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:49:27.449Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/nZZKixTRYHYXld1q will send credentials over a clear channel. 2021-04-24T11:49:27.449Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/nZZKixTRYHYXld1q (as nZZKixTRYHYXld1q) ... 2021-04-24T11:49:27.467Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:49:27.468Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:49:27.468Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:50:17.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:50:17.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:50:17.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:50:17.339Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:50:17.343Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5b3669a8-0425-4a09-952c-ea951a988620 url= /sdc/v1/artifactTypes 2021-04-24T11:50:17.343Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:50:17.376Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:50:17.377Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:50:17.377Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:50:17.378Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:50:17.378Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as nZZKixTRYHYXld1q) ... 2021-04-24T11:50:17.429Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:50:17.430Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c9a1b4ef-7e3b-4ccd-b478-7372e7eada61 url= /sdc/v1/registerForDistribution 2021-04-24T11:50:17.437Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d2f5ad8 2021-04-24T11:50:17.437Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:50:17.437Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:50:17.438Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/WXTvHZAkgb9JAZ6p will send credentials over a clear channel. 2021-04-24T11:50:17.438Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/WXTvHZAkgb9JAZ6p (as WXTvHZAkgb9JAZ6p) ... 2021-04-24T11:50:17.452Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:50:17.453Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:50:17.453Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:51:07.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:51:07.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:51:07.337Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:51:07.341Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:51:07.347Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07f5c159-7e95-4deb-b55f-18b974728f1f url= /sdc/v1/artifactTypes 2021-04-24T11:51:07.347Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:51:07.383Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:51:07.384Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:51:07.385Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:51:07.386Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:51:07.386Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as WXTvHZAkgb9JAZ6p) ... 2021-04-24T11:51:07.427Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:51:07.429Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ffa259e5-d3da-4e93-917b-20beb9e17596 url= /sdc/v1/registerForDistribution 2021-04-24T11:51:07.434Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8c65bde 2021-04-24T11:51:07.434Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:51:07.434Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:51:07.435Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/NNGLXjAyxPTZcxmi will send credentials over a clear channel. 2021-04-24T11:51:07.435Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/NNGLXjAyxPTZcxmi (as NNGLXjAyxPTZcxmi) ... 2021-04-24T11:51:07.457Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:51:07.457Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:51:07.458Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:51:57.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:51:57.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:51:57.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:51:57.338Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:51:57.341Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7044c687-09a0-4406-92a0-ebc14f5e8da1 url= /sdc/v1/artifactTypes 2021-04-24T11:51:57.341Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:51:57.370Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:51:57.371Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:51:57.371Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:51:57.371Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:51:57.371Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as NNGLXjAyxPTZcxmi) ... 2021-04-24T11:51:57.397Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:51:57.397Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 244f51bd-dc12-4e55-b9c0-14e89cb53545 url= /sdc/v1/registerForDistribution 2021-04-24T11:51:57.403Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@331b71b9 2021-04-24T11:51:57.403Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:51:57.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:51:57.404Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/aMHIVIyYgGBpsQAC will send credentials over a clear channel. 2021-04-24T11:51:57.404Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/aMHIVIyYgGBpsQAC (as aMHIVIyYgGBpsQAC) ... 2021-04-24T11:51:57.421Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:51:57.421Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:51:57.422Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:52:47.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:52:47.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:52:47.337Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:52:47.341Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:52:47.348Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aadb7760-c45c-449a-a6b6-8e5157b251f6 url= /sdc/v1/artifactTypes 2021-04-24T11:52:47.348Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:52:47.386Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:52:47.387Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:52:47.388Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:52:47.389Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:52:47.389Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as aMHIVIyYgGBpsQAC) ... 2021-04-24T11:52:47.422Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:52:47.424Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 62c9269e-69ee-4cd6-b020-25eb49235f29 url= /sdc/v1/registerForDistribution 2021-04-24T11:52:47.429Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9311d7e 2021-04-24T11:52:47.429Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:52:47.430Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:52:47.430Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/tuZHasFBqbsHO5px will send credentials over a clear channel. 2021-04-24T11:52:47.430Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/tuZHasFBqbsHO5px (as tuZHasFBqbsHO5px) ... 2021-04-24T11:52:47.445Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:52:47.445Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:52:47.445Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:53:37.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:53:37.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:53:37.336Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:53:37.341Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:53:37.346Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 654200df-9d32-4ea2-869f-2587fac44207 url= /sdc/v1/artifactTypes 2021-04-24T11:53:37.346Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:53:37.380Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:53:37.381Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:53:37.382Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:53:37.383Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:53:37.383Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as tuZHasFBqbsHO5px) ... 2021-04-24T11:53:37.433Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:53:37.434Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e0638d45-67cf-40be-8d72-05eb2b995314 url= /sdc/v1/registerForDistribution 2021-04-24T11:53:37.439Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a62c2ae 2021-04-24T11:53:37.439Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:53:37.439Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:53:37.440Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/wZeJEYSJ1sy14mZS will send credentials over a clear channel. 2021-04-24T11:53:37.440Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/wZeJEYSJ1sy14mZS (as wZeJEYSJ1sy14mZS) ... 2021-04-24T11:53:37.466Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:53:37.467Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:53:37.467Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:54:27.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:54:27.340Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:54:27.340Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:54:27.347Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:54:27.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0cb476b2-2574-46c9-96f4-a9f7458755b3 url= /sdc/v1/artifactTypes 2021-04-24T11:54:27.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:54:27.488Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:54:27.490Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:54:27.490Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:54:27.491Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:54:27.491Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as wZeJEYSJ1sy14mZS) ... 2021-04-24T11:54:27.514Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:54:27.516Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a4534c83-b63a-4d53-a821-ef790cba31f0 url= /sdc/v1/registerForDistribution 2021-04-24T11:54:27.527Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@238412dd 2021-04-24T11:54:27.527Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:54:27.527Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:54:27.528Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/E62dJZzmH7D0yQ5I will send credentials over a clear channel. 2021-04-24T11:54:27.528Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/E62dJZzmH7D0yQ5I (as E62dJZzmH7D0yQ5I) ... 2021-04-24T11:54:27.543Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:54:27.543Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:54:27.543Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:55:17.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:55:17.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:55:17.336Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:55:17.340Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:55:17.344Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e52177c8-627c-4ee7-b6fb-cb49a4d6b5ee url= /sdc/v1/artifactTypes 2021-04-24T11:55:17.344Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:55:17.374Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:55:17.375Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:55:17.376Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:55:17.377Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:55:17.377Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as E62dJZzmH7D0yQ5I) ... 2021-04-24T11:55:17.420Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:55:17.422Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7a24094c-887b-4a9e-b28a-f80c6c0b9fbf url= /sdc/v1/registerForDistribution 2021-04-24T11:55:17.427Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c430748 2021-04-24T11:55:17.428Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:55:17.428Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:55:17.429Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/yNvnZoSGjkyNFjBL will send credentials over a clear channel. 2021-04-24T11:55:17.429Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/yNvnZoSGjkyNFjBL (as yNvnZoSGjkyNFjBL) ... 2021-04-24T11:55:17.462Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:55:17.462Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:55:17.462Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:56:07.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:56:07.339Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:56:07.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:56:07.345Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:56:07.354Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bdfa00af-a3fe-4f25-8cb9-8512269993a4 url= /sdc/v1/artifactTypes 2021-04-24T11:56:07.354Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:56:07.387Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:56:07.388Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:56:07.388Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:56:07.389Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:56:07.389Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as yNvnZoSGjkyNFjBL) ... 2021-04-24T11:56:07.443Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:56:07.444Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2d806a1a-ad8d-456d-b5b4-48ec96cb3674 url= /sdc/v1/registerForDistribution 2021-04-24T11:56:07.450Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2155d51a 2021-04-24T11:56:07.450Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:56:07.450Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:56:07.451Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/op69txXoicNwtBbv will send credentials over a clear channel. 2021-04-24T11:56:07.451Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/op69txXoicNwtBbv (as op69txXoicNwtBbv) ... 2021-04-24T11:56:07.464Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:56:07.465Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:56:07.465Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:56:57.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:56:57.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:56:57.336Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:56:57.340Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:56:57.343Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1c27e39c-8aaf-4048-a11c-090f7ba37141 url= /sdc/v1/artifactTypes 2021-04-24T11:56:57.343Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:56:57.371Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:56:57.372Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:56:57.372Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:56:57.373Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:56:57.373Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as op69txXoicNwtBbv) ... 2021-04-24T11:56:57.398Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:56:57.399Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b33a6330-f92c-47a0-9f8e-62f43c1b839a url= /sdc/v1/registerForDistribution 2021-04-24T11:56:57.405Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@792c91ba 2021-04-24T11:56:57.405Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:56:57.405Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:56:57.405Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/2DtdNClfot2yH5Xt will send credentials over a clear channel. 2021-04-24T11:56:57.405Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/2DtdNClfot2yH5Xt (as 2DtdNClfot2yH5Xt) ... 2021-04-24T11:56:57.423Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:56:57.423Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:56:57.423Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:57:47.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:57:47.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:57:47.337Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:57:47.341Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:57:47.347Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9f79eca-fc05-494d-9734-82ea0dcb0940 url= /sdc/v1/artifactTypes 2021-04-24T11:57:47.347Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:57:47.375Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:57:47.376Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:57:47.377Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:57:47.377Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:57:47.378Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 2DtdNClfot2yH5Xt) ... 2021-04-24T11:57:47.404Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:57:47.405Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 60ed3c6f-113d-43de-88e0-22ae2e8b1226 url= /sdc/v1/registerForDistribution 2021-04-24T11:57:47.410Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78d2051c 2021-04-24T11:57:47.410Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:57:47.410Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:57:47.411Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/jZ4aN1YlkXRQoVmv will send credentials over a clear channel. 2021-04-24T11:57:47.411Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/jZ4aN1YlkXRQoVmv (as jZ4aN1YlkXRQoVmv) ... 2021-04-24T11:57:47.435Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:57:47.435Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:57:47.436Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:58:37.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:58:37.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:58:37.337Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:58:37.342Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:58:37.349Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 59c33806-f639-4fcf-a4b8-31226629a6e7 url= /sdc/v1/artifactTypes 2021-04-24T11:58:37.350Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:58:37.379Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:58:37.381Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:58:37.381Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:58:37.382Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:58:37.382Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as jZ4aN1YlkXRQoVmv) ... 2021-04-24T11:58:37.412Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:58:37.413Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b83e2323-e293-4ef9-85c6-ba68f0e4f5a0 url= /sdc/v1/registerForDistribution 2021-04-24T11:58:37.418Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@526b5696 2021-04-24T11:58:37.418Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:58:37.419Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:58:37.419Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/N7jhY7f8Nhin3aKx will send credentials over a clear channel. 2021-04-24T11:58:37.419Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/N7jhY7f8Nhin3aKx (as N7jhY7f8Nhin3aKx) ... 2021-04-24T11:58:37.433Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:58:37.434Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:58:37.434Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T11:59:27.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T11:59:27.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T11:59:27.336Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T11:59:27.339Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T11:59:27.344Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54815e99-2e45-4e60-b812-6173832e9950 url= /sdc/v1/artifactTypes 2021-04-24T11:59:27.344Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T11:59:27.374Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T11:59:27.376Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T11:59:27.376Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T11:59:27.377Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T11:59:27.377Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as N7jhY7f8Nhin3aKx) ... 2021-04-24T11:59:27.412Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:59:27.413Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f6e1ba8a-38aa-488b-a180-b4a1bfe03a82 url= /sdc/v1/registerForDistribution 2021-04-24T11:59:27.420Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37eaea1f 2021-04-24T11:59:27.420Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T11:59:27.420Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T11:59:27.421Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/7Gdy32rNuFCgooUV will send credentials over a clear channel. 2021-04-24T11:59:27.421Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/7Gdy32rNuFCgooUV (as 7Gdy32rNuFCgooUV) ... 2021-04-24T11:59:27.436Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T11:59:27.436Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T11:59:27.437Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:00:17.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:00:17.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:00:17.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:00:17.337Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:00:17.340Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 31d1891b-0f50-42f7-b6b2-d75b916ea611 url= /sdc/v1/artifactTypes 2021-04-24T12:00:17.340Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:00:17.364Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:00:17.365Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:00:17.365Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:00:17.371Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:00:17.371Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 7Gdy32rNuFCgooUV) ... 2021-04-24T12:00:17.421Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:00:17.422Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c0e95491-c84b-4b4b-a9d1-745372321514 url= /sdc/v1/registerForDistribution 2021-04-24T12:00:17.428Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31869c7b 2021-04-24T12:00:17.428Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:00:17.428Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:00:17.429Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Bllu0C8BUTAk9B7P will send credentials over a clear channel. 2021-04-24T12:00:17.429Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Bllu0C8BUTAk9B7P (as Bllu0C8BUTAk9B7P) ... 2021-04-24T12:00:17.444Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:00:17.444Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:00:17.444Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:01:07.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:01:07.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:01:07.337Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:01:07.340Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:01:07.347Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a4b9ec6c-ccd1-4dda-b808-aa439a645f7e url= /sdc/v1/artifactTypes 2021-04-24T12:01:07.347Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:01:07.377Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:01:07.379Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:01:07.379Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:01:07.380Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:01:07.380Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Bllu0C8BUTAk9B7P) ... 2021-04-24T12:01:07.416Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:01:07.417Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8e0512bc-f31e-4ee5-adc5-5c43767db695 url= /sdc/v1/registerForDistribution 2021-04-24T12:01:07.424Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6db28ee 2021-04-24T12:01:07.424Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:01:07.425Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:01:07.425Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/bTToT14z2W60bKAT will send credentials over a clear channel. 2021-04-24T12:01:07.425Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/bTToT14z2W60bKAT (as bTToT14z2W60bKAT) ... 2021-04-24T12:01:07.437Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:01:07.437Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:01:07.438Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:01:57.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:01:57.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:01:57.336Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:01:57.338Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:01:57.342Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fff116d8-e2fe-4e2a-842d-75aa3174cf6d url= /sdc/v1/artifactTypes 2021-04-24T12:01:57.342Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:01:57.373Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:01:57.374Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:01:57.374Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:01:57.375Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:01:57.375Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as bTToT14z2W60bKAT) ... 2021-04-24T12:01:57.396Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:01:57.397Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f3a6b72e-12ab-4cf0-b2d7-893ad2d1333d url= /sdc/v1/registerForDistribution 2021-04-24T12:01:57.403Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c9d0b0d 2021-04-24T12:01:57.403Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:01:57.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:01:57.404Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/eFAGfMnOxClDPQYT will send credentials over a clear channel. 2021-04-24T12:01:57.404Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/eFAGfMnOxClDPQYT (as eFAGfMnOxClDPQYT) ... 2021-04-24T12:01:57.415Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:01:57.416Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:01:57.416Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:02:47.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:02:47.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:02:47.337Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:02:47.341Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:02:47.348Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cfd9d7dd-a111-4892-a15b-8afa2cf6dd35 url= /sdc/v1/artifactTypes 2021-04-24T12:02:47.348Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:02:47.384Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:02:47.385Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:02:47.385Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:02:47.386Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:02:47.386Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eFAGfMnOxClDPQYT) ... 2021-04-24T12:02:47.421Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:02:47.423Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4b3decad-629c-45ff-8989-814705e86330 url= /sdc/v1/registerForDistribution 2021-04-24T12:02:47.428Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2acdf62c 2021-04-24T12:02:47.428Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:02:47.429Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:02:47.429Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/7o2LpFIFBgUOduhv will send credentials over a clear channel. 2021-04-24T12:02:47.430Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/7o2LpFIFBgUOduhv (as 7o2LpFIFBgUOduhv) ... 2021-04-24T12:02:47.444Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:02:47.445Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:02:47.445Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:03:37.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:03:37.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:03:37.336Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:03:37.340Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:03:37.344Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cc5ec63b-6096-4b6e-a6a4-7a26a49be23e url= /sdc/v1/artifactTypes 2021-04-24T12:03:37.345Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:03:37.378Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:03:37.379Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:03:37.379Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:03:37.380Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:03:37.380Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 7o2LpFIFBgUOduhv) ... 2021-04-24T12:03:37.406Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:03:37.407Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 394be17f-c10e-4371-b807-361d617ffae3 url= /sdc/v1/registerForDistribution 2021-04-24T12:03:37.412Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3f1e4a08 2021-04-24T12:03:37.412Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:03:37.412Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:03:37.414Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/ZxnXQDrACRcKPiPY will send credentials over a clear channel. 2021-04-24T12:03:37.415Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/ZxnXQDrACRcKPiPY (as ZxnXQDrACRcKPiPY) ... 2021-04-24T12:03:37.438Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:03:37.438Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:03:37.439Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:04:27.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:04:27.339Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:04:27.340Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:04:27.346Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:04:27.354Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 84ac7eea-b7a6-4772-8016-624a310e5571 url= /sdc/v1/artifactTypes 2021-04-24T12:04:27.354Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:04:27.383Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:04:27.384Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:04:27.385Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:04:27.386Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:04:27.387Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as ZxnXQDrACRcKPiPY) ... 2021-04-24T12:04:27.419Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:04:27.422Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 48722f18-cef2-4fd7-9ec4-356fed4cbeb3 url= /sdc/v1/registerForDistribution 2021-04-24T12:04:27.427Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ce4adfb 2021-04-24T12:04:27.427Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:04:27.427Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:04:27.428Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/FMRvffLiYjJiw62k will send credentials over a clear channel. 2021-04-24T12:04:27.428Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/FMRvffLiYjJiw62k (as FMRvffLiYjJiw62k) ... 2021-04-24T12:04:27.444Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:04:27.445Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:04:27.445Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:05:17.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:05:17.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:05:17.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:05:17.338Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:05:17.342Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 117381fe-02b8-419d-8c5f-22d63d10bd7f url= /sdc/v1/artifactTypes 2021-04-24T12:05:17.342Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:05:17.375Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:05:17.376Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:05:17.376Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:05:17.376Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:05:17.376Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as FMRvffLiYjJiw62k) ... 2021-04-24T12:05:17.405Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:05:17.407Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 67ce89f3-2693-47da-ae21-46ab06a5c78c url= /sdc/v1/registerForDistribution 2021-04-24T12:05:17.411Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14d297e4 2021-04-24T12:05:17.412Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:05:17.412Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:05:17.412Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Cym0uSAF5YfH0DfK will send credentials over a clear channel. 2021-04-24T12:05:17.413Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Cym0uSAF5YfH0DfK (as Cym0uSAF5YfH0DfK) ... 2021-04-24T12:05:17.427Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:05:17.427Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:05:17.427Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:06:07.336Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:06:07.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:06:07.337Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:06:07.340Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:06:07.346Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 307521db-9182-4b3a-8204-15896367673b url= /sdc/v1/artifactTypes 2021-04-24T12:06:07.346Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:06:07.376Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:06:07.378Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:06:07.378Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:06:07.378Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:06:07.379Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Cym0uSAF5YfH0DfK) ... 2021-04-24T12:06:07.414Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:06:07.417Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 187ca2d8-3bad-42a8-9df3-3fc83ff5bdf0 url= /sdc/v1/registerForDistribution 2021-04-24T12:06:07.423Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5993d7e0 2021-04-24T12:06:07.423Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:06:07.423Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:06:07.424Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/DZwWlAS5fdLBh3O6 will send credentials over a clear channel. 2021-04-24T12:06:07.424Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/DZwWlAS5fdLBh3O6 (as DZwWlAS5fdLBh3O6) ... 2021-04-24T12:06:07.439Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:06:07.439Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:06:07.439Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:06:57.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:06:57.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:06:57.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:06:57.338Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:06:57.341Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b1092f5e-693f-4701-a4ef-2f868aa86520 url= /sdc/v1/artifactTypes 2021-04-24T12:06:57.341Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:06:57.367Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:06:57.368Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:06:57.368Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:06:57.369Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:06:57.369Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as DZwWlAS5fdLBh3O6) ... 2021-04-24T12:06:57.402Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:06:57.403Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 06b3757e-e004-4a1d-b004-45b9b10da118 url= /sdc/v1/registerForDistribution 2021-04-24T12:06:57.409Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c61861 2021-04-24T12:06:57.409Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:06:57.409Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:06:57.410Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/U2TgN2q5CxgUywAU will send credentials over a clear channel. 2021-04-24T12:06:57.410Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/U2TgN2q5CxgUywAU (as U2TgN2q5CxgUywAU) ... 2021-04-24T12:06:57.424Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:06:57.424Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:06:57.424Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:07:47.336Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:07:47.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:07:47.338Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:07:47.343Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:07:47.350Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 22785b64-f3a7-403d-863d-7d96c3331f6e url= /sdc/v1/artifactTypes 2021-04-24T12:07:47.351Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:07:47.386Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:07:47.388Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:07:47.388Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:07:47.389Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:07:47.389Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as U2TgN2q5CxgUywAU) ... 2021-04-24T12:07:47.428Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:07:47.431Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 62a7be89-2d15-4c2b-bfbe-af143b824b1b url= /sdc/v1/registerForDistribution 2021-04-24T12:07:47.437Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7668883d 2021-04-24T12:07:47.438Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:07:47.438Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:07:47.439Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/F26oHM3rOS22kH0e will send credentials over a clear channel. 2021-04-24T12:07:47.439Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/F26oHM3rOS22kH0e (as F26oHM3rOS22kH0e) ... 2021-04-24T12:07:47.457Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:07:47.458Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:07:47.458Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:08:37.336Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:08:37.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:08:37.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:08:37.345Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:08:37.350Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f4f5fa5d-1f8c-49c0-ac92-c5c2ede37a2a url= /sdc/v1/artifactTypes 2021-04-24T12:08:37.351Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:08:37.384Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:08:37.385Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:08:37.386Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:08:37.387Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:08:37.387Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as F26oHM3rOS22kH0e) ... 2021-04-24T12:08:37.414Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:08:37.415Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d8d8d223-2d33-4f1f-a411-6f35300697b3 url= /sdc/v1/registerForDistribution 2021-04-24T12:08:37.420Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7247f780 2021-04-24T12:08:37.420Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:08:37.420Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:08:37.420Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/MUG7BBTCCMfBhdLp will send credentials over a clear channel. 2021-04-24T12:08:37.420Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/MUG7BBTCCMfBhdLp (as MUG7BBTCCMfBhdLp) ... 2021-04-24T12:08:37.435Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:08:37.435Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:08:37.435Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:09:27.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:09:27.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:09:27.337Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:09:27.341Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:09:27.347Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b5ec298c-916f-42ec-9366-76123e293b6e url= /sdc/v1/artifactTypes 2021-04-24T12:09:27.348Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:09:27.386Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:09:27.387Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:09:27.387Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:09:27.388Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:09:27.389Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as MUG7BBTCCMfBhdLp) ... 2021-04-24T12:09:27.429Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:09:27.431Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 839858f0-3118-4312-8445-0f9b0643f55d url= /sdc/v1/registerForDistribution 2021-04-24T12:09:27.437Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@209d16f6 2021-04-24T12:09:27.437Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:09:27.437Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:09:27.438Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/4Oz1VGZwEs7CBkAC will send credentials over a clear channel. 2021-04-24T12:09:27.438Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/4Oz1VGZwEs7CBkAC (as 4Oz1VGZwEs7CBkAC) ... 2021-04-24T12:09:27.455Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:09:27.455Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:09:27.455Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:10:17.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:10:17.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:10:17.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:10:17.339Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:10:17.342Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 937313a2-38ba-43c3-b519-7ec28953d2f0 url= /sdc/v1/artifactTypes 2021-04-24T12:10:17.342Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:10:17.370Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:10:17.371Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:10:17.371Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:10:17.372Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:10:17.372Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4Oz1VGZwEs7CBkAC) ... 2021-04-24T12:10:17.407Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:10:17.409Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d5a72a12-b176-4e1c-be81-9656603b92a6 url= /sdc/v1/registerForDistribution 2021-04-24T12:10:17.415Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f13dc0c 2021-04-24T12:10:17.416Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:10:17.416Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:10:17.417Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/1W0X926gehDNaMGn will send credentials over a clear channel. 2021-04-24T12:10:17.417Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/1W0X926gehDNaMGn (as 1W0X926gehDNaMGn) ... 2021-04-24T12:10:17.433Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:10:17.433Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:10:17.434Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:11:07.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:11:07.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:11:07.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:11:07.339Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:11:07.342Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dc169d30-9ceb-4d76-bca3-f2e9f0fbccf1 url= /sdc/v1/artifactTypes 2021-04-24T12:11:07.342Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:11:07.368Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:11:07.369Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:11:07.369Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:11:07.369Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:11:07.369Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 1W0X926gehDNaMGn) ... 2021-04-24T12:11:07.404Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:11:07.405Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1cb4d953-c78a-4ab6-9784-d1cd0e05ecc5 url= /sdc/v1/registerForDistribution 2021-04-24T12:11:07.411Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46a86450 2021-04-24T12:11:07.411Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:11:07.411Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:11:07.412Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/AuIhRwCmQYxyCJAo will send credentials over a clear channel. 2021-04-24T12:11:07.412Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/AuIhRwCmQYxyCJAo (as AuIhRwCmQYxyCJAo) ... 2021-04-24T12:11:07.436Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:11:07.436Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:11:07.437Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:11:57.336Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:11:57.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:11:57.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:11:57.345Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:11:57.352Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9feee1b7-b8a9-4a1c-bff9-7a0cedb34b0e url= /sdc/v1/artifactTypes 2021-04-24T12:11:57.352Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:11:57.388Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:11:57.390Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:11:57.390Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:11:57.391Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:11:57.391Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as AuIhRwCmQYxyCJAo) ... 2021-04-24T12:11:57.416Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:11:57.418Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= da39405a-2b3a-4673-a228-5f726e302f5b url= /sdc/v1/registerForDistribution 2021-04-24T12:11:57.424Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6897044c 2021-04-24T12:11:57.425Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:11:57.425Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:11:57.426Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/0EodlyKjETvLIiVj will send credentials over a clear channel. 2021-04-24T12:11:57.426Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/0EodlyKjETvLIiVj (as 0EodlyKjETvLIiVj) ... 2021-04-24T12:11:57.440Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:11:57.440Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:11:57.440Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:12:47.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:12:47.334Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:12:47.334Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:12:47.336Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:12:47.340Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 193420b7-64c8-43c0-83b1-881075393bdf url= /sdc/v1/artifactTypes 2021-04-24T12:12:47.340Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:12:47.369Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:12:47.369Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:12:47.369Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:12:47.370Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:12:47.370Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 0EodlyKjETvLIiVj) ... 2021-04-24T12:12:47.393Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:12:47.394Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9306f1eb-2645-4636-b419-f5273ef55798 url= /sdc/v1/registerForDistribution 2021-04-24T12:12:47.398Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2034bd8c 2021-04-24T12:12:47.398Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:12:47.399Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:12:47.399Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/y2AJ6rX6YZVk7lya will send credentials over a clear channel. 2021-04-24T12:12:47.399Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/y2AJ6rX6YZVk7lya (as y2AJ6rX6YZVk7lya) ... 2021-04-24T12:12:47.421Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:12:47.421Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:12:47.421Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:13:37.336Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:13:37.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:13:37.338Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:13:37.342Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:13:37.348Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 483ae2dc-0969-4930-8da9-0df6f97a2a46 url= /sdc/v1/artifactTypes 2021-04-24T12:13:37.349Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:13:37.381Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:13:37.382Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:13:37.382Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:13:37.383Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:13:37.383Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as y2AJ6rX6YZVk7lya) ... 2021-04-24T12:13:37.411Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:13:37.412Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 490fd123-90e3-40a9-af09-deef815bd85e url= /sdc/v1/registerForDistribution 2021-04-24T12:13:37.417Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@692efc90 2021-04-24T12:13:37.418Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:13:37.418Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:13:37.418Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/kItIupNkRUl17I6g will send credentials over a clear channel. 2021-04-24T12:13:37.418Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/kItIupNkRUl17I6g (as kItIupNkRUl17I6g) ... 2021-04-24T12:13:37.434Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:13:37.434Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:13:37.434Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:14:27.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:14:27.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:14:27.336Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:14:27.340Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:14:27.344Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 90f4a4fb-061c-48ae-bb9c-1e161b14290a url= /sdc/v1/artifactTypes 2021-04-24T12:14:27.344Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:14:27.370Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:14:27.372Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:14:27.372Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:14:27.373Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:14:27.373Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as kItIupNkRUl17I6g) ... 2021-04-24T12:14:27.417Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:14:27.418Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7a47b0f3-ef95-45e2-a238-b3e5ed2ad535 url= /sdc/v1/registerForDistribution 2021-04-24T12:14:27.422Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5618f53e 2021-04-24T12:14:27.422Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:14:27.422Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:14:27.422Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/iJ36Mrse6JRJ37yv will send credentials over a clear channel. 2021-04-24T12:14:27.423Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/iJ36Mrse6JRJ37yv (as iJ36Mrse6JRJ37yv) ... 2021-04-24T12:14:27.440Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:14:27.440Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:14:27.441Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:15:17.336Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:15:17.340Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:15:17.340Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:15:17.348Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:15:17.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 89770b42-0cfa-4f75-bdf9-0f9536e45a8f url= /sdc/v1/artifactTypes 2021-04-24T12:15:17.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:15:17.391Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:15:17.393Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:15:17.393Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:15:17.395Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:15:17.395Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as iJ36Mrse6JRJ37yv) ... 2021-04-24T12:15:17.421Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:15:17.422Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fde4b307-cf02-412c-97dd-65a624b68e9f url= /sdc/v1/registerForDistribution 2021-04-24T12:15:17.427Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@649522e 2021-04-24T12:15:17.427Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:15:17.427Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:15:17.428Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/87BtQNzpRiI7FlMN will send credentials over a clear channel. 2021-04-24T12:15:17.428Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/87BtQNzpRiI7FlMN (as 87BtQNzpRiI7FlMN) ... 2021-04-24T12:15:17.441Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:15:17.441Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:15:17.441Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-04-24T12:16:07.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-24T12:16:07.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-24T12:16:07.335Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-24T12:16:07.338Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-24T12:16:07.342Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a6b90807-698a-42eb-96dd-e6f3f36bbcfe url= /sdc/v1/artifactTypes 2021-04-24T12:16:07.342Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-24T12:16:07.374Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-24T12:16:07.375Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-24T12:16:07.375Z||scheduling-1|||||DEBUG|500||create keys 2021-04-24T12:16:07.376Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-24T12:16:07.376Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 87BtQNzpRiI7FlMN) ... 2021-04-24T12:16:07.407Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:16:07.408Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9868c3b8-4eb3-4078-ab4e-02d94f9d782f url= /sdc/v1/registerForDistribution 2021-04-24T12:16:07.414Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47e44d19 2021-04-24T12:16:07.414Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-24T12:16:07.414Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-24T12:16:07.414Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/pJDyI87LfuuJSNJy will send credentials over a clear channel. 2021-04-24T12:16:07.415Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/pJDyI87LfuuJSNJy (as pJDyI87LfuuJSNJy) ... 2021-04-24T12:16:07.433Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-24T12:16:07.433Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-24T12:16:07.434Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor132.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted