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/org.onap.so.trust.jks -Djavax.net.ssl.trustStorePassword=030lLekTmjH3MH8E({gWV%ct -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-04-22T02:11:51.920Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-874wb with PID 14 (/app/app.jar started by so in /app)
2021-04-22T02:11:51.926Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-22T02:11:51.927Z||main|||||INFO|500||The following profiles are active: basic
2021-04-22T02:11:57.774Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-22T02:11:57.775Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-22T02:11:57.940Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-22T02:11:59.519Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-22T02:11:59.694Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-22T02:11:59.876Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-22T02:11:59.887Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-22T02:12:01.108Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-04-22T02:12:01.259Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-22T02:12:01.262Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-22T02:12:01.605Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-22T02:12:02.217Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-22T02:12:05.475Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-04-22T02:12:05.692Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-22T02:12:06.909Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-22T02:12:06.928Z||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:749)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$c8597a88.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:363)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
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:48)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
2021-04-22T02:12:06.929Z||main|||||WARN|500||The sdc end point is not alive
2021-04-22T02:12:08.085Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-22T02:12:10.151Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-22T02:12:11.605Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-22T02:12:12.648Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-04-22T02:12:14.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:12:14.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:12:14.654Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:12:14.702Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:12:14.708Z||main|||||INFO|500||Started Application in 25.45 seconds (JVM running for 26.318)
2021-04-22T02:12:14.745Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f807d41f-f816-4014-b812-50abf5ed8730 url= /sdc/v1/artifactTypes
2021-04-22T02:12:14.745Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:12:15.879Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:12:15.882Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@556739e7
2021-04-22T02:12:15.883Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:12:15.889Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:12:15.891Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:12:15.893Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:13:04.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:13:04.650Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:13:04.650Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:13:04.661Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:13:04.691Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= acb65208-39a2-47e9-8be2-cbd1247abd0a url= /sdc/v1/artifactTypes
2021-04-22T02:13:04.691Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:13:05.702Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:13:05.703Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@83e6439
2021-04-22T02:13:05.704Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:13:05.704Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:13:05.704Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:13:05.705Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at 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:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:13:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T02:13:54.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:13:54.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:13:54.646Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:13:54.659Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:13:54.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d433ac5c-0f4a-4617-b0c7-21f9a244fdb5 url= /sdc/v1/artifactTypes
2021-04-22T02:13:54.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:13:55.718Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:13:55.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7951f2cb
2021-04-22T02:13:55.719Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:13:55.719Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:13:55.720Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:13:55.720Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:14:44.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:14:44.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:14:44.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:14:44.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:14:44.654Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5bebd2bb-167b-466e-8439-8629871ff2b3 url= /sdc/v1/artifactTypes
2021-04-22T02:14:44.655Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:14:45.702Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:14:45.702Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57951f5e
2021-04-22T02:14:45.703Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:14:45.703Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:14:45.703Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:14:45.704Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:14:45.706Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T02:15:29.647Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:15:34.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:15:34.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:15:34.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:15:34.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:15:34.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3597a872-dcad-4fac-a3c0-bf512045f99b url= /sdc/v1/artifactTypes
2021-04-22T02:15:34.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:15:35.718Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:15:35.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41841b63
2021-04-22T02:15:35.719Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:15:35.719Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:15:35.719Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:15:35.720Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:16:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T02:16:24.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:16:24.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:16:24.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:16:24.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:16:24.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36456c5b-c66a-4608-adaa-36666a4219d2 url= /sdc/v1/artifactTypes
2021-04-22T02:16:24.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:16:25.702Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:16:25.703Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32d728ad
2021-04-22T02:16:25.703Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:16:25.704Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:16:25.704Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:16:25.704Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:17:14.644Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:17:14.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:17:14.646Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:17:14.652Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:17:14.659Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d1243d43-e8b2-4986-af82-6898fbe13f65 url= /sdc/v1/artifactTypes
2021-04-22T02:17:14.684Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:17:15.719Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:17:15.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@133e4efa
2021-04-22T02:17:15.720Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:17:15.720Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:17:15.720Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:17:15.721Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:18:04.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:18:04.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:18:04.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:18:04.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:18:04.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 74f09ed7-b000-4074-a455-f423789a119a url= /sdc/v1/artifactTypes
2021-04-22T02:18:04.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:18:05.702Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:18:05.703Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3abea59c
2021-04-22T02:18:05.703Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:18:05.703Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:18:05.703Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:18:05.704Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:18:54.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:18:54.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:18:54.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:18:54.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:18:54.657Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 84c9d4c1-b3c7-4904-9d0a-3bc68a3f68a2 url= /sdc/v1/artifactTypes
2021-04-22T02:18:54.657Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:18:55.687Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:18:55.688Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@63a72d9c
2021-04-22T02:18:55.688Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:18:55.690Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:18:55.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:18:55.693Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:19:44.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:19:44.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:19:44.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:19:44.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:19:44.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 218ea3f3-4fe0-4a55-bb22-0ce266bb5741 url= /sdc/v1/artifactTypes
2021-04-22T02:19:44.654Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:19:45.702Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:19:45.702Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e949864
2021-04-22T02:19:45.703Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:19:45.703Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:19:45.703Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:19:45.703Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:19:45.786Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.73.181
2021-04-22T02:20:29.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:20:34.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:20:34.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:20:34.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:20:34.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:20:34.684Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b6ebc6fa-0f5b-44f0-8d24-c0ec77ac745d url= /sdc/v1/artifactTypes
2021-04-22T02:20:34.685Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:20:35.718Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:20:35.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@731c8a4
2021-04-22T02:20:35.720Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:20:35.720Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:20:35.720Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:20:35.720Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:21:24.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:21:24.648Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:21:24.648Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:21:24.656Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:21:24.662Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f39d4f92-6bde-4e27-b36e-e1b69687a1d4 url= /sdc/v1/artifactTypes
2021-04-22T02:21:24.663Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:21:25.703Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:21:25.704Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@406413e0
2021-04-22T02:21:25.704Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:21:25.705Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:21:25.705Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:21:25.706Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:21:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T02:22:14.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:22:14.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:22:14.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:22:14.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:22:14.656Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9819be93-dbf5-4c4f-8fb9-ec3d78d8b631 url= /sdc/v1/artifactTypes
2021-04-22T02:22:14.657Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:22:15.718Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:22:15.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f389579
2021-04-22T02:22:15.719Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:22:15.719Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:22:15.719Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:22:15.720Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:22:38.970Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-22T02:22:44.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.73.181
2021-04-22T02:23:04.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:23:04.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:23:04.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:23:04.651Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:23:04.686Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2fc0ac87-ca8b-402a-8e5d-6367692684c2 url= /sdc/v1/artifactTypes
2021-04-22T02:23:04.686Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:23:05.702Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:23:05.702Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b5d0464
2021-04-22T02:23:05.703Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:23:05.703Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:23:05.703Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:23:05.703Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:23:54.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:23:54.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:23:54.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:23:54.656Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:23:54.660Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 319d3059-6975-4891-bc0d-189f035882a2 url= /sdc/v1/artifactTypes
2021-04-22T02:23:54.660Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:23:55.722Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:23:55.723Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a66567f
2021-04-22T02:23:55.723Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:23:55.723Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:23:55.723Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:23:55.724Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:24:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:24:44.644Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:24:44.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:24:44.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:24:44.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:24:44.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4265ac6c-fcdb-4c14-9def-160c0b9bcc34 url= /sdc/v1/artifactTypes
2021-04-22T02:24:44.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:24:45.671Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-22T02:24:45.671Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e89714f
2021-04-22T02:24:45.671Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:24:45.672Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:24:45.672Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:24:45.672Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-22T02:24:45.674Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:25:29.656Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:25:34.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:25:34.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:25:34.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:25:34.650Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:25:34.655Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c5c19f57-0633-44b2-a254-9e248eb3612d url= /sdc/v1/artifactTypes
2021-04-22T02:25:34.655Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:25:35.719Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-04-22T02:25:35.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60ea27cc
2021-04-22T02:25:35.720Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:25:35.720Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:25:35.720Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:25:35.721Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-04-22T02:26:14.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T02:26:24.644Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:26:24.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:26:24.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:26:24.650Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:26:24.654Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 010ddcdf-1666-44cd-98c5-e7116839bb23 url= /sdc/v1/artifactTypes
2021-04-22T02:26:24.684Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:26:25.704Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-04-22T02:26:25.705Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39a207b6
2021-04-22T02:26:25.705Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:26:25.705Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:26:25.706Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:26:25.706Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-04-22T02:26:59.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T02:27:14.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:27:14.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:27:14.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:27:14.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:27:14.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fdeb203e-c639-4af7-ac65-9a4790cb0a53 url= /sdc/v1/artifactTypes
2021-04-22T02:27:14.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:27:15.686Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-04-22T02:27:15.688Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@34f698d0
2021-04-22T02:27:15.688Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:27:15.688Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:27:15.688Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:27:15.689Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-04-22T02:27:44.648Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T02:28:04.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:28:04.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:28:04.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:28:04.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:28:04.654Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 108d8485-3b8a-42aa-9d56-c998a157e669 url= /sdc/v1/artifactTypes
2021-04-22T02:28:04.655Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:28:05.670Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 28 common frames omitted
2021-04-22T02:28:05.671Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e575c0c
2021-04-22T02:28:05.671Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:28:05.671Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:28:05.671Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:28:05.671Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-04-22T02:28:54.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:28:54.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:28:54.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:28:54.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:28:54.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c4908bf5-6999-46d6-8ea4-fc34775703ef url= /sdc/v1/artifactTypes
2021-04-22T02:28:54.651Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:28:54.920Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-22T02:28:54.920Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4039c562
2021-04-22T02:28:54.920Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-22T02:28:54.921Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-22T02:28:54.921Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-22T02:28:54.921Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-04-22T02:29:44.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:29:44.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:29:44.643Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:29:44.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:29:44.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 63049486-85d6-47e2-a041-427c4c850d51 url= /sdc/v1/artifactTypes
2021-04-22T02:29:44.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:29:45.007Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-22T02:29:45.017Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-22T02:29:45.042Z||scheduling-1|||||DEBUG|500||create keys
2021-04-22T02:29:45.088Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-22T02:29:45.125Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:29:45.141Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2d63e855-cd18-4e36-9eaf-4674ccff60ce url= /sdc/v1/registerForDistribution
2021-04-22T02:29:45.379Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2d63e855-cd18-4e36-9eaf-4674ccff60ce url= /sdc/v1/registerForDistribution
2021-04-22T02:29:45.380Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-22T02:29:45.388Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:29:45.391Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:29:45.394Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:29:45.394Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:29:45.394Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:29:45.394Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:29:45.396Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-22T02:29:45.399Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T02:29:55.604Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:29:55.655Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:30:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:30:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:30:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:30:45.389Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:30:45.389Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:30:45.390Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:30:54.956Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:30:54.963Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:31:45.386Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:31:45.387Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:31:45.387Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:31:45.389Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:31:45.390Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:31:45.390Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:31:55.028Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:31:55.029Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:31:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:32:45.386Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:32:45.387Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:32:45.387Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:32:45.389Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:32:45.390Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:32:45.390Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:32:54.957Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:32:54.957Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:33:29.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T02:33:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:33:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:33:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:33:45.389Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:33:45.390Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:33:45.390Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:33:54.956Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:33:54.958Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:34:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:34:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:34:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:34:45.389Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:34:45.389Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:34:45.390Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:34:54.963Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:34:54.963Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:34:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T02:35:44.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T02:35:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:35:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:35:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:35:45.389Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:35:45.390Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:35:45.390Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:35:54.953Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:35:54.953Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:36:29.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.73.181
2021-04-22T02:36:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:36:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:36:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:36:45.389Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:36:45.391Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:36:45.391Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:36:54.930Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:36:54.957Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:37:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:37:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:37:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:37:45.388Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:37:45.389Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:37:45.389Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:37:45.389Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:37:55.025Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:37:55.030Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:37:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T02:38:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:38:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:38:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:38:45.389Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:38:45.390Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:38:45.390Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:38:55.022Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:38:55.024Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:39:29.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.73.181
2021-04-22T02:39:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:39:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:39:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:39:45.389Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:39:45.389Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:39:45.389Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:39:54.973Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:39:54.973Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:40:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:40:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:40:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:40:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:40:45.389Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:40:45.389Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:40:45.390Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:40:54.950Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:40:54.952Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:40:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:41:44.643Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T02:41:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:41:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:41:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:41:45.389Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:41:45.389Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:41:45.389Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:41:54.936Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:41:54.961Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:42:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T02:42:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:42:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:42:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:42:45.389Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:42:45.389Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:42:45.389Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:42:54.930Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:42:54.930Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:43:44.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:43:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:43:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:43:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:43:45.389Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:43:45.390Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:43:45.390Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:43:54.930Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:43:54.954Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:44:29.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:44:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:44:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:44:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:44:45.389Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:44:45.389Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:44:45.390Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:44:54.928Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:44:54.931Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:45:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:45:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:45:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:45:45.389Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:45:45.389Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:45:45.389Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:45:54.954Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:45:54.961Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:45:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:46:44.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T02:46:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:46:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:46:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:46:45.389Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:46:45.389Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:46:45.389Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:46:54.932Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:46:54.934Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:47:45.388Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:47:45.389Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:47:45.390Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:47:45.390Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:47:45.390Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:47:45.390Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:47:54.957Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:47:54.959Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:48:14.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T02:48:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:48:45.388Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:48:45.388Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:48:45.389Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:48:45.389Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:48:45.390Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:48:54.934Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:48:54.942Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:48:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:49:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:49:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:49:45.388Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:49:45.389Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:49:45.389Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:49:45.390Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:49:55.026Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:49:55.027Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:50:29.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:50:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:50:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:50:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:50:45.389Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:50:45.389Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:50:45.389Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:50:55.052Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:50:55.075Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:51:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:51:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:51:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:51:45.389Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:51:45.389Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:51:45.389Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:51:55.025Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:51:55.026Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:51:59.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:52:44.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T02:52:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:52:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:52:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:52:45.389Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:52:45.389Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:52:45.389Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:52:54.931Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:52:54.959Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:53:29.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.73.181
2021-04-22T02:53:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:53:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:53:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:53:45.389Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:53:45.390Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:53:45.390Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:53:54.948Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:53:54.952Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:54:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T02:54:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:54:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:54:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:54:45.389Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:54:45.389Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:54:45.389Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:54:54.955Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:54:54.955Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:55:44.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T02:55:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:55:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:55:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:55:45.389Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:55:45.390Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:55:45.390Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:55:54.927Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:55:54.952Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:56:29.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:56:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:56:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:56:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:56:45.389Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:56:45.389Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:56:45.390Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:56:54.952Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:56:54.953Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:57:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:57:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:57:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:57:45.389Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:57:45.390Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:57:45.390Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:57:54.950Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:57:54.951Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:57:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:58:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:58:45.387Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:58:45.387Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:58:45.389Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:58:45.389Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:58:45.389Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:58:54.950Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:58:54.950Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:59:45.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:59:45.387Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:59:45.387Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:59:45.389Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:59:45.389Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:59:45.390Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:59:54.951Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T02:59:54.952Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:00:14.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T03:00:45.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:00:45.387Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:00:45.387Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:00:45.389Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:00:45.390Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:00:45.390Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:00:54.951Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:00:54.952Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:00:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T03:01:44.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T03:01:45.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:01:45.387Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:01:45.388Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:01:45.389Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:01:45.390Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:01:45.390Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:01:55.020Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:01:55.024Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:02:45.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:02:45.389Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:02:45.389Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:02:45.389Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:02:45.389Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:02:45.390Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:02:55.030Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:02:55.033Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:03:45.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:03:45.387Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:03:45.387Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:03:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:03:45.389Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:03:45.390Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:03:54.950Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:03:54.950Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:03:59.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T03:04:44.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T03:04:45.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:04:45.387Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:04:45.387Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:04:45.389Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:04:45.390Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:46.035Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:04:46.036Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:04:46.037Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.037Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"824ed175-9aec-4100-82ad-761036ee9b5d","serviceName":"basic_onboard_ABUPrN","serviceVersion":"1.0","serviceUUID":"def924b7-e2ed-4853-93c1-6b75e9393b0d","serviceDescription":"service","serviceInvariantUUID":"760b5f76-64c6-4cea-a778-4f5c83669df6","resources":[{"resourceInstanceName":"basic_onboard_ABUPrN 0","resourceName":"basic_onboard_ABUPrN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6b721ed-70c9-4a67-8925-f5768d611770","resourceInvariantUUID":"e0108b39-dc45-40a5-a6aa-ed5d558f7d58","resourceCustomizationUUID":"9f652c7d-347a-46fb-9282-003f9c8db980","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml","artifactChecksum":"OWYwMDlmYmJkZjI2ZTE3Mjk1M2ZjMjAwM2Q5OWNiZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba8eaa25-334d-4c71-b838-83a1d0429bc9","artifactVersion":"1"},{"artifactName":"basic_onboard_abuprn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json","artifactChecksum":"NzY2YzU4NDJlMDdiMzY4OTgxMzc5MDhhOGMxYTQzNDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ed2a10bf-eab9-4067-a52f-aba7301995e5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"552f1791-f20c-4b1d-90ce-3dc5c4e43e90","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc5f18c6-ec6f-4dca-82db-c8e818ed318b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d3aad81-b7e3-41b0-992b-2c0291cd45b3","artifactVersion":"2","generatedFromUUID":"552f1791-f20c-4b1d-90ce-3dc5c4e43e90"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAbuprn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml","artifactChecksum":"NDFkYzlmZGRlMmQ3ODE1ZWJiN2U4ZDk0N2VmMjQ5Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eee8f228-8e0c-46a7-a564-c0f9bc97a341","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAbuprn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar","artifactChecksum":"Mjk0MjdmNmNiMWRhZmYyMjZkMThiN2YxNWNjYzgyOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92517454-1213-4233-b26d-0234e9d5a662","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-22T03:04:46.045Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.046Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "cds",
"timestamp": 1619060639302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.046Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:04:46.084Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:46.093Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:46.093Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619060685386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.097Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.097Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619060642402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "policy-id",
"timestamp": 1619060637474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "cds",
"timestamp": 1619060639302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619060642402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "policy-id",
"timestamp": 1619060637474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "cds",
"timestamp": 1619060639302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619060642402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "policy-id",
"timestamp": 1619060637474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "dcae-sch",
"timestamp": 1619060649550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "cds",
"timestamp": 1619060639302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619060642402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "policy-id",
"timestamp": 1619060637474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "dcae-sch",
"timestamp": 1619060649550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "cds",
"timestamp": 1619060639302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.102Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619060642402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.102Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.102Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.102Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "policy-id",
"timestamp": 1619060637474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.102Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "dcae-sch",
"timestamp": 1619060649550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "cds",
"timestamp": 1619060639302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619060642402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "policy-id",
"timestamp": 1619060637474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "dcae-sch",
"timestamp": 1619060649550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "cds",
"timestamp": 1619060639302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619060642402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "policy-id",
"timestamp": 1619060637474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "dcae-sch",
"timestamp": 1619060649550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "dcae-sch",
"timestamp": 1619060649550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619060655262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "dcae-sch",
"timestamp": 1619060649550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619060655262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "cds",
"timestamp": 1619060657197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "policy-id",
"timestamp": 1619060657456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619060657495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619060657247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619060655262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.108Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.108Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.108Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "cds",
"timestamp": 1619060658214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-22T03:04:46.231Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 135 ms
2021-04-22T03:04:46.235Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-22T03:04:46.235Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:46.245Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:04:46.246Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-22T03:04:46.331Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 824ed175-9aec-4100-82ad-761036ee9b5d
2021-04-22T03:04:46.357Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 824ed175-9aec-4100-82ad-761036ee9b5d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-22T03:04:46.382Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.382Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "policy-id",
"timestamp": 1619060658492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-22T03:04:46.382Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.382Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.382Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619060657247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "aai-ml",
"timestamp": 1619060658185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619060655262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619060659492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.384Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.384Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "policy-id",
"timestamp": 1619060659497,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-22T03:04:46.397Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 824ed175-9aec-4100-82ad-761036ee9b5d
2021-04-22T03:04:46.397Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 824ed175-9aec-4100-82ad-761036ee9b5d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-22T03:04:46.407Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.407Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619060657247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.408Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.408Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.408Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "aai-ml",
"timestamp": 1619060658185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.408Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.408Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.408Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619060655262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619060657247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "aai-ml",
"timestamp": 1619060658185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619060655262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619060661114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619060657247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "aai-ml",
"timestamp": 1619060658185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619060655262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619060662123,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-22T03:04:46.417Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 824ed175-9aec-4100-82ad-761036ee9b5d
2021-04-22T03:04:46.418Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 824ed175-9aec-4100-82ad-761036ee9b5d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-22T03:04:46.427Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.427Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619060657247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "aai-ml",
"timestamp": 1619060658185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619060663127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619060657247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "aai-ml",
"timestamp": 1619060658185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619060664065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "aai-ml",
"timestamp": 1619060658185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"status": "NOTIFIED"
}
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619060665586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619060665773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "aai-ml",
"timestamp": 1619060667209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619060667494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619060667577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.431Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.431Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619060668583,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-22T03:04:46.435Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 824ed175-9aec-4100-82ad-761036ee9b5d
2021-04-22T03:04:46.435Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 824ed175-9aec-4100-82ad-761036ee9b5d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-22T03:04:46.441Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.441Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619060669075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.442Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.442Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.442Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619060669588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-22T03:04:46.442Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.442Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.442Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619060671104,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-22T03:04:46.446Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 824ed175-9aec-4100-82ad-761036ee9b5d
2021-04-22T03:04:46.447Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 824ed175-9aec-4100-82ad-761036ee9b5d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-22T03:04:46.453Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.453Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619060672108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-22T03:04:46.454Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.454Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.454Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "aai-ml",
"timestamp": 1619060679787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-22T03:04:46.454Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.454Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.454Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "aai-ml",
"timestamp": 1619060680794,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-22T03:04:46.458Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 824ed175-9aec-4100-82ad-761036ee9b5d
2021-04-22T03:04:46.458Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 824ed175-9aec-4100-82ad-761036ee9b5d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-22T03:04:47.098Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:04:47.098Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:47.100Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:47.100Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619060685386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"status": "NOTIFIED"
}
2021-04-22T03:04:47.200Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:04:47.201Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-22T03:04:47.201Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:47.210Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:04:47.211Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-22T03:04:48.100Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:04:48.101Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:48.102Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:48.103Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619060685386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-22T03:04:48.203Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:04:48.204Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-22T03:04:48.204Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:48.222Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:04:48.222Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:04:49.103Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:04:49.104Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:49.106Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:49.106Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619060685386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:49.206Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:04:49.207Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-22T03:04:49.207Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:49.220Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:04:49.220Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:04:50.106Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:04:50.107Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:50.109Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:50.110Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619060685386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-22T03:04:50.210Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:04:50.210Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-22T03:04:50.211Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:50.220Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:04:50.221Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:04:51.110Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:04:51.111Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:51.113Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:51.113Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619060685386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-22T03:04:51.213Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:04:51.214Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-22T03:04:51.214Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:51.223Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:04:51.224Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:04:52.113Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:04:52.114Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:52.116Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:52.116Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619060685386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"status": "NOTIFIED"
}
2021-04-22T03:04:52.216Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:04:52.217Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-22T03:04:52.217Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:52.226Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:04:52.227Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:04:53.118Z||pool-3-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"serviceName": "basic_onboard_ABUPrN",
"serviceVersion": "1.0",
"serviceUUID": "def924b7-e2ed-4853-93c1-6b75e9393b0d",
"serviceDescription": "service",
"serviceInvariantUUID": "760b5f76-64c6-4cea-a778-4f5c83669df6",
"resources": [
{
"resourceInstanceName": "basic_onboard_ABUPrN 0",
"resourceCustomizationUUID": "9f652c7d-347a-46fb-9282-003f9c8db980",
"resourceName": "basic_onboard_ABUPrN",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d6b721ed-70c9-4a67-8925-f5768d611770",
"resourceInvariantUUID": "e0108b39-dc45-40a5-a6aa-ed5d558f7d58",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_abuprn0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"artifactChecksum": "NzY2YzU4NDJlMDdiMzY4OTgxMzc5MDhhOGMxYTQzNDc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ed2a10bf-eab9-4067-a52f-aba7301995e5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "552f1791-f20c-4b1d-90ce-3dc5c4e43e90",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0d3aad81-b7e3-41b0-992b-2c0291cd45b3",
"generatedFromUUID": "552f1791-f20c-4b1d-90ce-3dc5c4e43e90"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0d3aad81-b7e3-41b0-992b-2c0291cd45b3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAbuprn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"artifactChecksum": "Mjk0MjdmNmNiMWRhZmYyMjZkMThiN2YxNWNjYzgyOWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "92517454-1213-4233-b26d-0234e9d5a662"
}
],
"workloadContext": "Production"
}
2021-04-22T03:04:53.118Z||pool-3-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-22T03:04:53.119Z||pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 def924b7-e2ed-4853-93c1-6b75e9393b0d ASDC
2021-04-22T03:04:53.262Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:824ed175-9aec-4100-82ad-761036ee9b5d
ServiceName:basic_onboard_ABUPrN
ServiceVersion:1.0
ServiceUUID:def924b7-e2ed-4853-93c1-6b75e9393b0d
ServiceInvariantUUID:760b5f76-64c6-4cea-a778-4f5c83669df6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAbuprn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar
ArtifactUUID:92517454-1213-4233-b26d-0234e9d5a662
ArtifactChecksum:Mjk0MjdmNmNiMWRhZmYyMjZkMThiN2YxNWNjYzgyOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ABUPrN 0
ResourceCustomizationUUID:9f652c7d-347a-46fb-9282-003f9c8db980
ResourceInvariantUUID:e0108b39-dc45-40a5-a6aa-ed5d558f7d58
ResourceName:basic_onboard_ABUPrN
ResourceType:VF
ResourceUUID:d6b721ed-70c9-4a67-8925-f5768d611770
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_abuprn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json
ArtifactUUID:ed2a10bf-eab9-4067-a52f-aba7301995e5
ArtifactChecksum:NzY2YzU4NDJlMDdiMzY4OTgxMzc5MDhhOGMxYTQzNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:552f1791-f20c-4b1d-90ce-3dc5c4e43e90
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env
ArtifactUUID:0d3aad81-b7e3-41b0-992b-2c0291cd45b3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env
ArtifactUUID:0d3aad81-b7e3-41b0-992b-2c0291cd45b3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-22T03:04:53.262Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF def924b7-e2ed-4853-93c1-6b75e9393b0d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-22T03:04:53.387Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-22T03:04:53.389Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:04:53.389Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:04:53.390Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 92517454-1213-4233-b26d-0234e9d5a662 from URL: /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:53.390Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:04:53.391Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:55.803Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:04:55.813Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar 92517454-1213-4233-b26d-0234e9d5a662 70276
2021-04-22T03:04:55.813Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar ASDC sendASDCNotification
2021-04-22T03:04:55.813Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:55.814Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:04:55.815Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:55.816Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:55.816Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619060695813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:04:55.917Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-22T03:04:55.918Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-22T03:04:55.918Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:55.928Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:04:55.928Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-22T03:04:56.817Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-22T03:04:56.818Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:04:56.819Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Trying to write artifact UUID: 92517454-1213-4233-b26d-0234e9d5a662, URL: /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar to file: /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:56.819Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:56.947Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:56.947Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:57.477Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13032786961742819261/Definitions/service-BasicOnboardAbuprn-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-04-22T03:04:59.135Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-22T03:04:59.140Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-22T03:04:59.140Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.140Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-22T03:04:59.140Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ABUPrN 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.140Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.141Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.141Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.141Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.141Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.141Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.141Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.142Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ABUPrN 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.142Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.142Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-22T03:04:59.149Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-22T03:04:59.151Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:04:59.155Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is matching search criteria
2021-04-22T03:04:59.155Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-22T03:04:59.157Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ABUPrN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-22T03:04:59.160Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-22T03:04:59.160Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:04:59.160Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is matching search criteria
2021-04-22T03:04:59.161Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-22T03:04:59.161Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ABUPrN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-22T03:04:59.161Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-22T03:04:59.162Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:04:59.167Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-22T03:04:59.167Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is not matching search criteria
2021-04-22T03:04:59.167Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-22T03:04:59.168Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-22T03:04:59.168Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-22T03:04:59.169Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-22T03:04:59.169Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-22T03:04:59.169Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-22T03:04:59.169Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-22T03:04:59.171Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-22T03:04:59.171Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is matching search criteria
2021-04-22T03:04:59.171Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ABUPrN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:04:59.172Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-22T03:04:59.172Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is matching search criteria
2021-04-22T03:04:59.172Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ABUPrN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:04:59.172Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-22T03:04:59.173Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is matching search criteria
2021-04-22T03:04:59.173Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ABUPrN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:04:59.173Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-22T03:04:59.173Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is not matching search criteria
2021-04-22T03:04:59.173Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-22T03:04:59.174Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-22T03:04:59.174Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=62218e77-c84f-4b97-8ba0-224bea990d34
2021-04-22T03:04:59.174Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-22T03:04:59.174Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:04:59.175Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-22T03:04:59.175Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:04:59.175Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-22T03:04:59.175Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:04:59.175Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-22T03:04:59.184Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:04:59.184Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ABUPrN
Description:service
Model UUID:def924b7-e2ed-4853-93c1-6b75e9393b0d
Model Version:NULL
Model InvariantUuid:760b5f76-64c6-4cea-a778-4f5c83669df6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ABUPrN
Model UUID:88bf309a-7b9c-484e-a3c6-3faaa0cfb66e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e0108b39-dc45-40a5-a6aa-ed5d558f7d58
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9f652c7d-347a-46fb-9282-003f9c8db980
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0136e892-e154-4379-b6fb-e4d3f3cd4ac6
ModelName:BasicOnboardAbuprn..base_ubuntu18..module-0
ModelUuid:a6929cd1-79c8-450b-b74b-b04842c7d84a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:62218e77-c84f-4b97-8ba0-224bea990d34
ModelInvariantUuid:981e4b6a-ace3-4546-b3d4-5247eb1690b7
ModelName:basic_onboard_ABUPrN-nodes.ubuntu18Cvfc
ModelUuid:60d56682-a175-4b4e-824d-0e743fcee196
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:85e2e901-ca39-4e0c-9347-746da5ca5b71
ModelInvariantUuid:24ddde59-2658-4520-9f3e-d711b78ee13d
ModelName:BasicOnboardAbuprn.compute.nodes.heat.ubuntu18
ModelUuid:7cf4241b-bf4c-40a1-91b3-3b1de8aedff8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-22T03:04:59.201Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d6b721ed-70c9-4a67-8925-f5768d611770
2021-04-22T03:04:59.212Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-22T03:04:59.272Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||basic_onboard_ABUPrN 0
2021-04-22T03:04:59.279Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6b721ed-70c9-4a67-8925-f5768d611770
2021-04-22T03:04:59.280Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: ed2a10bf-eab9-4067-a52f-aba7301995e5 from URL: /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json
2021-04-22T03:04:59.280Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:04:59.280Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json
2021-04-22T03:05:00.184Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:05:00.185Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json ed2a10bf-eab9-4067-a52f-aba7301995e5 798
2021-04-22T03:05:00.185Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json ASDC sendASDCNotification
2021-04-22T03:05:00.185Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json
2021-04-22T03:05:00.185Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:05:00.185Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:05:00.187Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:05:00.187Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619060700185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:05:00.287Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:05:00.288Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-22T03:05:00.288Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:05:00.297Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:05:00.298Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:05:01.189Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAbuprn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0136e892-e154-4379-b6fb-e4d3f3cd4ac6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a6929cd1-79c8-450b-b74b-b04842c7d84a",
"vfModuleModelCustomizationUUID": "521c0c89-f50c-4851-ae8b-8007899a10de",
"isBase": true,
"artifacts": [
"552f1791-f20c-4b1d-90ce-3dc5c4e43e90",
"0d3aad81-b7e3-41b0-992b-2c0291cd45b3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-22T03:05:01.210Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAbuprn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6929cd1-79c8-450b-b74b-b04842c7d84a
VfModuleModelInvariantUUID:0136e892-e154-4379-b6fb-e4d3f3cd4ac6
VfModuleModelDescription:NULL
Artifacts UUID List:{
552f1791-f20c-4b1d-90ce-3dc5c4e43e90
,
0d3aad81-b7e3-41b0-992b-2c0291cd45b3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-22T03:05:01.214Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAbuprn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0136e892-e154-4379-b6fb-e4d3f3cd4ac6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a6929cd1-79c8-450b-b74b-b04842c7d84a",
"vfModuleModelCustomizationUUID": "521c0c89-f50c-4851-ae8b-8007899a10de",
"isBase": true,
"artifacts": [
"552f1791-f20c-4b1d-90ce-3dc5c4e43e90",
"0d3aad81-b7e3-41b0-992b-2c0291cd45b3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-22T03:05:01.214Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAbuprn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6929cd1-79c8-450b-b74b-b04842c7d84a
VfModuleModelInvariantUUID:0136e892-e154-4379-b6fb-e4d3f3cd4ac6
VfModuleModelDescription:NULL
Artifacts UUID List:{
552f1791-f20c-4b1d-90ce-3dc5c4e43e90
,
0d3aad81-b7e3-41b0-992b-2c0291cd45b3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-22T03:05:01.214Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 552f1791-f20c-4b1d-90ce-3dc5c4e43e90 from URL: /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml
2021-04-22T03:05:01.214Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:05:01.214Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml
2021-04-22T03:05:01.672Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:05:01.673Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml 552f1791-f20c-4b1d-90ce-3dc5c4e43e90 5033
2021-04-22T03:05:01.673Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-22T03:05:01.674Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml
2021-04-22T03:05:01.674Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:05:01.674Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:05:01.676Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:05:01.676Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619060701673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:05:01.776Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:05:01.777Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-22T03:05:01.778Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:05:01.788Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:05:01.788Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-22T03:05:02.677Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 0d3aad81-b7e3-41b0-992b-2c0291cd45b3 from URL: /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env
2021-04-22T03:05:02.678Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:05:02.678Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env
2021-04-22T03:05:03.085Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:05:03.085Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env 0d3aad81-b7e3-41b0-992b-2c0291cd45b3 909
2021-04-22T03:05:03.085Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-22T03:05:03.085Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env
2021-04-22T03:05:03.085Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:05:03.086Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:05:03.087Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:05:03.087Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619060703085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-22T03:05:03.188Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:05:03.188Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-22T03:05:03.189Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:05:03.199Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-22T03:05:03.200Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:05:04.088Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Preparing to deploy Service: def924b7-e2ed-4853-93c1-6b75e9393b0d
2021-04-22T03:05:04.089Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ABUPrN 0 d6b721ed-70c9-4a67-8925-f5768d611770 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-22T03:05:04.192Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-22T03:05:04.192Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:05:04.192Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Processing vnf with UUID: 88bf309a-7b9c-484e-a3c6-3faaa0cfb66e
2021-04-22T03:05:04.192Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Will get resource from SDC using resource id: 88bf309a-7b9c-484e-a3c6-3faaa0cfb66e
2021-04-22T03:05:04.201Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel to get resource
2021-04-22T03:05:04.232Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel
2021-04-22T03:05:04.234Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|INFO|500||Invoke
2021-04-22T03:05:04.234Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-22T03:05:04.234Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel
2021-04-22T03:05:04.234Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||Method : GET
2021-04-22T03:05:04.234Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||Headers : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"824ed175-9aec-4100-82ad-761036ee9b5d", X-RequestID:"824ed175-9aec-4100-82ad-761036ee9b5d", X-TransactionID:"824ed175-9aec-4100-82ad-761036ee9b5d", X-ECOMP-RequestID:"824ed175-9aec-4100-82ad-761036ee9b5d", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"253bf19a-858b-4d3e-87d2-d33c7b0aaaa4"]
2021-04-22T03:05:04.235Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||Request body:
2021-04-22T03:05:04.235Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||==========================request end================================================
2021-04-22T03:05:04.987Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-22T03:05:04.987Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||Status code : 200 OK
2021-04-22T03:05:04.987Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||Status text : OK
2021-04-22T03:05:04.988Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node0y3rzxjarfvrq1qx9zmlnydxrn278.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardAbuprn-csar.csar"", Content-MD5:"Y2FlY2YxNmU0ZjdhZjhjMmM5YTMyMWE2MmU2Yjk4YTQ=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"824ed175-9aec-4100-82ad-761036ee9b5d", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-22T03:05:05.094Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||Response body: PK `�R csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)� PK�R�B4 E PK `�R TOSCA-Metadata/TOSCA.metaM���0D�|E~�P�l��[�T��\)R� �H����=N��)�=D�I ��횋�S�:��x!TZa8��(1;!+2��p�o�U(ΞB+T�.��%,#�e��}��ź�)��D�.�I���X�}l�+������PK��$� � PK `�R 4 Definitions/resource-BasicOnboardAbuprn-template.yml�Ys��������;9lƐ�;s'is�:I�i_�!f���_ 0��`���9�"}������P5�i�Vdyn��Q�?N�(
-Ƿ�����r*��A4`O?0��a`A7Z,��O�r��
0tqD�� ��lN�����ɲ���@0���� t &���MM���B�2-]�\̓��N�7�(�ˏv.�h��OFh��S�3rQ`��Yk��F�#�<@�:z@��uz��ic�d#br���1��3�=�
a�?~�r�(<� �D�cZ6Ɛ<m�eT&��ٸ}�Y6�VuJ�y65@6L��d�����l�2����I6�{���Hn�eS��zQ��<��8�+��Xn���qrF@�S����"�M����ӹCzX��Gl���v;# 3r���M�k�Ŝ<[�zO��p����P��E��A�,/ޢ�
O%��t�o]E��H�?�3ӵ��ޡ i*2&�;x����F��V<]f4�����[n���4����K�M��쀪e�OH�7alG�L�ׇK���f�!�r�]�@��p��pB`�'0��9c��xk�@�m����&��Kl�8eLh�)�pe��j�a�s���2[�i-� �W��(���i�����A�5U���"�Ȳ2"*Q�$�a���Mb^�y>�G FyB��L�R�2����l�����Ұ�tڮ�`3v���{Bba�m�8�{Ac-w����%8��O�a�kh�i�ݨT���am�*�IX]����WWaY8�FjR�cn��u����C<�;S����@�"�6��_�6�'��l����Q9Ή����ЦA5�@Bf�g��θ��_��Oo�g���v&��r��~�c^����n������9b'��o�1��Ċ�+͉���b�o���xvsqu�y#
<X�
O�R0�i.�'���W�+��t�n��Az�}q��ӻ���j�� ^Dϓ�3~���i�~+�j|?�y�o^#Q�`�n�/�7_��;ǹ~��s~�h��S߯'��/���j�23O�����I�`Y/�c���������t�?M��_���6�~��+a�ZM���i6�_D>\\|��k���" k��TBg��,x{���1�B�����Y���-O��g����Th^m&}ZmӾ�5�oN���zR�O�K���h�M�]1�G�L�������d����[E���n͎��/���v���d0ؠ��i��M��
��˯�����x��l�J&��L�?��_���Ŷ�j��G���8 7���zk��f��ᎋ��8�Z�L�-9���ֻ��eBoX�0t�p��4I�T-��ؑ8�G�$�\��
!��*�g�&'�#~u ��!a`~�G�'1�!
\�NZ8��N������,������c_��(k/��
טj&r�Q�`�G�]�m��Ֆ�^�n{��BG�N�4��-��j�
f
� �� #+�#��Cy++��6��C�&A��`�cQ�`�`̋�q��j�6�Xc,I2 7Q�y� ,����#�)R��a�9�{�Cd�<��h2�,�^� Y�,�yQCPQXCs�|�n������({9TŔHg��D���p����a��:NyF:f��[Y����Y�P�^\�kۑ��Y�}9����mR}�.�����b-�WXnŘ����6
P����D��pZ�T�S͔M�d�6���T�R�L�@o��1�$�?&ɥXV9��f�ijyW1]0`j�չ�i8PW�@D�oX^K�15U�5[�J��T�U%��-��z��'��;֑C˜5=ђl���*�;'F�����,lkK/¸jZv��2yEj}�)3OBBN�.�p��A�.�j1-�?i���~,֡M6�K�QQ��W�D���N+�rv��i�CYU�4ަ�bf��J5��F�[/�8�Tt� ʓ�XV����0�i{8�a�쏤a��j��b~�����qq�����^��]EX�&��/3�6���eoO�����k�IӐ�CiR��y�C~��FĿ\}�(�ڔl�p�T e�*����J��}}(�\�d#YnTe���c�$�:���JD h��
�eGD��J���J�@$>�^q�CG�Ղ�J�@��b�R(V~ �Q��#=ip?�6���j�@��jY�(��mvt� �0{^4
���ms���z,u
{-?�-Վi��Y�Y�5�$����j�ж==�����ξh�(�O�F^-qP]�|��PT%��NZE�K5R�
Zf��᪃����`"�?�B'��A�P�BUI�:iT��MC�������B*-�Q�eE�9{������_���lw�=���T�H��{��� M���X�_��)�j�$U";��/�d�(�'!���(6DA��<���*���(]k��_I�mr���A5�I�_�Mj� \k,>B���Jm�ǡEC�Z�8�q�xWsz���J���CI���.� ��^4���$$�v�Gq\�q�!�J�����<1�}����-_5�:qvqsT�&�a�yH�q�<�X L8�"�h@�y&&�(#�
SJAL��$Ab�>�0��!�q,��+M�DE,z�!!2XN�yH�Ձ��c n�X�dz"?V���uHH[q�(�t�EN�[�&�fv�}߶�+�%�Q�j{!�Y`���A ����sO�P�Oˤ� /��j�B������l����[�s�Q�鞍���L=�=
�K�\1@��vʰ ��I�4$ILt���S��[-�2X�k��0´��������6���`A��)��u%�7مm��3�g�Ve�p��g�.$^Nn��a�V�GM��E����9�� DIN1�)�uI���/N��D�q�H?�PQ8C/�<EA P3X��h�h��1��)w �R�n"-5��=�L�+��IK���D���8�D���ɤH.d�l�\��y~r9%��Ey5`T%;J��C����
�?��uF/
$��,���jD,'HHVx���Da� M��DC0��.�e%)���5Qt�cV�D��cEY�� 66H�h��x��J�h�uŰ
5d�̳���cJ� K�tg!