By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-11-03T17:38:29.427Z||main|||||INFO|500||The following profiles are active: basic
2021-11-03T17:38:48.739Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-03T17:38:48.739Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-03T17:38:48.862Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-03T17:38:53.895Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-03T17:38:54.491Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-03T17:38:55.025Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-03T17:38:55.033Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-03T17:38:55.198Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-03T17:38:55.511Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-03T17:38:56.213Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-03T17:39:01.787Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-03T17:39:04.335Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-03T17:39:04.407Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-03T17:39:05.071Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-03T17:39:05.200Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-11-03T17:39:06.592Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-03T17:39:07.698Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-03T17:39:07.714Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$3d37c175.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-11-03T17:39:07.716Z||main|||||WARN|500||The sdc end point is not alive
2021-11-03T17:39:10.548Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-11-03T17:39:13.355Z||main|||||WARN|500||---
2021-11-03T17:39:13.355Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-03T17:39:13.356Z||main|||||WARN|500||---
2021-11-03T17:39:13.770Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-03T17:39:19.092Z||main|||||INFO|500||Started Application in 56.196 seconds (JVM running for 64.488)
2021-11-03T17:39:19.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:39:19.124Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:39:19.138Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:39:19.190Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:39:19.270Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 48f978d3-ac12-41ca-9d23-22efaf01cc62 url= /sdc/v1/artifactTypes
2021-11-03T17:39:19.271Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:39:19.529Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:39:19.554Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:39:19.587Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:39:19.595Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-03T17:39:19.753Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:39:19.774Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4cb94cf9-5ba3-4381-83de-147e9a0800b9 url= /sdc/v1/registerForDistribution
2021-11-03T17:39:19.790Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c7f85d1
2021-11-03T17:39:19.791Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:39:19.791Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:39:19.797Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/IOdAxxshfpnAoUZI will send credentials over a clear channel.
2021-11-03T17:39:19.797Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/IOdAxxshfpnAoUZI (as IOdAxxshfpnAoUZI) ...
2021-11-03T17:39:19.840Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:39:19.844Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:39:19.848Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2021-11-03T17:40:09.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:40:09.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:40:09.093Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:40:09.102Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:40:09.112Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c10c7199-7649-4eba-892d-c77294b4de6f url= /sdc/v1/artifactTypes
2021-11-03T17:40:09.113Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:40:09.188Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:40:09.190Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:40:09.191Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:40:09.192Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:40:09.193Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as IOdAxxshfpnAoUZI) ...
2021-11-03T17:40:09.323Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:40:09.326Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8abd8822-002c-432d-b95c-8a9be945164e url= /sdc/v1/registerForDistribution
2021-11-03T17:40:09.338Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c58745d
2021-11-03T17:40:09.338Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:40:09.339Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:40:09.340Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/CaDTvBSxtsnCQehH will send credentials over a clear channel.
2021-11-03T17:40:09.340Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/CaDTvBSxtsnCQehH (as CaDTvBSxtsnCQehH) ...
2021-11-03T17:40:09.369Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:40:09.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:40:09.370Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2021-11-03T17:40:59.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:40:59.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:40:59.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:40:59.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:40:59.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 08af1c3e-ce35-4b06-8ae0-f1ce0004daf1 url= /sdc/v1/artifactTypes
2021-11-03T17:40:59.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:40:59.152Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:40:59.154Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:40:59.154Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:40:59.155Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:40:59.156Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as CaDTvBSxtsnCQehH) ...
2021-11-03T17:40:59.334Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:40:59.336Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= aafb9a4d-9df3-449f-8941-f9ed9678d610 url= /sdc/v1/registerForDistribution
2021-11-03T17:40:59.353Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d64c873
2021-11-03T17:40:59.353Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:40:59.354Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:40:59.355Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/ybVZntguac7YdvxQ will send credentials over a clear channel.
2021-11-03T17:40:59.355Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/ybVZntguac7YdvxQ (as ybVZntguac7YdvxQ) ...
2021-11-03T17:40:59.879Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:40:59.881Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:40:59.883Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2021-11-03T17:41:49.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:41:49.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:41:49.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:41:49.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:41:49.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 96fab1b2-65ab-42c0-a9b3-ec3a6e62b74d url= /sdc/v1/artifactTypes
2021-11-03T17:41:49.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:41:49.168Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:41:49.171Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:41:49.171Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:41:49.172Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:41:49.172Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as ybVZntguac7YdvxQ) ...
2021-11-03T17:41:49.501Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:41:49.503Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 40e0a3ab-a169-4b3c-be8b-011422cc9186 url= /sdc/v1/registerForDistribution
2021-11-03T17:41:49.513Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4de686d4
2021-11-03T17:41:49.514Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:41:49.514Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:41:49.515Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/2EGwScEAxHCRI3cy will send credentials over a clear channel.
2021-11-03T17:41:49.515Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/2EGwScEAxHCRI3cy (as 2EGwScEAxHCRI3cy) ...
2021-11-03T17:41:49.565Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:41:49.566Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:41:49.567Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2021-11-03T17:42:39.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:42:39.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:42:39.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:42:39.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:42:39.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c436b86-5895-45b4-af18-5a2fa0792532 url= /sdc/v1/artifactTypes
2021-11-03T17:42:39.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:42:39.164Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:42:39.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-11-03T17:42:39.166Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:42:39.168Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:42:39.168Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 2EGwScEAxHCRI3cy) ...
2021-11-03T17:42:39.299Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:42:39.301Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= dfd74640-de6c-4cb9-b35a-aee688e5ba5d url= /sdc/v1/registerForDistribution
2021-11-03T17:42:39.312Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22604547
2021-11-03T17:42:39.313Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:42:39.313Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:42:39.314Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/ek8OSQdT98CbPSfI will send credentials over a clear channel.
2021-11-03T17:42:39.314Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/ek8OSQdT98CbPSfI (as ek8OSQdT98CbPSfI) ...
2021-11-03T17:42:39.340Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:42:39.340Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:42:39.342Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2021-11-03T17:43:29.090Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:43:29.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:43:29.096Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:43:29.126Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:43:29.135Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b20b9d53-3382-4295-9525-7f94618bf5bc url= /sdc/v1/artifactTypes
2021-11-03T17:43:29.135Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:43:29.190Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:43:29.192Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:43:29.192Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:43:29.193Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:43:29.194Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as ek8OSQdT98CbPSfI) ...
2021-11-03T17:43:29.446Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:43:29.449Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bf2097f8-2a7d-40e6-9e73-9e8b75f74bb0 url= /sdc/v1/registerForDistribution
2021-11-03T17:43:29.459Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57f7e170
2021-11-03T17:43:29.459Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:43:29.460Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:43:29.460Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/s6tYSynDctXAvcwh will send credentials over a clear channel.
2021-11-03T17:43:29.461Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/s6tYSynDctXAvcwh (as s6tYSynDctXAvcwh) ...
2021-11-03T17:43:29.491Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:43:29.492Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:43:29.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2021-11-03T17:44:19.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:44:19.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:44:19.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:44:19.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:44:19.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6692e659-7918-4f51-8bca-27963f223405 url= /sdc/v1/artifactTypes
2021-11-03T17:44:19.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:44:19.150Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:44:19.153Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:44:19.153Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:44:19.155Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:44:19.155Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as s6tYSynDctXAvcwh) ...
2021-11-03T17:44:19.288Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:44:19.290Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cbda8940-0d8b-459f-9c25-549cefdf583d url= /sdc/v1/registerForDistribution
2021-11-03T17:44:19.302Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31ff4bff
2021-11-03T17:44:19.303Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:44:19.303Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:44:19.304Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/egIiCR8lTIqUqzd1 will send credentials over a clear channel.
2021-11-03T17:44:19.304Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/egIiCR8lTIqUqzd1 (as egIiCR8lTIqUqzd1) ...
2021-11-03T17:44:19.447Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:44:19.448Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:44:19.449Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2021-11-03T17:45:09.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:45:09.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:45:09.093Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:45:09.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:45:09.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac854571-f0e3-4f81-a019-eea400b6e0bb url= /sdc/v1/artifactTypes
2021-11-03T17:45:09.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:45:09.151Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:45:09.152Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:45:09.152Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:45:09.154Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:45:09.154Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as egIiCR8lTIqUqzd1) ...
2021-11-03T17:45:09.244Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:45:09.246Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f393cc1d-ad00-4c56-a8df-310bceb08644 url= /sdc/v1/registerForDistribution
2021-11-03T17:45:09.255Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f46bac7
2021-11-03T17:45:09.255Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:45:09.255Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:45:09.256Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/7JEAQqnJRf6UpQWs will send credentials over a clear channel.
2021-11-03T17:45:09.256Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/7JEAQqnJRf6UpQWs (as 7JEAQqnJRf6UpQWs) ...
2021-11-03T17:45:09.286Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:45:09.287Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:45:09.288Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2021-11-03T17:45:59.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:45:59.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:45:59.093Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:45:59.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:45:59.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3657a957-d76d-4a7d-9c4b-349d0b1be2d0 url= /sdc/v1/artifactTypes
2021-11-03T17:45:59.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:45:59.149Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:45:59.151Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:45:59.151Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:45:59.154Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:45:59.155Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 7JEAQqnJRf6UpQWs) ...
2021-11-03T17:45:59.319Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:45:59.321Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c6d61f0d-d583-457c-9b74-c893dcd64d92 url= /sdc/v1/registerForDistribution
2021-11-03T17:45:59.332Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e18f0ec
2021-11-03T17:45:59.332Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:45:59.333Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:45:59.333Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/rskabBPXw1yAUxrJ will send credentials over a clear channel.
2021-11-03T17:45:59.334Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/rskabBPXw1yAUxrJ (as rskabBPXw1yAUxrJ) ...
2021-11-03T17:45:59.412Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:45:59.413Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:45:59.414Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2021-11-03T17:46:49.090Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:46:49.096Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:46:49.097Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:46:49.102Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:46:49.111Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c7381d87-35f1-4b66-babb-1166d98aae20 url= /sdc/v1/artifactTypes
2021-11-03T17:46:49.111Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:46:49.153Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:46:49.155Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:46:49.155Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:46:49.157Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:46:49.157Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as rskabBPXw1yAUxrJ) ...
2021-11-03T17:46:49.348Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:46:49.350Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 37fc050d-f674-4d7b-b956-500e5ab7003c url= /sdc/v1/registerForDistribution
2021-11-03T17:46:49.359Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f1b7332
2021-11-03T17:46:49.359Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:46:49.360Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:46:49.361Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/JNfCdKguxnJyF1Ul will send credentials over a clear channel.
2021-11-03T17:46:49.362Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/JNfCdKguxnJyF1Ul (as JNfCdKguxnJyF1Ul) ...
2021-11-03T17:46:49.392Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:46:49.393Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:46:49.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2021-11-03T17:47:39.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:47:39.088Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:47:39.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:47:39.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:47:39.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b7d94419-aaad-4b38-9182-80015659e44a url= /sdc/v1/artifactTypes
2021-11-03T17:47:39.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:47:39.142Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:47:39.143Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:47:39.143Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:47:39.145Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:47:39.146Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as JNfCdKguxnJyF1Ul) ...
2021-11-03T17:47:39.210Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:47:39.213Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a76b8270-aaa1-4b5f-9c5f-da5f25ab5aed url= /sdc/v1/registerForDistribution
2021-11-03T17:47:39.221Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b294fe0
2021-11-03T17:47:39.222Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:47:39.223Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:47:39.224Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/uepf7b3XVbwHDECn will send credentials over a clear channel.
2021-11-03T17:47:39.224Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/uepf7b3XVbwHDECn (as uepf7b3XVbwHDECn) ...
2021-11-03T17:47:39.247Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:47:39.248Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:47:39.249Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2021-11-03T17:48:23.441Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-03T17:48:29.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:48:29.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:48:29.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:48:29.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:48:29.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70e89be0-bc2a-4b05-8142-41cd4653581f url= /sdc/v1/artifactTypes
2021-11-03T17:48:29.097Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:48:29.134Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:48:29.135Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:48:29.136Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:48:29.137Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:48:29.138Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as uepf7b3XVbwHDECn) ...
2021-11-03T17:48:29.366Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:48:29.368Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9ea8888c-6b84-46b3-8174-c67f3185384e url= /sdc/v1/registerForDistribution
2021-11-03T17:48:29.376Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39271b6a
2021-11-03T17:48:29.376Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:48:29.377Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:48:29.377Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/QJAVNSBMyNIqsFJ5 will send credentials over a clear channel.
2021-11-03T17:48:29.377Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/QJAVNSBMyNIqsFJ5 (as QJAVNSBMyNIqsFJ5) ...
2021-11-03T17:48:29.406Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:48:29.407Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:48:29.407Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2021-11-03T17:49:19.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:49:19.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:49:19.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:49:19.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:49:19.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d2ce5d98-a075-4086-b181-390d4deb97eb url= /sdc/v1/artifactTypes
2021-11-03T17:49:19.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:49:19.143Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:49:19.145Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:49:19.145Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:49:19.146Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:49:19.146Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as QJAVNSBMyNIqsFJ5) ...
2021-11-03T17:49:19.241Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:49:19.243Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= affa47a1-68a8-4f6d-bd96-6e6ef98c8b36 url= /sdc/v1/registerForDistribution
2021-11-03T17:49:19.254Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@619c3b20
2021-11-03T17:49:19.254Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:49:19.255Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:49:19.256Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/ckggV1f5BWIP3dn9 will send credentials over a clear channel.
2021-11-03T17:49:19.256Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/ckggV1f5BWIP3dn9 (as ckggV1f5BWIP3dn9) ...
2021-11-03T17:49:19.290Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:49:19.292Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:49:19.294Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2021-11-03T17:50:09.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:50:09.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:50:09.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:50:09.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:50:09.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d608a26b-b2f4-4118-b2a6-f17e6021da1d url= /sdc/v1/artifactTypes
2021-11-03T17:50:09.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:50:09.142Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:50:09.143Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:50:09.144Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:50:09.145Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:50:09.146Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as ckggV1f5BWIP3dn9) ...
2021-11-03T17:50:09.340Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:50:09.342Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 60ce1282-c3f3-4141-aa64-a5a634f881b3 url= /sdc/v1/registerForDistribution
2021-11-03T17:50:09.350Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b60ad1f
2021-11-03T17:50:09.351Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:50:09.351Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:50:09.351Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/UCiE9rlBmCm8ebRU will send credentials over a clear channel.
2021-11-03T17:50:09.352Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/UCiE9rlBmCm8ebRU (as UCiE9rlBmCm8ebRU) ...
2021-11-03T17:50:09.442Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:50:09.442Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:50:09.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2021-11-03T17:50:59.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:50:59.093Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:50:59.094Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:50:59.100Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:50:59.109Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 68bd8ddc-f921-4638-b0c9-fbd8a0b9e751 url= /sdc/v1/artifactTypes
2021-11-03T17:50:59.110Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:50:59.165Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:50:59.167Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:50:59.168Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:50:59.170Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:50:59.170Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as UCiE9rlBmCm8ebRU) ...
2021-11-03T17:50:59.409Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:50:59.411Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a3ab74e2-96b0-45b8-a074-8649faf0d5e6 url= /sdc/v1/registerForDistribution
2021-11-03T17:50:59.419Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39b53151
2021-11-03T17:50:59.420Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:50:59.421Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:50:59.421Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/HabrC7AbkXgWtFny will send credentials over a clear channel.
2021-11-03T17:50:59.422Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/HabrC7AbkXgWtFny (as HabrC7AbkXgWtFny) ...
2021-11-03T17:50:59.642Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:50:59.644Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:50:59.645Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2021-11-03T17:51:49.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:51:49.098Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:51:49.099Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:51:49.106Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:51:49.116Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aaa6270a-aac2-4227-9472-34f5d7b3bf09 url= /sdc/v1/artifactTypes
2021-11-03T17:51:49.117Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:51:49.155Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:51:49.157Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:51:49.157Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:51:49.158Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:51:49.158Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as HabrC7AbkXgWtFny) ...
2021-11-03T17:51:49.251Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:51:49.253Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5f82fad1-9ab8-40ea-86b4-1708fdb46e4a url= /sdc/v1/registerForDistribution
2021-11-03T17:51:49.260Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40c6c9c0
2021-11-03T17:51:49.260Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:51:49.261Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:51:49.261Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/4twTiscZM0TjcfP7 will send credentials over a clear channel.
2021-11-03T17:51:49.262Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/4twTiscZM0TjcfP7 (as 4twTiscZM0TjcfP7) ...
2021-11-03T17:51:49.289Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:51:49.290Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:51:49.292Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2021-11-03T17:52:39.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:52:39.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:52:39.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:52:39.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:52:39.097Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5dee5382-5067-42d2-9a7b-f1b64e02299e url= /sdc/v1/artifactTypes
2021-11-03T17:52:39.097Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:52:39.130Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:52:39.131Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:52:39.131Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:52:39.132Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:52:39.133Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4twTiscZM0TjcfP7) ...
2021-11-03T17:52:39.270Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:52:39.271Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 04558030-8c3e-4aaf-a290-b5f23a77f715 url= /sdc/v1/registerForDistribution
2021-11-03T17:52:39.280Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c3cd73f
2021-11-03T17:52:39.281Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:52:39.281Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:52:39.282Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Vks3uhPHlmORmYIj will send credentials over a clear channel.
2021-11-03T17:52:39.283Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Vks3uhPHlmORmYIj (as Vks3uhPHlmORmYIj) ...
2021-11-03T17:52:39.322Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:52:39.322Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:52:39.324Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T17:53:29.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:53:29.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:53:29.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:53:29.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:53:29.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a95ccd96-da7b-4ca0-8330-d537e218aef7 url= /sdc/v1/artifactTypes
2021-11-03T17:53:29.097Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:53:29.132Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:53:29.134Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:53:29.134Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:53:29.135Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:53:29.135Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Vks3uhPHlmORmYIj) ...
2021-11-03T17:53:29.321Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:53:29.323Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 68d3f133-e997-4fa6-920a-5029407ecdb6 url= /sdc/v1/registerForDistribution
2021-11-03T17:53:29.331Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4cd120cd
2021-11-03T17:53:29.332Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:53:29.332Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:53:29.333Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/sXVB5lgh8HBYhh4c will send credentials over a clear channel.
2021-11-03T17:53:29.333Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/sXVB5lgh8HBYhh4c (as sXVB5lgh8HBYhh4c) ...
2021-11-03T17:53:29.364Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:53:29.365Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:53:29.367Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T17:54:19.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:54:19.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:54:19.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:54:19.089Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:54:19.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 45801663-512a-4dad-ae68-6b1d23082029 url= /sdc/v1/artifactTypes
2021-11-03T17:54:19.095Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:54:19.129Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:54:19.131Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:54:19.131Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:54:19.132Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:54:19.132Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as sXVB5lgh8HBYhh4c) ...
2021-11-03T17:54:19.354Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:54:19.356Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5750db94-7393-4fe1-9972-02b355dc2744 url= /sdc/v1/registerForDistribution
2021-11-03T17:54:19.369Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@df683e7
2021-11-03T17:54:19.369Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:54:19.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:54:19.371Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/3SZVLMZNI6nOjJQf will send credentials over a clear channel.
2021-11-03T17:54:19.371Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/3SZVLMZNI6nOjJQf (as 3SZVLMZNI6nOjJQf) ...
2021-11-03T17:54:19.410Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:54:19.411Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:54:19.412Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T17:55:09.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:55:09.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:55:09.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:55:09.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:55:09.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b7a0275d-df71-414b-b3f6-6a0c9e873ee1 url= /sdc/v1/artifactTypes
2021-11-03T17:55:09.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:55:09.151Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:55:09.153Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:55:09.154Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:55:09.155Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:55:09.155Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 3SZVLMZNI6nOjJQf) ...
2021-11-03T17:55:09.349Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:55:09.351Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= de99e05b-d524-4f3d-b2f5-74123248ca34 url= /sdc/v1/registerForDistribution
2021-11-03T17:55:09.362Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a31a263
2021-11-03T17:55:09.362Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:55:09.363Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:55:09.364Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/b5AC94TWPVdgiLoe will send credentials over a clear channel.
2021-11-03T17:55:09.364Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/b5AC94TWPVdgiLoe (as b5AC94TWPVdgiLoe) ...
2021-11-03T17:55:09.463Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:55:09.464Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:55:09.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T17:55:59.090Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:55:59.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:55:59.094Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:55:59.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:55:59.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e582f9c0-4833-4da9-9de6-aabcd6fc6491 url= /sdc/v1/artifactTypes
2021-11-03T17:55:59.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:55:59.156Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:55:59.158Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:55:59.159Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:55:59.160Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:55:59.160Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as b5AC94TWPVdgiLoe) ...
2021-11-03T17:55:59.451Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:55:59.453Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4c2d8800-3c5e-4ff8-94c8-aaab6527fc1f url= /sdc/v1/registerForDistribution
2021-11-03T17:55:59.461Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d60dd81
2021-11-03T17:55:59.461Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:55:59.462Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:55:59.462Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/xdNIArg8H6Vmvb6V will send credentials over a clear channel.
2021-11-03T17:55:59.463Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/xdNIArg8H6Vmvb6V (as xdNIArg8H6Vmvb6V) ...
2021-11-03T17:55:59.577Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:55:59.578Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:55:59.578Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T17:56:49.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:56:49.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:56:49.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:56:49.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:56:49.092Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 146d264d-72c9-48b5-86d5-592803c29a63 url= /sdc/v1/artifactTypes
2021-11-03T17:56:49.093Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:56:49.131Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:56:49.133Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:56:49.133Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:56:49.134Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:56:49.134Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as xdNIArg8H6Vmvb6V) ...
2021-11-03T17:56:49.369Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:56:49.370Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f53e6879-938e-4810-8483-21179fd6664a url= /sdc/v1/registerForDistribution
2021-11-03T17:56:49.379Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@36f48446
2021-11-03T17:56:49.379Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:56:49.379Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:56:49.380Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/J6jSezSn7JqePVb9 will send credentials over a clear channel.
2021-11-03T17:56:49.380Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/J6jSezSn7JqePVb9 (as J6jSezSn7JqePVb9) ...
2021-11-03T17:56:49.437Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:56:49.438Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:56:49.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T17:57:39.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:57:39.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:57:39.097Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:57:39.100Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:57:39.110Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 161657df-53cc-4d0a-b4b3-900f43f0fbe3 url= /sdc/v1/artifactTypes
2021-11-03T17:57:39.111Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:57:39.148Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:57:39.149Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:57:39.149Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:57:39.150Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:57:39.150Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as J6jSezSn7JqePVb9) ...
2021-11-03T17:57:39.332Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:57:39.333Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 239db174-c363-417b-a784-32ac9214040c url= /sdc/v1/registerForDistribution
2021-11-03T17:57:39.342Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35be209b
2021-11-03T17:57:39.343Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:57:39.343Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:57:39.344Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/w1GDMXJozDiL56wY will send credentials over a clear channel.
2021-11-03T17:57:39.344Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/w1GDMXJozDiL56wY (as w1GDMXJozDiL56wY) ...
2021-11-03T17:57:39.388Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:57:39.388Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:57:39.389Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T17:58:29.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:58:29.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:58:29.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:58:29.089Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:58:29.095Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 67f085c5-2b37-45e3-a7f9-3a486ffbac19 url= /sdc/v1/artifactTypes
2021-11-03T17:58:29.095Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:58:29.131Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:58:29.132Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:58:29.132Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:58:29.132Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:58:29.133Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as w1GDMXJozDiL56wY) ...
2021-11-03T17:58:29.346Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:58:29.348Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4db3da46-6b56-4f23-b761-cb73a67f5986 url= /sdc/v1/registerForDistribution
2021-11-03T17:58:29.356Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40d1d7d5
2021-11-03T17:58:29.356Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:58:29.356Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:58:29.357Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/B0Jf1lfhrPG4pOoP will send credentials over a clear channel.
2021-11-03T17:58:29.357Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/B0Jf1lfhrPG4pOoP (as B0Jf1lfhrPG4pOoP) ...
2021-11-03T17:58:29.462Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:58:29.463Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:58:29.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T17:59:19.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T17:59:19.088Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T17:59:19.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T17:59:19.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T17:59:19.111Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a762df1e-cd42-4566-b722-49cb8ab4dd86 url= /sdc/v1/artifactTypes
2021-11-03T17:59:19.112Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T17:59:19.159Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T17:59:19.161Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T17:59:19.162Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T17:59:19.164Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T17:59:19.164Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as B0Jf1lfhrPG4pOoP) ...
2021-11-03T17:59:19.366Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:59:19.369Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5f68b064-abf4-482b-94db-b30bc1081e5b url= /sdc/v1/registerForDistribution
2021-11-03T17:59:19.376Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c29e90a
2021-11-03T17:59:19.376Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T17:59:19.377Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T17:59:19.377Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/123cocCknYQ779od will send credentials over a clear channel.
2021-11-03T17:59:19.377Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/123cocCknYQ779od (as 123cocCknYQ779od) ...
2021-11-03T17:59:19.418Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T17:59:19.419Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T17:59:19.420Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:00:09.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:00:09.098Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:00:09.098Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:00:09.105Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:00:09.112Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a911fb61-3711-41bd-a46c-947687cc89b4 url= /sdc/v1/artifactTypes
2021-11-03T18:00:09.113Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:00:09.156Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:00:09.158Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:00:09.158Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:00:09.159Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:00:09.159Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 123cocCknYQ779od) ...
2021-11-03T18:00:09.305Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:00:09.306Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 816e62f7-bf21-47e5-a643-0c1a516bd11c url= /sdc/v1/registerForDistribution
2021-11-03T18:00:09.315Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6a06c1e8
2021-11-03T18:00:09.316Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:00:09.316Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:00:09.317Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/GrJfJyRx5V7ZfTxY will send credentials over a clear channel.
2021-11-03T18:00:09.317Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/GrJfJyRx5V7ZfTxY (as GrJfJyRx5V7ZfTxY) ...
2021-11-03T18:00:09.362Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:00:09.363Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:00:09.364Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:00:59.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:00:59.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:00:59.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:00:59.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:00:59.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f2b8f181-0b02-4c58-b3de-4880c8a0e15e url= /sdc/v1/artifactTypes
2021-11-03T18:00:59.096Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:00:59.138Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:00:59.139Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:00:59.139Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:00:59.140Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:00:59.140Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as GrJfJyRx5V7ZfTxY) ...
2021-11-03T18:00:59.271Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:00:59.272Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ff539f85-77bc-470a-ae43-87eb69f71bd8 url= /sdc/v1/registerForDistribution
2021-11-03T18:00:59.281Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1cf3bdfa
2021-11-03T18:00:59.281Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:00:59.282Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:00:59.282Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/d3VOMySluxLZykT4 will send credentials over a clear channel.
2021-11-03T18:00:59.282Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/d3VOMySluxLZykT4 (as d3VOMySluxLZykT4) ...
2021-11-03T18:00:59.455Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:00:59.455Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:00:59.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:01:49.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:01:49.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:01:49.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:01:49.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:01:49.097Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dbcbae08-8776-4c25-ab4d-1919593b359c url= /sdc/v1/artifactTypes
2021-11-03T18:01:49.098Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:01:49.139Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:01:49.141Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:01:49.141Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:01:49.142Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:01:49.142Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as d3VOMySluxLZykT4) ...
2021-11-03T18:01:49.364Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:01:49.368Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 250f6f03-fed2-4727-870a-11b8095c8005 url= /sdc/v1/registerForDistribution
2021-11-03T18:01:49.377Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5bcf184e
2021-11-03T18:01:49.377Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:01:49.378Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:01:49.379Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/JtLGoLZF16oAzwbK will send credentials over a clear channel.
2021-11-03T18:01:49.379Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/JtLGoLZF16oAzwbK (as JtLGoLZF16oAzwbK) ...
2021-11-03T18:01:49.450Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:01:49.451Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:01:49.452Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:02:39.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:02:39.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:02:39.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:02:39.089Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:02:39.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c0edd46-03d7-4386-b543-87404cb3bdeb url= /sdc/v1/artifactTypes
2021-11-03T18:02:39.094Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:02:39.146Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:02:39.147Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:02:39.148Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:02:39.149Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:02:39.149Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as JtLGoLZF16oAzwbK) ...
2021-11-03T18:02:39.304Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:02:39.305Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1869365c-0867-4b4b-ae40-d063df5eaa06 url= /sdc/v1/registerForDistribution
2021-11-03T18:02:39.315Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ca68fda
2021-11-03T18:02:39.315Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:02:39.316Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:02:39.316Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/q22imVVyC1earWkf will send credentials over a clear channel.
2021-11-03T18:02:39.316Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/q22imVVyC1earWkf (as q22imVVyC1earWkf) ...
2021-11-03T18:02:39.419Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:02:39.420Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:02:39.420Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:03:29.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:03:29.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:03:29.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:03:29.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:03:29.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d667d1b8-91f7-4d42-a59a-accf4ca1fe4f url= /sdc/v1/artifactTypes
2021-11-03T18:03:29.099Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:03:29.141Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:03:29.142Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:03:29.142Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:03:29.144Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:03:29.144Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as q22imVVyC1earWkf) ...
2021-11-03T18:03:29.200Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:03:29.202Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6356a412-cdbe-4f8c-b839-8f308817bf0a url= /sdc/v1/registerForDistribution
2021-11-03T18:03:29.210Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3110d26f
2021-11-03T18:03:29.211Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:03:29.211Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:03:29.212Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/pCZR9HaLrB5c4hdW will send credentials over a clear channel.
2021-11-03T18:03:29.212Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/pCZR9HaLrB5c4hdW (as pCZR9HaLrB5c4hdW) ...
2021-11-03T18:03:29.234Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:03:29.235Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:03:29.236Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:04:19.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:04:19.093Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:04:19.094Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:04:19.100Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:04:19.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 72c78c85-33e9-492a-9b59-4cca1bbaa806 url= /sdc/v1/artifactTypes
2021-11-03T18:04:19.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:04:19.159Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:04:19.164Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:04:19.164Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:04:19.166Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:04:19.172Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as pCZR9HaLrB5c4hdW) ...
2021-11-03T18:04:19.357Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:04:19.360Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c025e4c7-a4f4-483a-aeca-158fd8026c38 url= /sdc/v1/registerForDistribution
2021-11-03T18:04:19.367Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37ecf93f
2021-11-03T18:04:19.368Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:04:19.368Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:04:19.369Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/bpSI4pLiTl1d45CE will send credentials over a clear channel.
2021-11-03T18:04:19.369Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/bpSI4pLiTl1d45CE (as bpSI4pLiTl1d45CE) ...
2021-11-03T18:04:19.435Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:04:19.437Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:04:19.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:05:09.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:05:09.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:05:09.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:05:09.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:05:09.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 18cf7e8d-a9c6-473d-856c-dd0f31513c2b url= /sdc/v1/artifactTypes
2021-11-03T18:05:09.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:05:09.150Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:05:09.151Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:05:09.152Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:05:09.153Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:05:09.153Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as bpSI4pLiTl1d45CE) ...
2021-11-03T18:05:09.350Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:05:09.352Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0b21d718-01f5-43a3-97be-f514038561f3 url= /sdc/v1/registerForDistribution
2021-11-03T18:05:09.362Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@747f3975
2021-11-03T18:05:09.362Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:05:09.363Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:05:09.364Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/KXDCJCcx9Y7x6YxA will send credentials over a clear channel.
2021-11-03T18:05:09.364Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/KXDCJCcx9Y7x6YxA (as KXDCJCcx9Y7x6YxA) ...
2021-11-03T18:05:09.422Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:05:09.423Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:05:09.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:05:59.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:05:59.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:05:59.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:05:59.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:05:59.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bf7bab11-ba38-47b8-aeb3-73f7863d3b6e url= /sdc/v1/artifactTypes
2021-11-03T18:05:59.099Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:05:59.216Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:05:59.220Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:05:59.220Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:05:59.222Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:05:59.222Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as KXDCJCcx9Y7x6YxA) ...
2021-11-03T18:05:59.378Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:05:59.379Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f4b69c84-e212-496d-93b1-e753a836cc5c url= /sdc/v1/registerForDistribution
2021-11-03T18:05:59.387Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e5d8838
2021-11-03T18:05:59.388Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:05:59.388Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:05:59.389Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/l1naEASaFSjgcTFr will send credentials over a clear channel.
2021-11-03T18:05:59.389Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/l1naEASaFSjgcTFr (as l1naEASaFSjgcTFr) ...
2021-11-03T18:05:59.454Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:05:59.455Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:05:59.456Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:06:49.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:06:49.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:06:49.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:06:49.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:06:49.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 47dae8bf-a644-422e-a2bf-489342528b35 url= /sdc/v1/artifactTypes
2021-11-03T18:06:49.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:06:49.139Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:06:49.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-11-03T18:06:49.140Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:06:49.141Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:06:49.141Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as l1naEASaFSjgcTFr) ...
2021-11-03T18:06:49.245Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:06:49.246Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c57c48d4-65dc-405b-aabb-08ae9a4d1139 url= /sdc/v1/registerForDistribution
2021-11-03T18:06:49.255Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37736b6a
2021-11-03T18:06:49.255Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:06:49.255Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:06:49.256Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/r31SqAW1jHIM0AOY will send credentials over a clear channel.
2021-11-03T18:06:49.256Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/r31SqAW1jHIM0AOY (as r31SqAW1jHIM0AOY) ...
2021-11-03T18:06:49.319Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:06:49.319Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:06:49.320Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:07:39.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:07:39.088Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:07:39.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:07:39.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:07:39.098Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 249c1b26-1b8d-4a9a-a250-fb2f9f61bc39 url= /sdc/v1/artifactTypes
2021-11-03T18:07:39.099Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:07:39.132Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:07:39.133Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:07:39.133Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:07:39.134Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:07:39.134Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as r31SqAW1jHIM0AOY) ...
2021-11-03T18:07:39.318Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:07:39.320Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c0352258-e1fa-46b4-b449-4223aab6dd15 url= /sdc/v1/registerForDistribution
2021-11-03T18:07:39.327Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52f46b84
2021-11-03T18:07:39.327Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:07:39.328Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:07:39.328Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/0JyCLX11zwMSTgSI will send credentials over a clear channel.
2021-11-03T18:07:39.328Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/0JyCLX11zwMSTgSI (as 0JyCLX11zwMSTgSI) ...
2021-11-03T18:07:39.369Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:07:39.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:07:39.371Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:08:29.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:08:29.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:08:29.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:08:29.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:08:29.098Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14b529d6-6976-47b4-9bca-03daf0742a65 url= /sdc/v1/artifactTypes
2021-11-03T18:08:29.099Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:08:29.137Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:08:29.139Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:08:29.139Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:08:29.140Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:08:29.140Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 0JyCLX11zwMSTgSI) ...
2021-11-03T18:08:29.245Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:08:29.247Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1be2b378-84dd-4ba7-b36a-b337f4a6f78f url= /sdc/v1/registerForDistribution
2021-11-03T18:08:29.254Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a9778d
2021-11-03T18:08:29.254Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:08:29.255Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:08:29.255Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/BLwl4NfTPHJwjJhJ will send credentials over a clear channel.
2021-11-03T18:08:29.256Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/BLwl4NfTPHJwjJhJ (as BLwl4NfTPHJwjJhJ) ...
2021-11-03T18:08:29.336Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:08:29.337Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:08:29.337Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:09:19.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:09:19.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:09:19.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:09:19.087Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:09:19.095Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 98d3c2e8-17e6-495d-aa61-2cc4bce4bc63 url= /sdc/v1/artifactTypes
2021-11-03T18:09:19.095Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:09:19.132Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:09:19.133Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:09:19.133Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:09:19.134Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:09:19.134Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as BLwl4NfTPHJwjJhJ) ...
2021-11-03T18:09:19.356Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:09:19.358Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9fd8faab-ff8b-4578-b377-14c8d9fa8879 url= /sdc/v1/registerForDistribution
2021-11-03T18:09:19.365Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a8b43fe
2021-11-03T18:09:19.366Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:09:19.366Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:09:19.367Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/jMjtFc7tHKWUbgdC will send credentials over a clear channel.
2021-11-03T18:09:19.367Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/jMjtFc7tHKWUbgdC (as jMjtFc7tHKWUbgdC) ...
2021-11-03T18:09:19.391Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:09:19.391Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:09:19.392Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:10:09.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:10:09.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:10:09.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:10:09.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:10:09.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d2525c9e-4250-4766-b8f1-824486bdee75 url= /sdc/v1/artifactTypes
2021-11-03T18:10:09.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:10:09.146Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:10:09.148Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:10:09.149Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:10:09.150Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:10:09.150Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as jMjtFc7tHKWUbgdC) ...
2021-11-03T18:10:09.336Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:10:09.338Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8d0fcc00-e470-4e59-bdad-a7291bd01db0 url= /sdc/v1/registerForDistribution
2021-11-03T18:10:09.350Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5cb44f5c
2021-11-03T18:10:09.350Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:10:09.351Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:10:09.353Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/zxcXSEJgGorsYG18 will send credentials over a clear channel.
2021-11-03T18:10:09.353Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/zxcXSEJgGorsYG18 (as zxcXSEJgGorsYG18) ...
2021-11-03T18:10:09.484Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:10:09.484Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:10:09.485Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:10:59.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:10:59.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:10:59.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:10:59.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:10:59.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d8953731-fd30-44e2-b7f0-6840e1495f6b url= /sdc/v1/artifactTypes
2021-11-03T18:10:59.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:10:59.135Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:10:59.136Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:10:59.136Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:10:59.138Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:10:59.138Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as zxcXSEJgGorsYG18) ...
2021-11-03T18:10:59.537Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:10:59.539Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f9751746-3b71-4470-a5cb-902e48a03a48 url= /sdc/v1/registerForDistribution
2021-11-03T18:10:59.550Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b8e4d67
2021-11-03T18:10:59.550Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:10:59.551Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:10:59.551Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/rpjMOa3uO9EJ0kiM will send credentials over a clear channel.
2021-11-03T18:10:59.552Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/rpjMOa3uO9EJ0kiM (as rpjMOa3uO9EJ0kiM) ...
2021-11-03T18:10:59.614Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:10:59.615Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:10:59.615Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:11:49.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:11:49.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:11:49.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:11:49.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:11:49.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55416951-510f-4f04-bae5-55366de44241 url= /sdc/v1/artifactTypes
2021-11-03T18:11:49.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:11:49.136Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:11:49.137Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:11:49.137Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:11:49.138Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:11:49.138Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as rpjMOa3uO9EJ0kiM) ...
2021-11-03T18:11:49.485Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:11:49.486Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5c269e37-4c9a-4cba-b6fd-6ba2e3d3e831 url= /sdc/v1/registerForDistribution
2021-11-03T18:11:49.493Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1eee4fe1
2021-11-03T18:11:49.493Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:11:49.494Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:11:49.494Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/CNHWdYgNFozwM4Lo will send credentials over a clear channel.
2021-11-03T18:11:49.494Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/CNHWdYgNFozwM4Lo (as CNHWdYgNFozwM4Lo) ...
2021-11-03T18:11:49.567Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:11:49.568Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:11:49.569Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:12:39.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:12:39.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:12:39.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:12:39.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:12:39.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 29c8aa87-3e1d-4a7e-90dd-309c05384d32 url= /sdc/v1/artifactTypes
2021-11-03T18:12:39.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:12:39.130Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:12:39.131Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:12:39.131Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:12:39.131Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:12:39.131Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as CNHWdYgNFozwM4Lo) ...
2021-11-03T18:12:39.465Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:12:39.466Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e695e038-591a-40fe-8b71-de1d6ba7f103 url= /sdc/v1/registerForDistribution
2021-11-03T18:12:39.474Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5061ffc1
2021-11-03T18:12:39.474Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:12:39.475Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:12:39.475Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/g4X4NGTYdtgwqNhy will send credentials over a clear channel.
2021-11-03T18:12:39.475Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/g4X4NGTYdtgwqNhy (as g4X4NGTYdtgwqNhy) ...
2021-11-03T18:12:39.501Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:12:39.502Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:12:39.502Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:13:29.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:13:29.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:13:29.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:13:29.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:13:29.097Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bb076c97-4a60-4e5e-b8b3-b7df909c01d4 url= /sdc/v1/artifactTypes
2021-11-03T18:13:29.097Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:13:29.135Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:13:29.137Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:13:29.137Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:13:29.138Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:13:29.138Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as g4X4NGTYdtgwqNhy) ...
2021-11-03T18:13:29.298Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:13:29.301Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6188303d-506c-4b74-838c-0ae7a345e154 url= /sdc/v1/registerForDistribution
2021-11-03T18:13:29.309Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f388498
2021-11-03T18:13:29.310Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:13:29.310Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:13:29.311Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/47tCEmOH5KtTRXJp will send credentials over a clear channel.
2021-11-03T18:13:29.311Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/47tCEmOH5KtTRXJp (as 47tCEmOH5KtTRXJp) ...
2021-11-03T18:13:29.425Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:13:29.426Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:13:29.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:14:19.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:14:19.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:14:19.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:14:19.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:14:19.098Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3607cdf-2fa0-4262-859d-401ac187388c url= /sdc/v1/artifactTypes
2021-11-03T18:14:19.098Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:14:19.137Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:14:19.138Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:14:19.138Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:14:19.139Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:14:19.139Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 47tCEmOH5KtTRXJp) ...
2021-11-03T18:14:19.389Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:14:19.391Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d35febe4-ff8a-4eec-b0dc-a1eddd2d7bc5 url= /sdc/v1/registerForDistribution
2021-11-03T18:14:19.400Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b43009c
2021-11-03T18:14:19.400Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:14:19.401Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:14:19.402Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/NICVOpcKFGYM7ZJ3 will send credentials over a clear channel.
2021-11-03T18:14:19.402Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/NICVOpcKFGYM7ZJ3 (as NICVOpcKFGYM7ZJ3) ...
2021-11-03T18:14:19.560Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:14:19.561Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:14:19.562Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:15:09.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:15:09.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:15:09.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:15:09.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:15:09.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fc638aec-f912-4152-a898-4bf98f90141d url= /sdc/v1/artifactTypes
2021-11-03T18:15:09.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:15:09.140Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:15:09.142Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:15:09.142Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:15:09.143Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:15:09.143Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as NICVOpcKFGYM7ZJ3) ...
2021-11-03T18:15:09.230Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:15:09.232Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d5ba8a06-4fbd-4a01-ab67-fff365e77977 url= /sdc/v1/registerForDistribution
2021-11-03T18:15:09.239Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46bf4d01
2021-11-03T18:15:09.239Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:15:09.240Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:15:09.241Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/EykGokeZv1n00JOS will send credentials over a clear channel.
2021-11-03T18:15:09.241Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/EykGokeZv1n00JOS (as EykGokeZv1n00JOS) ...
2021-11-03T18:15:09.278Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:15:09.278Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:15:09.279Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:15:59.090Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:15:59.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:15:59.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:15:59.100Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:15:59.110Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cf14971a-f581-48fe-af38-96ba901bf57b url= /sdc/v1/artifactTypes
2021-11-03T18:15:59.110Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:15:59.149Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:15:59.152Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:15:59.152Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:15:59.153Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:15:59.153Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as EykGokeZv1n00JOS) ...
2021-11-03T18:15:59.250Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:15:59.252Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1ced381c-56b6-4847-9b31-177f300ff3cd url= /sdc/v1/registerForDistribution
2021-11-03T18:15:59.259Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ed9e7d6
2021-11-03T18:15:59.260Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:15:59.261Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:15:59.262Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Tk3iNmWztL6oRZNE will send credentials over a clear channel.
2021-11-03T18:15:59.262Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Tk3iNmWztL6oRZNE (as Tk3iNmWztL6oRZNE) ...
2021-11-03T18:15:59.293Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:15:59.294Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:15:59.295Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:16:49.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:16:49.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:16:49.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:16:49.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:16:49.093Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 094ef8ce-53e1-41f8-b7d6-a6214544f0d1 url= /sdc/v1/artifactTypes
2021-11-03T18:16:49.093Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:16:49.128Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:16:49.129Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:16:49.130Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:16:49.131Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:16:49.131Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Tk3iNmWztL6oRZNE) ...
2021-11-03T18:16:49.211Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:16:49.212Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 58f2ca20-b4bd-4591-8a69-b5ea2e93392c url= /sdc/v1/registerForDistribution
2021-11-03T18:16:49.222Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@142eafe3
2021-11-03T18:16:49.222Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:16:49.223Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:16:49.224Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/kzTqJenUNGNfhmq0 will send credentials over a clear channel.
2021-11-03T18:16:49.224Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/kzTqJenUNGNfhmq0 (as kzTqJenUNGNfhmq0) ...
2021-11-03T18:16:49.264Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:16:49.264Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:16:49.265Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:17:39.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:17:39.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:17:39.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:17:39.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:17:39.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2e07c9dd-392d-49dd-b083-fd820d26af1c url= /sdc/v1/artifactTypes
2021-11-03T18:17:39.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:17:39.146Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:17:39.148Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:17:39.148Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:17:39.150Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:17:39.150Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as kzTqJenUNGNfhmq0) ...
2021-11-03T18:17:39.396Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:17:39.398Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c74fe1ad-e3b3-43cf-a4c9-359ea2964812 url= /sdc/v1/registerForDistribution
2021-11-03T18:17:39.408Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20fac90c
2021-11-03T18:17:39.409Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:17:39.409Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:17:39.410Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/YRQznwBBoBA1DOBb will send credentials over a clear channel.
2021-11-03T18:17:39.410Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/YRQznwBBoBA1DOBb (as YRQznwBBoBA1DOBb) ...
2021-11-03T18:17:39.501Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:17:39.502Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:17:39.503Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:18:29.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:18:29.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:18:29.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:18:29.087Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:18:29.091Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 82a3bf54-0086-4928-a6aa-bce91d9534b1 url= /sdc/v1/artifactTypes
2021-11-03T18:18:29.091Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:18:29.122Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:18:29.122Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:18:29.123Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:18:29.123Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:18:29.123Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as YRQznwBBoBA1DOBb) ...
2021-11-03T18:18:29.262Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:18:29.264Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2d350235-1847-47d7-bbc0-d4c88f1da71c url= /sdc/v1/registerForDistribution
2021-11-03T18:18:29.271Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4aa96c08
2021-11-03T18:18:29.271Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:18:29.271Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:18:29.272Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/BrQxwXZ6anmoqIIk will send credentials over a clear channel.
2021-11-03T18:18:29.272Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/BrQxwXZ6anmoqIIk (as BrQxwXZ6anmoqIIk) ...
2021-11-03T18:18:29.300Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:18:29.301Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:18:29.301Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:19:19.090Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:19:19.093Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:19:19.094Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:19:19.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:19:19.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 690c5ec3-1339-4bad-808c-fdd763abdac4 url= /sdc/v1/artifactTypes
2021-11-03T18:19:19.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:19:19.143Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:19:19.145Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:19:19.145Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:19:19.146Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:19:19.146Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as BrQxwXZ6anmoqIIk) ...
2021-11-03T18:19:19.243Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:19:19.245Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bd6f588b-35e9-486b-b006-36e34d2a92c6 url= /sdc/v1/registerForDistribution
2021-11-03T18:19:19.253Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@56d3b351
2021-11-03T18:19:19.253Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:19:19.254Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:19:19.254Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/FhAJOCahI4s3pJc2 will send credentials over a clear channel.
2021-11-03T18:19:19.254Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/FhAJOCahI4s3pJc2 (as FhAJOCahI4s3pJc2) ...
2021-11-03T18:19:19.315Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:19:19.316Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:19:19.316Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:20:09.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:20:09.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:20:09.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:20:09.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:20:09.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 248e4879-6fc9-4e41-9521-75ef90184c1e url= /sdc/v1/artifactTypes
2021-11-03T18:20:09.094Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:20:09.126Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:20:09.127Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:20:09.128Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:20:09.129Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:20:09.129Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as FhAJOCahI4s3pJc2) ...
2021-11-03T18:20:09.307Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:20:09.309Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cfddf328-6c57-4cbc-9b78-2f68e6731a98 url= /sdc/v1/registerForDistribution
2021-11-03T18:20:09.317Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@484c5c5f
2021-11-03T18:20:09.317Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:20:09.317Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:20:09.318Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/kHvj321qN7j8JyZR will send credentials over a clear channel.
2021-11-03T18:20:09.319Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/kHvj321qN7j8JyZR (as kHvj321qN7j8JyZR) ...
2021-11-03T18:20:09.392Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:20:09.393Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:20:09.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:20:59.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:20:59.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:20:59.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:20:59.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:20:59.109Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 44ccd992-ac40-4927-abe2-f1efa1eb8554 url= /sdc/v1/artifactTypes
2021-11-03T18:20:59.110Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:20:59.147Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:20:59.149Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:20:59.149Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:20:59.150Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:20:59.151Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as kHvj321qN7j8JyZR) ...
2021-11-03T18:20:59.293Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:20:59.294Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7e7de2fb-4d4f-4ea8-86e6-e24f11800b40 url= /sdc/v1/registerForDistribution
2021-11-03T18:20:59.301Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9fcfc34
2021-11-03T18:20:59.301Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:20:59.302Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:20:59.302Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/o9kaWbMtltvOIoTo will send credentials over a clear channel.
2021-11-03T18:20:59.302Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/o9kaWbMtltvOIoTo (as o9kaWbMtltvOIoTo) ...
2021-11-03T18:20:59.360Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:20:59.360Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:20:59.363Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:21:49.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:21:49.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:21:49.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:21:49.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:21:49.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f466a69d-cc03-4e3a-8129-a6fc7dae5d9d url= /sdc/v1/artifactTypes
2021-11-03T18:21:49.096Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:21:49.126Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:21:49.128Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:21:49.128Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:21:49.129Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:21:49.130Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as o9kaWbMtltvOIoTo) ...
2021-11-03T18:21:49.185Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:21:49.187Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 77b00f1e-a710-482c-acf2-2e4b491ac36f url= /sdc/v1/registerForDistribution
2021-11-03T18:21:49.195Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a949dc1
2021-11-03T18:21:49.195Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:21:49.196Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:21:49.197Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/WbuXj5yUwM7h4Aem will send credentials over a clear channel.
2021-11-03T18:21:49.197Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/WbuXj5yUwM7h4Aem (as WbuXj5yUwM7h4Aem) ...
2021-11-03T18:21:49.248Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:21:49.249Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:21:49.250Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:22:39.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:22:39.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:22:39.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:22:39.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:22:39.098Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 318ef431-d4d3-47df-b80e-dd15abd18411 url= /sdc/v1/artifactTypes
2021-11-03T18:22:39.098Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:22:39.140Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:22:39.142Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:22:39.142Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:22:39.143Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:22:39.143Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as WbuXj5yUwM7h4Aem) ...
2021-11-03T18:22:39.235Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:22:39.237Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 904dc673-fbdd-4b86-a33c-9a214c25df7b url= /sdc/v1/registerForDistribution
2021-11-03T18:22:39.244Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@43ed9f1f
2021-11-03T18:22:39.244Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:22:39.245Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:22:39.245Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/ApEhDyZfSANhO4Ci will send credentials over a clear channel.
2021-11-03T18:22:39.246Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/ApEhDyZfSANhO4Ci (as ApEhDyZfSANhO4Ci) ...
2021-11-03T18:22:39.281Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:22:39.282Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:22:39.282Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:23:29.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:23:29.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:23:29.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:23:29.087Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:23:29.093Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c6b59ada-f602-4cad-964b-2a49cb3268c6 url= /sdc/v1/artifactTypes
2021-11-03T18:23:29.093Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:23:29.122Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:23:29.123Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:23:29.123Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:23:29.123Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:23:29.123Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as ApEhDyZfSANhO4Ci) ...
2021-11-03T18:23:29.297Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:23:29.299Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 62b11af6-c99c-46b3-b4f3-2a63cc879e94 url= /sdc/v1/registerForDistribution
2021-11-03T18:23:29.311Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b33f72c
2021-11-03T18:23:29.312Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:23:29.312Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:23:29.313Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/6I2BVhC7DnzgKgQq will send credentials over a clear channel.
2021-11-03T18:23:29.313Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/6I2BVhC7DnzgKgQq (as 6I2BVhC7DnzgKgQq) ...
2021-11-03T18:23:29.352Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:23:29.353Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:23:29.354Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:24:19.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:24:19.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:24:19.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:24:19.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:24:19.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 03e2a91e-92c4-4e66-ad9c-3980eb4f3ccd url= /sdc/v1/artifactTypes
2021-11-03T18:24:19.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:24:19.136Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:24:19.137Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:24:19.137Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:24:19.138Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:24:19.139Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 6I2BVhC7DnzgKgQq) ...
2021-11-03T18:24:19.348Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:24:19.350Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bdb1b0dc-3ee8-45b8-bd24-5353a3de397f url= /sdc/v1/registerForDistribution
2021-11-03T18:24:19.357Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7120a964
2021-11-03T18:24:19.357Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:24:19.357Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:24:19.358Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/aW07XwY9hWrVt8O8 will send credentials over a clear channel.
2021-11-03T18:24:19.358Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/aW07XwY9hWrVt8O8 (as aW07XwY9hWrVt8O8) ...
2021-11-03T18:24:19.387Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:24:19.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:24:19.388Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:25:09.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:25:09.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:25:09.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:25:09.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:25:09.098Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 06728673-1523-4ee9-be4a-18c98a692863 url= /sdc/v1/artifactTypes
2021-11-03T18:25:09.098Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:25:09.128Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:25:09.129Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:25:09.129Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:25:09.129Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:25:09.130Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as aW07XwY9hWrVt8O8) ...
2021-11-03T18:25:09.213Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:25:09.215Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ef1ce2d0-d234-4f64-8a8a-05697dbc5d7e url= /sdc/v1/registerForDistribution
2021-11-03T18:25:09.221Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44d68ee8
2021-11-03T18:25:09.221Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:25:09.221Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:25:09.222Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Ro39jw9bkTinpKmI will send credentials over a clear channel.
2021-11-03T18:25:09.222Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Ro39jw9bkTinpKmI (as Ro39jw9bkTinpKmI) ...
2021-11-03T18:25:09.244Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:25:09.244Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:25:09.245Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:25:59.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:25:59.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:25:59.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:25:59.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:25:59.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e1bc84fe-2b09-43f2-80e6-68dc0048fb9c url= /sdc/v1/artifactTypes
2021-11-03T18:25:59.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:25:59.137Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:25:59.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-11-03T18:25:59.140Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:25:59.141Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:25:59.141Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Ro39jw9bkTinpKmI) ...
2021-11-03T18:25:59.386Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:25:59.388Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8eb97d6b-17a4-4171-8933-41687d102df3 url= /sdc/v1/registerForDistribution
2021-11-03T18:25:59.395Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@107979e4
2021-11-03T18:25:59.395Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:25:59.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:25:59.396Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/QCIxqBdxZblfUX6p will send credentials over a clear channel.
2021-11-03T18:25:59.396Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/QCIxqBdxZblfUX6p (as QCIxqBdxZblfUX6p) ...
2021-11-03T18:25:59.477Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:25:59.477Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:25:59.478Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:26:49.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:26:49.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:26:49.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:26:49.089Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:26:49.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 556a3482-9a81-428f-86a6-e7d3f5dca57a url= /sdc/v1/artifactTypes
2021-11-03T18:26:49.095Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:26:49.128Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:26:49.129Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:26:49.129Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:26:49.129Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:26:49.130Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as QCIxqBdxZblfUX6p) ...
2021-11-03T18:26:49.219Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:26:49.239Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2d2363d9-998a-4a22-b7b3-f587206c5c5c url= /sdc/v1/registerForDistribution
2021-11-03T18:26:49.254Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e5e801a
2021-11-03T18:26:49.254Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:26:49.254Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:26:49.256Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/9jcbwUzJQ1MgwOCx will send credentials over a clear channel.
2021-11-03T18:26:49.256Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/9jcbwUzJQ1MgwOCx (as 9jcbwUzJQ1MgwOCx) ...
2021-11-03T18:26:49.289Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:26:49.290Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:26:49.290Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:27:39.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:27:39.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:27:39.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:27:39.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:27:39.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35bc161e-f419-437f-9723-9ccdc64c7a92 url= /sdc/v1/artifactTypes
2021-11-03T18:27:39.099Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:27:39.140Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:27:39.142Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:27:39.142Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:27:39.144Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:27:39.144Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 9jcbwUzJQ1MgwOCx) ...
2021-11-03T18:27:39.356Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:27:39.358Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9721eb82-5fdc-49aa-a94c-6b2ad448a882 url= /sdc/v1/registerForDistribution
2021-11-03T18:27:39.365Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5d07083a
2021-11-03T18:27:39.366Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:27:39.366Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:27:39.366Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/lswitCArnOfD746z will send credentials over a clear channel.
2021-11-03T18:27:39.367Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/lswitCArnOfD746z (as lswitCArnOfD746z) ...
2021-11-03T18:27:39.508Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:27:39.508Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:27:39.509Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:28:29.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:28:29.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:28:29.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:28:29.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:28:29.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23521497-e692-4050-bb49-3ec67740efa9 url= /sdc/v1/artifactTypes
2021-11-03T18:28:29.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:28:29.133Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:28:29.134Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:28:29.135Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:28:29.135Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:28:29.136Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as lswitCArnOfD746z) ...
2021-11-03T18:28:29.310Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:28:29.312Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 62789d4f-0769-4d4f-8953-608d84ddcb75 url= /sdc/v1/registerForDistribution
2021-11-03T18:28:29.319Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@523b39
2021-11-03T18:28:29.319Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:28:29.319Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:28:29.320Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/sMG6kyXtYR0CVdoQ will send credentials over a clear channel.
2021-11-03T18:28:29.320Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/sMG6kyXtYR0CVdoQ (as sMG6kyXtYR0CVdoQ) ...
2021-11-03T18:28:29.356Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:28:29.357Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:28:29.357Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:29:19.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:29:19.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:29:19.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:29:19.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:29:19.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bf171fde-3c31-4983-9872-0ace82e1ea1a url= /sdc/v1/artifactTypes
2021-11-03T18:29:19.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:29:19.143Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:29:19.144Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:29:19.145Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:29:19.145Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:29:19.146Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as sMG6kyXtYR0CVdoQ) ...
2021-11-03T18:29:19.410Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:29:19.411Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c3bafdc5-d845-4e5d-b980-d13b39ea86e2 url= /sdc/v1/registerForDistribution
2021-11-03T18:29:19.418Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a6eecd5
2021-11-03T18:29:19.419Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:29:19.419Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:29:19.420Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/XIz8cEwZwQC0BlKy will send credentials over a clear channel.
2021-11-03T18:29:19.420Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/XIz8cEwZwQC0BlKy (as XIz8cEwZwQC0BlKy) ...
2021-11-03T18:29:19.470Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:29:19.471Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:29:19.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:30:09.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:30:09.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:30:09.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:30:09.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:30:09.098Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b0d1470b-ea02-4def-b287-5030ae6134f7 url= /sdc/v1/artifactTypes
2021-11-03T18:30:09.098Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:30:09.138Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:30:09.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-11-03T18:30:09.140Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:30:09.141Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:30:09.141Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XIz8cEwZwQC0BlKy) ...
2021-11-03T18:30:09.288Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:30:09.290Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a869896b-62ff-42b2-bffe-578f19da07fb url= /sdc/v1/registerForDistribution
2021-11-03T18:30:09.297Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69453c76
2021-11-03T18:30:09.297Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:30:09.298Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:30:09.299Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/2pkstvDy50CYW2UE will send credentials over a clear channel.
2021-11-03T18:30:09.299Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/2pkstvDy50CYW2UE (as 2pkstvDy50CYW2UE) ...
2021-11-03T18:30:09.339Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:30:09.339Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:30:09.340Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:30:59.089Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:30:59.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:30:59.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:30:59.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:30:59.111Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a80c244c-67af-4fe6-9193-cfe1d4437d1d url= /sdc/v1/artifactTypes
2021-11-03T18:30:59.112Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:30:59.148Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:30:59.150Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:30:59.150Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:30:59.151Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:30:59.151Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 2pkstvDy50CYW2UE) ...
2021-11-03T18:30:59.376Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:30:59.380Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 88f2ebbb-6e7c-43fc-a0f4-0ac64a159e34 url= /sdc/v1/registerForDistribution
2021-11-03T18:30:59.391Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7317037b
2021-11-03T18:30:59.392Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:30:59.392Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:30:59.393Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/v4NJYPnSNoqg6QF3 will send credentials over a clear channel.
2021-11-03T18:30:59.393Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/v4NJYPnSNoqg6QF3 (as v4NJYPnSNoqg6QF3) ...
2021-11-03T18:30:59.675Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:30:59.676Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:30:59.676Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:31:49.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:31:49.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:31:49.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:31:49.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:31:49.097Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8437ae11-82c4-4053-9048-9791ea77a17d url= /sdc/v1/artifactTypes
2021-11-03T18:31:49.098Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:31:49.130Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:31:49.132Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:31:49.132Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:31:49.132Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:31:49.133Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as v4NJYPnSNoqg6QF3) ...
2021-11-03T18:31:49.613Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:31:49.618Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 07fb0cbf-79ca-4837-9320-fe76b040cad1 url= /sdc/v1/registerForDistribution
2021-11-03T18:31:49.628Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a79d28b
2021-11-03T18:31:49.628Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:31:49.629Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:31:49.629Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Ux2ULhiJCi75jS5l will send credentials over a clear channel.
2021-11-03T18:31:49.630Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Ux2ULhiJCi75jS5l (as Ux2ULhiJCi75jS5l) ...
2021-11-03T18:31:49.675Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:31:49.676Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:31:49.677Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:32:39.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:32:39.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:32:39.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:32:39.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:32:39.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7701e7d2-140d-45e3-8135-22512b83b497 url= /sdc/v1/artifactTypes
2021-11-03T18:32:39.097Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:32:39.132Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:32:39.134Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:32:39.134Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:32:39.135Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:32:39.135Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Ux2ULhiJCi75jS5l) ...
2021-11-03T18:32:39.339Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:32:39.342Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 981fba1e-b8ba-4c42-a104-5f6ca8904470 url= /sdc/v1/registerForDistribution
2021-11-03T18:32:39.349Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@560418f3
2021-11-03T18:32:39.350Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:32:39.350Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:32:39.351Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/YbZdopQ2oo9P7Hv1 will send credentials over a clear channel.
2021-11-03T18:32:39.351Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/YbZdopQ2oo9P7Hv1 (as YbZdopQ2oo9P7Hv1) ...
2021-11-03T18:32:39.410Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:32:39.410Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:32:39.411Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:33:29.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:33:29.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:33:29.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:33:29.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:33:29.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3207cee7-5ade-486b-b9cc-b28905476701 url= /sdc/v1/artifactTypes
2021-11-03T18:33:29.097Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:33:29.138Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:33:29.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-11-03T18:33:29.140Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:33:29.141Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:33:29.142Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as YbZdopQ2oo9P7Hv1) ...
2021-11-03T18:33:29.273Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:33:29.275Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= dd3ea937-b3ce-4b6b-98f6-e007f5d4a00b url= /sdc/v1/registerForDistribution
2021-11-03T18:33:29.282Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@56b794c9
2021-11-03T18:33:29.283Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:33:29.283Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:33:29.284Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/2qsC2ZYb4LMYg5EM will send credentials over a clear channel.
2021-11-03T18:33:29.285Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/2qsC2ZYb4LMYg5EM (as 2qsC2ZYb4LMYg5EM) ...
2021-11-03T18:33:29.309Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:33:29.309Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:33:29.312Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:34:19.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:34:19.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:34:19.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:34:19.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:34:19.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= db17673b-c0d1-4798-92a0-0130c5f3d907 url= /sdc/v1/artifactTypes
2021-11-03T18:34:19.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:34:19.148Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:34:19.149Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:34:19.150Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:34:19.151Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:34:19.151Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 2qsC2ZYb4LMYg5EM) ...
2021-11-03T18:34:19.212Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:34:19.214Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a59f3e60-6375-405e-abc0-cfbf9e75a33e url= /sdc/v1/registerForDistribution
2021-11-03T18:34:19.220Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75cf3900
2021-11-03T18:34:19.220Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:34:19.221Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:34:19.221Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/4WfJKQWLoE2dJlbc will send credentials over a clear channel.
2021-11-03T18:34:19.222Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/4WfJKQWLoE2dJlbc (as 4WfJKQWLoE2dJlbc) ...
2021-11-03T18:34:19.275Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:34:19.276Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:34:19.276Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:35:09.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:35:09.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:35:09.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:35:09.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:35:09.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f4626ba5-d37f-4e30-ad3f-aa1fcb373070 url= /sdc/v1/artifactTypes
2021-11-03T18:35:09.097Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:35:09.131Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:35:09.132Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:35:09.132Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:35:09.133Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:35:09.133Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 4WfJKQWLoE2dJlbc) ...
2021-11-03T18:35:09.349Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:35:09.351Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1fa4c3a6-bf0d-4f25-8f45-d3c5a2d315bd url= /sdc/v1/registerForDistribution
2021-11-03T18:35:09.359Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@394ce008
2021-11-03T18:35:09.359Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:35:09.360Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:35:09.360Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/OQSSJt2eMLQEqzmN will send credentials over a clear channel.
2021-11-03T18:35:09.361Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/OQSSJt2eMLQEqzmN (as OQSSJt2eMLQEqzmN) ...
2021-11-03T18:35:09.439Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:35:09.440Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:35:09.441Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:35:59.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:35:59.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:35:59.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:35:59.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:35:59.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 753139d7-8a72-493b-970e-7be21ba7ff57 url= /sdc/v1/artifactTypes
2021-11-03T18:35:59.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:35:59.135Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:35:59.137Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:35:59.137Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:35:59.138Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:35:59.138Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as OQSSJt2eMLQEqzmN) ...
2021-11-03T18:35:59.197Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:35:59.199Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 11a2d391-4531-49f6-9abd-3916767fd7d4 url= /sdc/v1/registerForDistribution
2021-11-03T18:35:59.204Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66e4a3b7
2021-11-03T18:35:59.205Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:35:59.205Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:35:59.206Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/ppSiM1THzLnHFLVR will send credentials over a clear channel.
2021-11-03T18:35:59.206Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/ppSiM1THzLnHFLVR (as ppSiM1THzLnHFLVR) ...
2021-11-03T18:35:59.232Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:35:59.232Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:35:59.233Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:36:49.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:36:49.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:36:49.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:36:49.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:36:49.092Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c9f26411-8b33-4241-81bb-275abb0b45b3 url= /sdc/v1/artifactTypes
2021-11-03T18:36:49.093Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:36:49.120Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:36:49.121Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:36:49.121Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:36:49.122Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:36:49.122Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as ppSiM1THzLnHFLVR) ...
2021-11-03T18:36:49.441Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:36:49.443Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 80bbcb78-c5aa-4d75-9429-33d6232ce544 url= /sdc/v1/registerForDistribution
2021-11-03T18:36:49.450Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d613fed
2021-11-03T18:36:49.451Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:36:49.451Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:36:49.451Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/eiy0swi2CbI2mYNS will send credentials over a clear channel.
2021-11-03T18:36:49.452Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/eiy0swi2CbI2mYNS (as eiy0swi2CbI2mYNS) ...
2021-11-03T18:36:49.486Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:36:49.487Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:36:49.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:37:39.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:37:39.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:37:39.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:37:39.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:37:39.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d516ff19-04ec-4410-9307-86171b06ce98 url= /sdc/v1/artifactTypes
2021-11-03T18:37:39.095Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:37:39.130Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:37:39.131Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:37:39.131Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:37:39.132Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:37:39.132Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eiy0swi2CbI2mYNS) ...
2021-11-03T18:37:39.497Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:37:39.499Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 12a6e43e-beff-407b-93a5-db392061c955 url= /sdc/v1/registerForDistribution
2021-11-03T18:37:39.506Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@cdda25c
2021-11-03T18:37:39.506Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:37:39.506Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:37:39.507Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/SNZ8BPBCyer9xjlP will send credentials over a clear channel.
2021-11-03T18:37:39.507Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/SNZ8BPBCyer9xjlP (as SNZ8BPBCyer9xjlP) ...
2021-11-03T18:37:39.558Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:37:39.559Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:37:39.560Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:38:29.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:38:29.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:38:29.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:38:29.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:38:29.093Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f8f9e827-c1e5-45fb-b645-0522f40088b8 url= /sdc/v1/artifactTypes
2021-11-03T18:38:29.093Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:38:29.130Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:38:29.131Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:38:29.131Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:38:29.132Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:38:29.132Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as SNZ8BPBCyer9xjlP) ...
2021-11-03T18:38:29.389Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:38:29.391Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 53470e9f-fc9b-42ab-9731-09781d0d56a4 url= /sdc/v1/registerForDistribution
2021-11-03T18:38:29.400Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d9d4d53
2021-11-03T18:38:29.400Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:38:29.400Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:38:29.401Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/S3eBr3wuy72bfHt6 will send credentials over a clear channel.
2021-11-03T18:38:29.401Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/S3eBr3wuy72bfHt6 (as S3eBr3wuy72bfHt6) ...
2021-11-03T18:38:29.446Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:38:29.447Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:38:29.447Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:39:19.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:39:19.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:39:19.094Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:39:19.102Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:39:19.110Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e3a8e93-470d-46e6-9051-5f9d0d73ae56 url= /sdc/v1/artifactTypes
2021-11-03T18:39:19.111Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:39:19.148Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:39:19.150Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:39:19.150Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:39:19.151Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:39:19.151Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as S3eBr3wuy72bfHt6) ...
2021-11-03T18:39:19.346Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:39:19.347Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 60cbd7ce-365d-4783-8fb4-6404907e4c85 url= /sdc/v1/registerForDistribution
2021-11-03T18:39:19.353Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62d120d8
2021-11-03T18:39:19.354Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:39:19.354Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:39:19.355Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Mf74GsZYo8bUWUys will send credentials over a clear channel.
2021-11-03T18:39:19.355Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Mf74GsZYo8bUWUys (as Mf74GsZYo8bUWUys) ...
2021-11-03T18:39:19.381Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:39:19.381Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:39:19.382Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:40:09.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:40:09.088Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:40:09.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:40:09.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:40:09.095Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 995f2054-d2a4-4261-b916-cf9c4ec3fb0f url= /sdc/v1/artifactTypes
2021-11-03T18:40:09.095Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:40:09.125Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:40:09.126Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:40:09.126Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:40:09.127Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:40:09.127Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Mf74GsZYo8bUWUys) ...
2021-11-03T18:40:09.373Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:40:09.374Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= db6c708a-5ad6-444a-a99b-eeb9c57e3d60 url= /sdc/v1/registerForDistribution
2021-11-03T18:40:09.384Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@51aed5fc
2021-11-03T18:40:09.384Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:40:09.384Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:40:09.384Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/QeC6afaqL5yEJd2A will send credentials over a clear channel.
2021-11-03T18:40:09.384Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/QeC6afaqL5yEJd2A (as QeC6afaqL5yEJd2A) ...
2021-11-03T18:40:09.445Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:40:09.446Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:40:09.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:40:59.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:40:59.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:40:59.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:40:59.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:40:59.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 17bb94aa-9b23-4ee6-814f-8b3b1affab65 url= /sdc/v1/artifactTypes
2021-11-03T18:40:59.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:40:59.140Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:40:59.141Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:40:59.141Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:40:59.142Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:40:59.142Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as QeC6afaqL5yEJd2A) ...
2021-11-03T18:40:59.303Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:40:59.304Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 10898c13-1288-463d-ac60-81d938e4a8c5 url= /sdc/v1/registerForDistribution
2021-11-03T18:40:59.310Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a6d4b28
2021-11-03T18:40:59.310Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:40:59.311Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:40:59.311Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Mbc8v0op5GKpRIDt will send credentials over a clear channel.
2021-11-03T18:40:59.311Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Mbc8v0op5GKpRIDt (as Mbc8v0op5GKpRIDt) ...
2021-11-03T18:40:59.343Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:40:59.344Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:40:59.347Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:41:49.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:41:49.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:41:49.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:41:49.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:41:49.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39c8cc54-707d-4f39-b0e4-53a752350f61 url= /sdc/v1/artifactTypes
2021-11-03T18:41:49.096Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:41:49.139Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:41:49.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-11-03T18:41:49.140Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:41:49.142Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:41:49.142Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Mbc8v0op5GKpRIDt) ...
2021-11-03T18:41:49.277Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:41:49.279Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bb186d99-0875-447d-8824-f04a29339376 url= /sdc/v1/registerForDistribution
2021-11-03T18:41:49.287Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e99ef8b
2021-11-03T18:41:49.287Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:41:49.287Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:41:49.288Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/IXBqNTepH8AhKkuu will send credentials over a clear channel.
2021-11-03T18:41:49.288Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/IXBqNTepH8AhKkuu (as IXBqNTepH8AhKkuu) ...
2021-11-03T18:41:49.314Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:41:49.315Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:41:49.315Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:42:39.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:42:39.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:42:39.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:42:39.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:42:39.093Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dac4ed87-6d5b-4dad-9b06-c3e4f591d76a url= /sdc/v1/artifactTypes
2021-11-03T18:42:39.093Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:42:39.119Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:42:39.120Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:42:39.120Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:42:39.121Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:42:39.121Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as IXBqNTepH8AhKkuu) ...
2021-11-03T18:42:39.301Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:42:39.303Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a0f99c97-cebb-4708-8523-cb6ce0dbbd1a url= /sdc/v1/registerForDistribution
2021-11-03T18:42:39.309Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6bc8c33
2021-11-03T18:42:39.309Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:42:39.309Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:42:39.310Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/pu79wiXcY4qdyOJU will send credentials over a clear channel.
2021-11-03T18:42:39.310Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/pu79wiXcY4qdyOJU (as pu79wiXcY4qdyOJU) ...
2021-11-03T18:42:39.435Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:42:39.435Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:42:39.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:43:29.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:43:29.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:43:29.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:43:29.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:43:29.095Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 82b64244-4df9-424a-9e01-309f45f0fb1a url= /sdc/v1/artifactTypes
2021-11-03T18:43:29.096Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:43:29.130Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:43:29.132Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:43:29.132Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:43:29.133Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:43:29.134Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as pu79wiXcY4qdyOJU) ...
2021-11-03T18:43:29.360Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:43:29.361Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 04095f26-ea1b-4966-8cfe-c1acec1375f7 url= /sdc/v1/registerForDistribution
2021-11-03T18:43:29.369Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23717a8d
2021-11-03T18:43:29.370Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:43:29.370Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:43:29.371Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/a59GTE1vC2IggihV will send credentials over a clear channel.
2021-11-03T18:43:29.371Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/a59GTE1vC2IggihV (as a59GTE1vC2IggihV) ...
2021-11-03T18:43:29.441Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:43:29.442Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:43:29.442Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:44:19.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:44:19.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:44:19.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:44:19.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:44:19.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04130797-50fb-4558-b095-848f7546df94 url= /sdc/v1/artifactTypes
2021-11-03T18:44:19.094Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:44:19.126Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:44:19.127Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:44:19.127Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:44:19.128Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:44:19.128Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as a59GTE1vC2IggihV) ...
2021-11-03T18:44:19.435Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:44:19.437Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 71460296-a8ba-4b19-afaf-bb57052cbb93 url= /sdc/v1/registerForDistribution
2021-11-03T18:44:19.443Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25367eb6
2021-11-03T18:44:19.443Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:44:19.444Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:44:19.444Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/GYR8RWp2J7IAnBDn will send credentials over a clear channel.
2021-11-03T18:44:19.444Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/GYR8RWp2J7IAnBDn (as GYR8RWp2J7IAnBDn) ...
2021-11-03T18:44:19.522Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:44:19.522Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:44:19.523Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:45:09.089Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:45:09.093Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:45:09.093Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:45:09.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:45:09.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1c095454-6ca3-4dc4-9f65-2eb565dbaa5a url= /sdc/v1/artifactTypes
2021-11-03T18:45:09.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:45:09.149Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:45:09.150Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:45:09.150Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:45:09.151Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:45:09.151Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as GYR8RWp2J7IAnBDn) ...
2021-11-03T18:45:09.273Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:45:09.275Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 761570c5-a06b-4606-a389-a20a93874f7d url= /sdc/v1/registerForDistribution
2021-11-03T18:45:09.285Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18576c69
2021-11-03T18:45:09.286Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:45:09.286Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:45:09.286Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/5kzrOwEobLpKDYPN will send credentials over a clear channel.
2021-11-03T18:45:09.287Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/5kzrOwEobLpKDYPN (as 5kzrOwEobLpKDYPN) ...
2021-11-03T18:45:09.328Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:45:09.328Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:45:09.329Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:45:59.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:45:59.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:45:59.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:45:59.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:45:59.093Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bbef6dbb-5fd3-4091-acca-36c1f806ced5 url= /sdc/v1/artifactTypes
2021-11-03T18:45:59.094Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:45:59.132Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:45:59.134Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:45:59.134Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:45:59.135Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:45:59.135Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 5kzrOwEobLpKDYPN) ...
2021-11-03T18:45:59.217Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:45:59.218Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7085fbc8-e9b3-47fc-a926-12f72407babc url= /sdc/v1/registerForDistribution
2021-11-03T18:45:59.225Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1feb840f
2021-11-03T18:45:59.225Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:45:59.225Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:45:59.225Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/BXlN0wHflB2WSSTx will send credentials over a clear channel.
2021-11-03T18:45:59.226Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/BXlN0wHflB2WSSTx (as BXlN0wHflB2WSSTx) ...
2021-11-03T18:45:59.248Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:45:59.249Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:45:59.249Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:46:49.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:46:49.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:46:49.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:46:49.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:46:49.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b105bb2b-340e-40f8-bc51-835e796853da url= /sdc/v1/artifactTypes
2021-11-03T18:46:49.099Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:46:49.133Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:46:49.136Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:46:49.136Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:46:49.137Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:46:49.137Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as BXlN0wHflB2WSSTx) ...
2021-11-03T18:46:49.179Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:46:49.180Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= eb0ba2cf-40e9-46e7-9cfd-a3ef5be8b441 url= /sdc/v1/registerForDistribution
2021-11-03T18:46:49.188Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2916eed6
2021-11-03T18:46:49.188Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:46:49.188Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:46:49.189Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/LzfRJQvMWotqVd4s will send credentials over a clear channel.
2021-11-03T18:46:49.189Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/LzfRJQvMWotqVd4s (as LzfRJQvMWotqVd4s) ...
2021-11-03T18:46:49.223Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:46:49.223Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:46:49.226Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:47:39.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:47:39.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:47:39.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:47:39.087Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:47:39.092Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7cb47967-00db-460b-8aae-3c244d304111 url= /sdc/v1/artifactTypes
2021-11-03T18:47:39.092Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:47:39.122Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:47:39.123Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:47:39.123Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:47:39.124Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:47:39.124Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as LzfRJQvMWotqVd4s) ...
2021-11-03T18:47:39.314Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:47:39.316Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8d66f2aa-a2b2-4e6b-89b2-a6d99c9e28b8 url= /sdc/v1/registerForDistribution
2021-11-03T18:47:39.323Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53d137e6
2021-11-03T18:47:39.324Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:47:39.324Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:47:39.325Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/dn38Nt47h5b29OOd will send credentials over a clear channel.
2021-11-03T18:47:39.325Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/dn38Nt47h5b29OOd (as dn38Nt47h5b29OOd) ...
2021-11-03T18:47:39.408Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:47:39.409Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:47:39.409Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:48:29.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:48:29.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:48:29.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:48:29.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:48:29.098Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04ba7ae8-437b-490f-a4cb-a1a8dea6da7e url= /sdc/v1/artifactTypes
2021-11-03T18:48:29.099Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:48:29.136Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:48:29.137Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:48:29.137Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:48:29.138Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:48:29.138Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as dn38Nt47h5b29OOd) ...
2021-11-03T18:48:29.418Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:48:29.420Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4f71b7ba-0190-4dd9-b350-720fa8ec4954 url= /sdc/v1/registerForDistribution
2021-11-03T18:48:29.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@561f9039
2021-11-03T18:48:29.426Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:48:29.426Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:48:29.427Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/PdU9yaUaGSLZKJ0o will send credentials over a clear channel.
2021-11-03T18:48:29.427Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/PdU9yaUaGSLZKJ0o (as PdU9yaUaGSLZKJ0o) ...
2021-11-03T18:48:29.489Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:48:29.490Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:48:29.490Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:49:19.089Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:49:19.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:49:19.094Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:49:19.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:49:19.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7c1d06e1-9f6e-4eb3-b36a-79da665a262a url= /sdc/v1/artifactTypes
2021-11-03T18:49:19.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:49:19.138Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:49:19.139Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:49:19.140Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:49:19.140Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:49:19.141Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as PdU9yaUaGSLZKJ0o) ...
2021-11-03T18:49:19.198Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:49:19.200Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ee1d18e8-3ae7-499a-b4df-3bb6299a90a9 url= /sdc/v1/registerForDistribution
2021-11-03T18:49:19.207Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f388637
2021-11-03T18:49:19.207Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:49:19.207Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:49:19.208Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/SGz7Q7rxN0OcVQF0 will send credentials over a clear channel.
2021-11-03T18:49:19.208Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/SGz7Q7rxN0OcVQF0 (as SGz7Q7rxN0OcVQF0) ...
2021-11-03T18:49:19.232Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:49:19.233Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:49:19.233Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:50:09.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:50:09.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:50:09.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:50:09.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:50:09.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e2c3cc6c-540b-47cf-8e86-e55b10e63ccd url= /sdc/v1/artifactTypes
2021-11-03T18:50:09.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:50:09.144Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:50:09.145Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:50:09.145Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:50:09.145Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:50:09.146Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as SGz7Q7rxN0OcVQF0) ...
2021-11-03T18:50:09.482Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:50:09.483Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7e675ccd-d64f-46c2-a7ca-3141729b46f7 url= /sdc/v1/registerForDistribution
2021-11-03T18:50:09.490Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f23faca
2021-11-03T18:50:09.490Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:50:09.490Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:50:09.490Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/shJK054LJTeDrRwi will send credentials over a clear channel.
2021-11-03T18:50:09.491Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/shJK054LJTeDrRwi (as shJK054LJTeDrRwi) ...
2021-11-03T18:50:09.770Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:50:09.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:50:09.771Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:50:59.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:50:59.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:50:59.094Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:50:59.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:50:59.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14144e67-5fe1-4a52-85ed-3bf8e14216a8 url= /sdc/v1/artifactTypes
2021-11-03T18:50:59.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:50:59.143Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:50:59.145Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:50:59.145Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:50:59.147Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:50:59.147Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as shJK054LJTeDrRwi) ...
2021-11-03T18:50:59.386Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:50:59.387Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 749f70e8-8408-4310-9dd8-67e20c878e55 url= /sdc/v1/registerForDistribution
2021-11-03T18:50:59.394Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a68fbba
2021-11-03T18:50:59.394Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:50:59.394Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:50:59.395Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/nbMkZFPSmUNLbXpQ will send credentials over a clear channel.
2021-11-03T18:50:59.395Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/nbMkZFPSmUNLbXpQ (as nbMkZFPSmUNLbXpQ) ...
2021-11-03T18:50:59.495Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:50:59.496Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:50:59.497Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:51:49.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:51:49.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:51:49.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:51:49.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:51:49.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d9061fa-7802-43b0-b742-3c0e4fb17e1c url= /sdc/v1/artifactTypes
2021-11-03T18:51:49.095Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:51:49.123Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:51:49.124Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:51:49.124Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:51:49.124Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:51:49.125Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as nbMkZFPSmUNLbXpQ) ...
2021-11-03T18:51:49.171Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:51:49.172Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2637078f-89e4-435a-8446-c406d47e1464 url= /sdc/v1/registerForDistribution
2021-11-03T18:51:49.178Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d9137c1
2021-11-03T18:51:49.179Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:51:49.179Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:51:49.180Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/ZHHk4dxEiZ8h70B9 will send credentials over a clear channel.
2021-11-03T18:51:49.180Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/ZHHk4dxEiZ8h70B9 (as ZHHk4dxEiZ8h70B9) ...
2021-11-03T18:51:49.200Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:51:49.200Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:51:49.201Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:52:39.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:52:39.088Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:52:39.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:52:39.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:52:39.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c418f42-ff73-45fd-b04c-9dbc3ca6e58f url= /sdc/v1/artifactTypes
2021-11-03T18:52:39.096Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:52:39.137Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:52:39.139Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:52:39.139Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:52:39.140Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:52:39.140Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as ZHHk4dxEiZ8h70B9) ...
2021-11-03T18:52:39.205Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:52:39.207Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= df63df7b-913c-453d-9969-a8222c44e4dd url= /sdc/v1/registerForDistribution
2021-11-03T18:52:39.216Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5c4b5a6b
2021-11-03T18:52:39.216Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:52:39.217Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:52:39.218Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/bwN9dlknUlli6zhz will send credentials over a clear channel.
2021-11-03T18:52:39.218Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/bwN9dlknUlli6zhz (as bwN9dlknUlli6zhz) ...
2021-11-03T18:52:39.240Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:52:39.240Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:52:39.241Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:53:29.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:53:29.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:53:29.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:53:29.087Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:53:29.093Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c1b8e7f0-c5dd-4e77-be70-2220375d5ce8 url= /sdc/v1/artifactTypes
2021-11-03T18:53:29.093Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:53:29.125Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:53:29.126Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:53:29.127Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:53:29.127Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:53:29.128Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as bwN9dlknUlli6zhz) ...
2021-11-03T18:53:29.172Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:53:29.175Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 034a68e3-e72e-4067-ab9d-52dea3a1af0d url= /sdc/v1/registerForDistribution
2021-11-03T18:53:29.181Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@308a1dce
2021-11-03T18:53:29.181Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:53:29.182Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:53:29.182Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/aJmZgFlqAD1kHMpO will send credentials over a clear channel.
2021-11-03T18:53:29.183Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/aJmZgFlqAD1kHMpO (as aJmZgFlqAD1kHMpO) ...
2021-11-03T18:53:29.234Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:53:29.234Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:53:29.235Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:54:19.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:54:19.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:54:19.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:54:19.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:54:19.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c6adcf3-bba0-4bd2-aeb6-fcada54d1984 url= /sdc/v1/artifactTypes
2021-11-03T18:54:19.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:54:19.147Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:54:19.149Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:54:19.149Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:54:19.150Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:54:19.151Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as aJmZgFlqAD1kHMpO) ...
2021-11-03T18:54:19.277Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:54:19.279Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a4e1db18-3ddc-42d4-b00f-c7027fabae0c url= /sdc/v1/registerForDistribution
2021-11-03T18:54:19.286Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fe7bb7c
2021-11-03T18:54:19.287Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:54:19.287Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:54:19.288Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/91RBofTdmII1a51C will send credentials over a clear channel.
2021-11-03T18:54:19.288Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/91RBofTdmII1a51C (as 91RBofTdmII1a51C) ...
2021-11-03T18:54:19.311Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:54:19.312Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:54:19.313Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:55:09.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:55:09.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:55:09.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:55:09.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:55:09.097Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39d25e28-1dff-467e-a2d5-6580141e90e6 url= /sdc/v1/artifactTypes
2021-11-03T18:55:09.097Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:55:09.129Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:55:09.129Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:55:09.130Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:55:09.130Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:55:09.130Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 91RBofTdmII1a51C) ...
2021-11-03T18:55:09.213Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:55:09.214Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 81976291-0cbd-41f4-8e0f-09d9ecba07ba url= /sdc/v1/registerForDistribution
2021-11-03T18:55:09.221Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60c2c086
2021-11-03T18:55:09.221Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:55:09.221Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:55:09.222Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/lOvNlKnI1klJI5jp will send credentials over a clear channel.
2021-11-03T18:55:09.222Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/lOvNlKnI1klJI5jp (as lOvNlKnI1klJI5jp) ...
2021-11-03T18:55:09.397Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:55:09.397Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:55:09.398Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:55:59.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:55:59.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:55:59.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:55:59.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:55:59.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4afa747d-21d6-4d12-a53c-725223beb8ef url= /sdc/v1/artifactTypes
2021-11-03T18:55:59.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:55:59.141Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:55:59.246Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:55:59.246Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:55:59.248Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:55:59.248Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as lOvNlKnI1klJI5jp) ...
2021-11-03T18:55:59.498Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:55:59.499Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d5fa81e6-6ae3-4fd6-845e-977bfad34394 url= /sdc/v1/registerForDistribution
2021-11-03T18:55:59.505Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e36aebc
2021-11-03T18:55:59.506Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:55:59.506Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:55:59.506Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/3B1dN9m5ZJ9BtNUg will send credentials over a clear channel.
2021-11-03T18:55:59.506Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/3B1dN9m5ZJ9BtNUg (as 3B1dN9m5ZJ9BtNUg) ...
2021-11-03T18:55:59.766Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:55:59.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:55:59.767Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:56:49.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:56:49.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:56:49.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:56:49.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:56:49.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2360aed8-1797-4472-b192-9b4ee82f2042 url= /sdc/v1/artifactTypes
2021-11-03T18:56:49.099Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:56:49.126Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:56:49.127Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:56:49.127Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:56:49.128Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:56:49.128Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 3B1dN9m5ZJ9BtNUg) ...
2021-11-03T18:56:49.320Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:56:49.322Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 415ac642-7dc0-4bc7-bc36-51f9f5f644e7 url= /sdc/v1/registerForDistribution
2021-11-03T18:56:49.330Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f83a14f
2021-11-03T18:56:49.330Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:56:49.330Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:56:49.331Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/Cm43gH7wVoMRPuyI will send credentials over a clear channel.
2021-11-03T18:56:49.331Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/Cm43gH7wVoMRPuyI (as Cm43gH7wVoMRPuyI) ...
2021-11-03T18:56:49.383Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:56:49.384Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:56:49.384Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:57:39.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:57:39.088Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:57:39.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:57:39.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:57:39.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e3db0516-8c13-4e74-9680-e28398e89db7 url= /sdc/v1/artifactTypes
2021-11-03T18:57:39.099Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:57:39.138Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:57:39.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-11-03T18:57:39.141Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:57:39.142Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:57:39.142Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as Cm43gH7wVoMRPuyI) ...
2021-11-03T18:57:39.281Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:57:39.284Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 23a98f23-7fab-4006-90b5-dc0c4496fb7f url= /sdc/v1/registerForDistribution
2021-11-03T18:57:39.291Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@38745903
2021-11-03T18:57:39.292Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:57:39.292Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:57:39.293Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/2oMEVxDVbK3Q1VvM will send credentials over a clear channel.
2021-11-03T18:57:39.293Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/2oMEVxDVbK3Q1VvM (as 2oMEVxDVbK3Q1VvM) ...
2021-11-03T18:57:39.350Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:57:39.351Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:57:39.351Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:58:29.090Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:58:29.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:58:29.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:58:29.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:58:29.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e86c2fec-b4cc-4a35-b8cb-13c459ec858c url= /sdc/v1/artifactTypes
2021-11-03T18:58:29.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:58:29.138Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:58:29.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-11-03T18:58:29.140Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:58:29.141Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:58:29.141Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 2oMEVxDVbK3Q1VvM) ...
2021-11-03T18:58:29.405Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:58:29.408Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 77b05eab-7798-4da6-b2e3-ed453de4f48e url= /sdc/v1/registerForDistribution
2021-11-03T18:58:29.414Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d2fc6ca
2021-11-03T18:58:29.414Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:58:29.415Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:58:29.415Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/44Fv7SjVXfrLzNBB will send credentials over a clear channel.
2021-11-03T18:58:29.416Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/44Fv7SjVXfrLzNBB (as 44Fv7SjVXfrLzNBB) ...
2021-11-03T18:58:29.486Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:58:29.487Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:58:29.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T18:59:19.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T18:59:19.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T18:59:19.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T18:59:19.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T18:59:19.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93ed1e0c-7cfd-4029-b84a-5febd1b967eb url= /sdc/v1/artifactTypes
2021-11-03T18:59:19.094Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T18:59:19.127Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T18:59:19.128Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T18:59:19.128Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T18:59:19.129Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T18:59:19.129Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 44Fv7SjVXfrLzNBB) ...
2021-11-03T18:59:19.436Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:59:19.437Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a555ef6d-98b7-41d4-a21c-52d877102701 url= /sdc/v1/registerForDistribution
2021-11-03T18:59:19.446Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1db07946
2021-11-03T18:59:19.446Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T18:59:19.446Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T18:59:19.446Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/WP4vfxUtuVvJyxjn will send credentials over a clear channel.
2021-11-03T18:59:19.447Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/WP4vfxUtuVvJyxjn (as WP4vfxUtuVvJyxjn) ...
2021-11-03T18:59:19.568Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T18:59:19.569Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T18:59:19.569Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:00:09.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:00:09.096Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:00:09.096Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:00:09.103Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:00:09.109Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f907162c-88c7-4ff5-9771-305a670f3817 url= /sdc/v1/artifactTypes
2021-11-03T19:00:09.110Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:00:09.145Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:00:09.147Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:00:09.147Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:00:09.148Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:00:09.148Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as WP4vfxUtuVvJyxjn) ...
2021-11-03T19:00:09.254Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:00:09.257Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 03d94ea6-9e1b-4cb8-8909-752432afe3ef url= /sdc/v1/registerForDistribution
2021-11-03T19:00:09.263Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61af481e
2021-11-03T19:00:09.264Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:00:09.264Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:00:09.264Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/khXByL3zICCAeckk will send credentials over a clear channel.
2021-11-03T19:00:09.265Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/khXByL3zICCAeckk (as khXByL3zICCAeckk) ...
2021-11-03T19:00:09.323Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:00:09.323Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:00:09.324Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:00:59.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:00:59.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:00:59.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:00:59.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:00:59.097Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40ab93ad-0a76-4aa9-826d-d2484a81d052 url= /sdc/v1/artifactTypes
2021-11-03T19:00:59.098Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:00:59.129Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:00:59.130Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:00:59.131Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:00:59.131Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:00:59.131Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as khXByL3zICCAeckk) ...
2021-11-03T19:00:59.506Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:00:59.508Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0a99fbf4-29e6-4fc3-830a-f1fe69048f60 url= /sdc/v1/registerForDistribution
2021-11-03T19:00:59.517Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32838990
2021-11-03T19:00:59.518Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:00:59.518Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:00:59.518Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/zImwabyUojHtBhZ8 will send credentials over a clear channel.
2021-11-03T19:00:59.519Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/zImwabyUojHtBhZ8 (as zImwabyUojHtBhZ8) ...
2021-11-03T19:00:59.626Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:00:59.626Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:00:59.627Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:01:49.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:01:49.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:01:49.094Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:01:49.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:01:49.113Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2eeb7985-80e3-4d01-8f9c-484d1f3eacd8 url= /sdc/v1/artifactTypes
2021-11-03T19:01:49.113Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:01:49.153Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:01:49.154Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:01:49.155Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:01:49.156Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:01:49.156Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as zImwabyUojHtBhZ8) ...
2021-11-03T19:01:49.338Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:01:49.340Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9ea42c87-40fc-4c91-936f-c099517c75b6 url= /sdc/v1/registerForDistribution
2021-11-03T19:01:49.349Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75f5ad01
2021-11-03T19:01:49.349Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:01:49.350Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:01:49.351Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/NgchJBcHJFB7CrBU will send credentials over a clear channel.
2021-11-03T19:01:49.351Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/NgchJBcHJFB7CrBU (as NgchJBcHJFB7CrBU) ...
2021-11-03T19:01:49.395Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:01:49.396Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:01:49.398Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:02:39.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:02:39.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:02:39.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:02:39.089Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:02:39.095Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9edda4d9-f11d-4e36-8e75-05fb28e86000 url= /sdc/v1/artifactTypes
2021-11-03T19:02:39.095Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:02:39.131Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:02:39.132Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:02:39.132Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:02:39.133Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:02:39.133Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as NgchJBcHJFB7CrBU) ...
2021-11-03T19:02:39.314Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:02:39.315Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3f86b0c3-0686-44d9-bf9e-ef400bbe081e url= /sdc/v1/registerForDistribution
2021-11-03T19:02:39.324Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3fb6a567
2021-11-03T19:02:39.324Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:02:39.324Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:02:39.325Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/0agHrj5aqD7ggoGz will send credentials over a clear channel.
2021-11-03T19:02:39.325Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/0agHrj5aqD7ggoGz (as 0agHrj5aqD7ggoGz) ...
2021-11-03T19:02:39.444Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:02:39.444Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:02:39.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:03:29.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:03:29.088Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:03:29.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:03:29.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:03:29.097Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6cd72f04-cd62-44f7-9717-2573e6142536 url= /sdc/v1/artifactTypes
2021-11-03T19:03:29.098Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:03:29.130Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:03:29.131Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:03:29.131Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:03:29.132Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:03:29.132Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 0agHrj5aqD7ggoGz) ...
2021-11-03T19:03:29.411Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:03:29.413Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7a2abd2d-5467-40e4-b637-2c8d7ff634e2 url= /sdc/v1/registerForDistribution
2021-11-03T19:03:29.420Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10c07684
2021-11-03T19:03:29.421Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:03:29.421Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:03:29.422Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/u2JjKBrlCQ90SdPz will send credentials over a clear channel.
2021-11-03T19:03:29.422Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/u2JjKBrlCQ90SdPz (as u2JjKBrlCQ90SdPz) ...
2021-11-03T19:03:29.508Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:03:29.508Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:03:29.509Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:04:19.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:04:19.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:04:19.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:04:19.089Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:04:19.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e98c2020-6815-4420-bc19-d7c01471e6bd url= /sdc/v1/artifactTypes
2021-11-03T19:04:19.096Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:04:19.131Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:04:19.132Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:04:19.132Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:04:19.133Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:04:19.133Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as u2JjKBrlCQ90SdPz) ...
2021-11-03T19:04:19.189Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:04:19.190Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0fe34173-7dbc-4b4a-961f-4a7bc3fe8787 url= /sdc/v1/registerForDistribution
2021-11-03T19:04:19.199Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35c60dd1
2021-11-03T19:04:19.199Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:04:19.200Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:04:19.200Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/pGKoQOem3xO8N8Oz will send credentials over a clear channel.
2021-11-03T19:04:19.201Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/pGKoQOem3xO8N8Oz (as pGKoQOem3xO8N8Oz) ...
2021-11-03T19:04:19.240Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:04:19.240Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:04:19.241Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:05:09.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:05:09.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:05:09.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:05:09.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:05:09.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b34e83d8-01e0-49d4-9cd1-27a08ff69f2c url= /sdc/v1/artifactTypes
2021-11-03T19:05:09.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:05:09.144Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:05:09.147Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:05:09.147Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:05:09.148Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:05:09.148Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as pGKoQOem3xO8N8Oz) ...
2021-11-03T19:05:09.479Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:05:09.481Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6d5c1244-3b1e-4971-adc6-da56f140fcc9 url= /sdc/v1/registerForDistribution
2021-11-03T19:05:09.487Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74e37ed6
2021-11-03T19:05:09.488Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:05:09.488Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:05:09.488Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/LRO8VT2MZBjgG0gT will send credentials over a clear channel.
2021-11-03T19:05:09.489Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/LRO8VT2MZBjgG0gT (as LRO8VT2MZBjgG0gT) ...
2021-11-03T19:05:09.620Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:05:09.621Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:05:09.622Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:05:59.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:05:59.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:05:59.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:05:59.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:05:59.093Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39686a19-cd2f-44b5-96f9-cbab6c557f30 url= /sdc/v1/artifactTypes
2021-11-03T19:05:59.094Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:05:59.125Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:05:59.126Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:05:59.126Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:05:59.127Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:05:59.127Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as LRO8VT2MZBjgG0gT) ...
2021-11-03T19:05:59.315Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:05:59.316Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d4db0d52-b56f-44ae-8cbd-1d6fb9ebacec url= /sdc/v1/registerForDistribution
2021-11-03T19:05:59.322Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4035e5b1
2021-11-03T19:05:59.322Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:05:59.323Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:05:59.323Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/OuRU0JE1vTwno8CG will send credentials over a clear channel.
2021-11-03T19:05:59.323Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/OuRU0JE1vTwno8CG (as OuRU0JE1vTwno8CG) ...
2021-11-03T19:05:59.360Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:05:59.360Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:05:59.361Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:06:49.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:06:49.088Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:06:49.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:06:49.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:06:49.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 09db4384-fa9d-4804-8152-d3c8a4c5c467 url= /sdc/v1/artifactTypes
2021-11-03T19:06:49.099Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:06:49.128Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:06:49.129Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:06:49.130Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:06:49.131Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:06:49.131Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as OuRU0JE1vTwno8CG) ...
2021-11-03T19:06:49.279Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:06:49.280Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0663c317-f847-4ad8-b808-a737b3783764 url= /sdc/v1/registerForDistribution
2021-11-03T19:06:49.287Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@640bca6f
2021-11-03T19:06:49.287Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:06:49.287Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:06:49.288Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/3JzBANzesdRhVClF will send credentials over a clear channel.
2021-11-03T19:06:49.288Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/3JzBANzesdRhVClF (as 3JzBANzesdRhVClF) ...
2021-11-03T19:06:49.425Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:06:49.425Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:06:49.426Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:07:39.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:07:39.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:07:39.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:07:39.089Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:07:39.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bb44bc13-2a9e-4053-a64c-28c251ef1496 url= /sdc/v1/artifactTypes
2021-11-03T19:07:39.094Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:07:39.123Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:07:39.124Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:07:39.124Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:07:39.125Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:07:39.125Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 3JzBANzesdRhVClF) ...
2021-11-03T19:07:39.349Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:07:39.351Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 005d11ea-275d-4ae3-b1e6-421ec4c83d77 url= /sdc/v1/registerForDistribution
2021-11-03T19:07:39.356Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69d0e15
2021-11-03T19:07:39.357Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:07:39.357Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:07:39.357Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/T3Wm0ZJed6yECRaV will send credentials over a clear channel.
2021-11-03T19:07:39.357Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/T3Wm0ZJed6yECRaV (as T3Wm0ZJed6yECRaV) ...
2021-11-03T19:07:39.381Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:07:39.381Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:07:39.381Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:08:29.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:08:29.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:08:29.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:08:29.089Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:08:29.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb90826c-f33c-4a30-95aa-725e078aace3 url= /sdc/v1/artifactTypes
2021-11-03T19:08:29.095Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:08:29.126Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:08:29.127Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:08:29.127Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:08:29.128Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:08:29.128Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as T3Wm0ZJed6yECRaV) ...
2021-11-03T19:08:29.321Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:08:29.322Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b426d751-5f38-4fec-81f5-b42d72f30ded url= /sdc/v1/registerForDistribution
2021-11-03T19:08:29.328Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c1b9dce
2021-11-03T19:08:29.328Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:08:29.328Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:08:29.329Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/XGWbwzvNfggOiGKN will send credentials over a clear channel.
2021-11-03T19:08:29.329Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/XGWbwzvNfggOiGKN (as XGWbwzvNfggOiGKN) ...
2021-11-03T19:08:29.395Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:08:29.395Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:08:29.396Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:09:19.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:09:19.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:09:19.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:09:19.089Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:09:19.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 10c93d7a-e9b3-46b4-ab3b-22b176feabb2 url= /sdc/v1/artifactTypes
2021-11-03T19:09:19.094Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:09:19.130Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:09:19.132Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:09:19.132Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:09:19.132Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:09:19.133Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as XGWbwzvNfggOiGKN) ...
2021-11-03T19:09:19.314Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:09:19.316Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 739b2199-dc7a-4473-a66c-9b3cc7943a83 url= /sdc/v1/registerForDistribution
2021-11-03T19:09:19.322Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c188a16
2021-11-03T19:09:19.322Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:09:19.322Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:09:19.323Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/YUgyy6NiV6tZwdIu will send credentials over a clear channel.
2021-11-03T19:09:19.323Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/YUgyy6NiV6tZwdIu (as YUgyy6NiV6tZwdIu) ...
2021-11-03T19:09:19.476Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:09:19.476Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:09:19.477Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:10:09.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:10:09.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:10:09.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:10:09.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:10:09.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ca332a5c-4be2-4250-a868-ad803c8727f7 url= /sdc/v1/artifactTypes
2021-11-03T19:10:09.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:10:09.141Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:10:09.142Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:10:09.142Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:10:09.143Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:10:09.143Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as YUgyy6NiV6tZwdIu) ...
2021-11-03T19:10:09.482Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:10:09.484Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 20d2e88c-94b2-43c5-9599-93d1b1a0e59e url= /sdc/v1/registerForDistribution
2021-11-03T19:10:09.490Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e59a09f
2021-11-03T19:10:09.490Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:10:09.491Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:10:09.491Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/jejXvUOJ6aK3tp3F will send credentials over a clear channel.
2021-11-03T19:10:09.491Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/jejXvUOJ6aK3tp3F (as jejXvUOJ6aK3tp3F) ...
2021-11-03T19:10:09.519Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:10:09.519Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:10:09.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:10:59.089Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:10:59.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:10:59.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:10:59.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:10:59.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 828535e3-fff3-4f62-b214-7a49e902c8d3 url= /sdc/v1/artifactTypes
2021-11-03T19:10:59.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:10:59.145Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:10:59.146Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:10:59.146Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:10:59.147Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:10:59.148Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as jejXvUOJ6aK3tp3F) ...
2021-11-03T19:10:59.373Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:10:59.377Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3ba42f4c-9de3-4cc8-8a62-6ef4a4d0b88b url= /sdc/v1/registerForDistribution
2021-11-03T19:10:59.385Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7bfb3852
2021-11-03T19:10:59.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:10:59.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:10:59.387Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/AuGJ5MtpJTKFOLAi will send credentials over a clear channel.
2021-11-03T19:10:59.387Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/AuGJ5MtpJTKFOLAi (as AuGJ5MtpJTKFOLAi) ...
2021-11-03T19:10:59.412Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:10:59.412Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:10:59.413Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:11:49.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:11:49.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:11:49.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:11:49.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:11:49.093Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4d10d9f9-e088-4bcd-b420-9cf5f9084b6b url= /sdc/v1/artifactTypes
2021-11-03T19:11:49.093Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:11:49.123Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:11:49.124Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:11:49.124Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:11:49.124Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:11:49.125Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as AuGJ5MtpJTKFOLAi) ...
2021-11-03T19:11:49.322Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:11:49.323Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c9f861db-93ea-414b-9c41-9de7c028392a url= /sdc/v1/registerForDistribution
2021-11-03T19:11:49.329Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2557de20
2021-11-03T19:11:49.329Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:11:49.329Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:11:49.329Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/0BEJSp8VBtMZT0E0 will send credentials over a clear channel.
2021-11-03T19:11:49.330Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/0BEJSp8VBtMZT0E0 (as 0BEJSp8VBtMZT0E0) ...
2021-11-03T19:11:49.374Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:11:49.374Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:11:49.375Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:12:39.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:12:39.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:12:39.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:12:39.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:12:39.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cdd6b416-6ef0-43f5-baa6-f66621b62916 url= /sdc/v1/artifactTypes
2021-11-03T19:12:39.099Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:12:39.133Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:12:39.135Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:12:39.136Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:12:39.136Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:12:39.137Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 0BEJSp8VBtMZT0E0) ...
2021-11-03T19:12:39.316Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:12:39.318Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a8daff62-cf9d-4ec7-bbe7-b6c0e53adedd url= /sdc/v1/registerForDistribution
2021-11-03T19:12:39.324Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2046baf2
2021-11-03T19:12:39.324Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:12:39.324Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:12:39.325Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/KwQQdQl3kVFYw2Gk will send credentials over a clear channel.
2021-11-03T19:12:39.325Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/KwQQdQl3kVFYw2Gk (as KwQQdQl3kVFYw2Gk) ...
2021-11-03T19:12:39.371Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:12:39.372Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:12:39.373Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:13:29.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:13:29.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:13:29.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:13:29.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:13:29.093Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ba28c22-a436-4c2b-a1d6-11adbffd112b url= /sdc/v1/artifactTypes
2021-11-03T19:13:29.093Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:13:29.121Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:13:29.122Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:13:29.122Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:13:29.123Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:13:29.123Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as KwQQdQl3kVFYw2Gk) ...
2021-11-03T19:13:29.241Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:13:29.242Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 39128685-829c-4dfa-8aa5-45ff6321cba0 url= /sdc/v1/registerForDistribution
2021-11-03T19:13:29.249Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6fdbb2a1
2021-11-03T19:13:29.250Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:13:29.250Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:13:29.250Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/PJ86uIPqqfrV8iJn will send credentials over a clear channel.
2021-11-03T19:13:29.250Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/PJ86uIPqqfrV8iJn (as PJ86uIPqqfrV8iJn) ...
2021-11-03T19:13:29.306Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:13:29.307Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:13:29.307Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:14:19.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:14:19.088Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:14:19.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:14:19.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:14:19.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0d11f6e1-4f84-4a40-9d2d-112280c2e705 url= /sdc/v1/artifactTypes
2021-11-03T19:14:19.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:14:19.138Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:14:19.139Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:14:19.139Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:14:19.140Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:14:19.140Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as PJ86uIPqqfrV8iJn) ...
2021-11-03T19:14:19.264Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:14:19.266Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 67555e0f-4b54-491e-91d0-309b64c02941 url= /sdc/v1/registerForDistribution
2021-11-03T19:14:19.272Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c442be8
2021-11-03T19:14:19.272Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:14:19.273Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:14:19.273Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/9tprXCgP3GXEPk52 will send credentials over a clear channel.
2021-11-03T19:14:19.273Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/9tprXCgP3GXEPk52 (as 9tprXCgP3GXEPk52) ...
2021-11-03T19:14:19.399Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:14:19.399Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:14:19.400Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:15:09.089Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:15:09.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:15:09.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:15:09.100Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:15:09.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 75804634-d08a-4be3-b06b-fbb0d25e20fc url= /sdc/v1/artifactTypes
2021-11-03T19:15:09.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:15:09.139Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:15:09.142Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:15:09.142Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:15:09.144Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:15:09.144Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 9tprXCgP3GXEPk52) ...
2021-11-03T19:15:09.239Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:15:09.241Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e3d2e9ab-8e49-4fd8-80a8-9bba40ed69e3 url= /sdc/v1/registerForDistribution
2021-11-03T19:15:09.248Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fecd201
2021-11-03T19:15:09.248Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:15:09.249Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:15:09.250Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/YoYRoFmsBFJBtrEA will send credentials over a clear channel.
2021-11-03T19:15:09.250Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/YoYRoFmsBFJBtrEA (as YoYRoFmsBFJBtrEA) ...
2021-11-03T19:15:09.278Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:15:09.279Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:15:09.279Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:15:59.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:15:59.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:15:59.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:15:59.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:15:59.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 63238185-d87c-4212-a184-28fcf83bb853 url= /sdc/v1/artifactTypes
2021-11-03T19:15:59.094Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:15:59.125Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:15:59.126Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:15:59.126Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:15:59.126Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:15:59.127Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as YoYRoFmsBFJBtrEA) ...
2021-11-03T19:15:59.229Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:15:59.231Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ba848037-b848-41c6-864d-d4b180246cf9 url= /sdc/v1/registerForDistribution
2021-11-03T19:15:59.237Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44cc4317
2021-11-03T19:15:59.237Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:15:59.237Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:15:59.238Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/OxrdJortsMclYxuQ will send credentials over a clear channel.
2021-11-03T19:15:59.238Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/OxrdJortsMclYxuQ (as OxrdJortsMclYxuQ) ...
2021-11-03T19:15:59.280Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:15:59.281Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:15:59.281Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:16:49.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:16:49.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:16:49.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:16:49.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:16:49.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5b5fce45-9856-4fac-9c6f-4744bf6ebfd7 url= /sdc/v1/artifactTypes
2021-11-03T19:16:49.097Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:16:49.131Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:16:49.132Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:16:49.132Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:16:49.133Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:16:49.133Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as OxrdJortsMclYxuQ) ...
2021-11-03T19:16:49.375Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:16:49.376Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= af67717e-7d45-4da3-9a62-832e0ff69530 url= /sdc/v1/registerForDistribution
2021-11-03T19:16:49.383Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58fe5adc
2021-11-03T19:16:49.383Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:16:49.384Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:16:49.385Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/rM4cBmfshHjfJAJ5 will send credentials over a clear channel.
2021-11-03T19:16:49.385Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/rM4cBmfshHjfJAJ5 (as rM4cBmfshHjfJAJ5) ...
2021-11-03T19:16:49.434Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:16:49.434Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:16:49.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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:17:39.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:17:39.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:17:39.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:17:39.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:17:39.092Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d0b7f207-8ade-4510-8f57-bf9815c474a6 url= /sdc/v1/artifactTypes
2021-11-03T19:17:39.093Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:17:39.126Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:17:39.127Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:17:39.127Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:17:39.128Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:17:39.128Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as rM4cBmfshHjfJAJ5) ...
2021-11-03T19:17:39.187Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:17:39.188Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6b751633-034b-4ed4-8eb6-2b65939e5254 url= /sdc/v1/registerForDistribution
2021-11-03T19:17:39.195Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a39d659
2021-11-03T19:17:39.196Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:17:39.196Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:17:39.196Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/tQj16HtrM6jxJUoQ will send credentials over a clear channel.
2021-11-03T19:17:39.197Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/tQj16HtrM6jxJUoQ (as tQj16HtrM6jxJUoQ) ...
2021-11-03T19:17:39.376Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:17:39.376Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:17:39.377Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:18:29.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:18:29.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:18:29.096Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:18:29.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:18:29.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7935ed48-bd79-4a73-9445-80196bd086d9 url= /sdc/v1/artifactTypes
2021-11-03T19:18:29.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:18:29.138Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:18:29.139Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:18:29.139Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:18:29.140Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:18:29.140Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as tQj16HtrM6jxJUoQ) ...
2021-11-03T19:18:29.474Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:18:29.475Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 42a1c44b-0301-4f8f-a87b-04123a7d81de url= /sdc/v1/registerForDistribution
2021-11-03T19:18:29.482Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8b9de08
2021-11-03T19:18:29.482Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:18:29.482Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:18:29.483Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/l9rzhB7bsKhSlnzj will send credentials over a clear channel.
2021-11-03T19:18:29.483Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/l9rzhB7bsKhSlnzj (as l9rzhB7bsKhSlnzj) ...
2021-11-03T19:18:29.510Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:18:29.510Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:18:29.511Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:19:19.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:19:19.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:19:19.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:19:19.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:19:19.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2343da35-7948-4ee4-854c-640909d391b2 url= /sdc/v1/artifactTypes
2021-11-03T19:19:19.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:19:19.141Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:19:19.142Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:19:19.143Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:19:19.143Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:19:19.143Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as l9rzhB7bsKhSlnzj) ...
2021-11-03T19:19:19.552Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:19:19.554Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7e2785a9-fef6-48a3-8708-ea68ea75accb url= /sdc/v1/registerForDistribution
2021-11-03T19:19:19.560Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14c71723
2021-11-03T19:19:19.560Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:19:19.560Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:19:19.561Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/dvpfX3ZOycelJN1Z will send credentials over a clear channel.
2021-11-03T19:19:19.561Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/dvpfX3ZOycelJN1Z (as dvpfX3ZOycelJN1Z) ...
2021-11-03T19:19:19.631Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:19:19.632Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:19:19.632Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:20:09.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:20:09.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:20:09.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:20:09.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:20:09.095Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6cda8573-37e1-44aa-bb9b-e29babc7435f url= /sdc/v1/artifactTypes
2021-11-03T19:20:09.095Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:20:09.123Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:20:09.124Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:20:09.125Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:20:09.125Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:20:09.125Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as dvpfX3ZOycelJN1Z) ...
2021-11-03T19:20:10.004Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:20:10.006Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b28a31e5-a1bf-48ba-b238-a7e65e23c055 url= /sdc/v1/registerForDistribution
2021-11-03T19:20:10.012Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6668de7c
2021-11-03T19:20:10.012Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:20:10.012Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:20:10.013Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/JsXHJlw8UNPJLuHO will send credentials over a clear channel.
2021-11-03T19:20:10.013Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/JsXHJlw8UNPJLuHO (as JsXHJlw8UNPJLuHO) ...
2021-11-03T19:20:10.098Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:20:10.098Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:20:10.098Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:20:59.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:20:59.088Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:20:59.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:20:59.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:20:59.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1c6ce731-842b-4ec3-9485-ed455fba7e8b url= /sdc/v1/artifactTypes
2021-11-03T19:20:59.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:20:59.154Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:20:59.155Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:20:59.155Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:20:59.156Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:20:59.156Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as JsXHJlw8UNPJLuHO) ...
2021-11-03T19:20:59.804Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:20:59.806Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 894cadc3-d452-442b-8da2-2278f1318583 url= /sdc/v1/registerForDistribution
2021-11-03T19:20:59.813Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@36843b70
2021-11-03T19:20:59.813Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:20:59.813Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:20:59.814Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/wut0MgsBSUb0xTx4 will send credentials over a clear channel.
2021-11-03T19:20:59.814Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/wut0MgsBSUb0xTx4 (as wut0MgsBSUb0xTx4) ...
2021-11-03T19:21:00.413Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:21:00.414Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:21:00.414Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ef4f0c38.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2021-11-03T19:21:49.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-03T19:21:49.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-03T19:21:49.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-03T19:21:49.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-03T19:21:49.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8febc2f4-d195-4cba-8dfa-36bf8eb4982c url= /sdc/v1/artifactTypes
2021-11-03T19:21:49.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-03T19:21:49.137Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-03T19:21:49.138Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-03T19:21:49.138Z||scheduling-1|||||DEBUG|500||create keys
2021-11-03T19:21:49.139Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-11-03T19:21:49.139Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as wut0MgsBSUb0xTx4) ...
2021-11-03T19:21:49.605Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:21:49.608Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 32b61374-1f66-420b-b587-c620529fc58d url= /sdc/v1/registerForDistribution
2021-11-03T19:21:49.616Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29292a1f
2021-11-03T19:21:49.616Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-11-03T19:21:49.616Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-11-03T19:21:49.617Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/3nYDl1Npo7QQplWC will send credentials over a clear channel.
2021-11-03T19:21:49.617Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/3nYDl1Npo7QQplWC (as 3nYDl1Npo7QQplWC) ...
2021-11-03T19:21:49.650Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-03T19:21:49.650Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-11-03T19:21:49.651Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke(