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=j^0M!utVZo];TUH4H9,Cx;Bh -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-05-27T02:36:48.596Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-845d4495b5-q2c4j with PID 14 (/app/app.jar started by so in /app)
2021-05-27T02:36:48.600Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-05-27T02:36:48.601Z||main|||||INFO|500||The following profiles are active: basic
2021-05-27T02:36:53.828Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-27T02:36:53.829Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-05-27T02:36:53.946Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-27T02:36:55.589Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-27T02:36:55.713Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-27T02:36:55.831Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-27T02:36:55.835Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-27T02:36:56.980Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-05-27T02:36:57.138Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-05-27T02:36:57.142Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-05-27T02:36:57.473Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-05-27T02:36:57.953Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-05-27T02:36:59.799Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-05-27T02:37:00.033Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-05-27T02:37:02.441Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-27T02:37:02.458Z||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$$d8b0aef6.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-05-27T02:37:02.459Z||main|||||WARN|500||The sdc end point is not alive
2021-05-27T02:37:03.548Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-05-27T02:37:05.137Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-05-27T02:37:06.736Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-27T02:37:07.704Z||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-05-27T02:37:09.563Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:37:09.564Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:37:09.572Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:37:09.604Z||main|||||INFO|500||Started Application in 22.985 seconds (JVM running for 23.998)
2021-05-27T02:37:09.605Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:37:09.646Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7ac8ad2b-50fd-4c7f-900c-2eb468d5ad36 url= /sdc/v1/artifactTypes
2021-05-27T02:37:09.646Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:37:10.779Z||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.4.149] 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-05-27T02:37:10.783Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6196d891
2021-05-27T02:37:10.784Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:37:10.790Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:37:10.792Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:37:10.794Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.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-05-27T02:37:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143
2021-05-27T02:37:59.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:37:59.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:37:59.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:37:59.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:37:59.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 643b94a9-e975-4376-9566-4cfca1776364 url= /sdc/v1/artifactTypes
2021-05-27T02:37:59.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:38:00.602Z||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.4.149] 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-05-27T02:38:00.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b2fc61d
2021-05-27T02:38:00.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:38:00.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:38:00.604Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:38:00.604Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.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-05-27T02:38:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228
2021-05-27T02:38:49.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:38:49.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:38:49.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:38:49.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:38:49.574Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 34468cde-aa8f-4b0d-8cc5-623114593f2c url= /sdc/v1/artifactTypes
2021-05-27T02:38:49.574Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:38:50.618Z||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.4.149] 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-05-27T02:38:50.619Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5752ab95
2021-05-27T02:38:50.619Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:38:50.620Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:38:50.620Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:38:50.620Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at 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-05-27T02:39:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89
2021-05-27T02:39:39.563Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:39:39.567Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:39:39.568Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:39:39.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:39:39.602Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 97e0934b-10c8-476b-88b6-f535ad7d9085 url= /sdc/v1/artifactTypes
2021-05-27T02:39:39.603Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:39:40.634Z||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.4.149] 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-05-27T02:39:40.635Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71af95d5
2021-05-27T02:39:40.636Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:39:40.636Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:39:40.636Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:39:40.637Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.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-05-27T02:39:40.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228
2021-05-27T02:40:29.563Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:40:29.564Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:40:29.564Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:40:29.571Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:40:29.576Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9bdee57-5881-440f-9a1e-697762a825f5 url= /sdc/v1/artifactTypes
2021-05-27T02:40:29.576Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:40:30.620Z||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.4.149] 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-05-27T02:40:30.621Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19282729
2021-05-27T02:40:30.622Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:40:30.623Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:40:30.623Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:40:30.624Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at 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-05-27T02:41:09.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143
2021-05-27T02:41:19.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:41:19.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:41:19.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:41:19.570Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:41:19.577Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d35e3016-7be2-4115-84da-444244a0cdab url= /sdc/v1/artifactTypes
2021-05-27T02:41:19.577Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:41:20.602Z||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.4.149] 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-05-27T02:41:20.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7de5cf4b
2021-05-27T02:41:20.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:41:20.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:41:20.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:41:20.603Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.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-05-27T02:41:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89
2021-05-27T02:42:09.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:42:09.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:42:09.567Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:42:09.572Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:42:09.589Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d18c466f-10a7-4c38-a61b-bafcceedf2f6 url= /sdc/v1/artifactTypes
2021-05-27T02:42:09.591Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:42:10.617Z||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.4.149] 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-05-27T02:42:10.618Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@38ab3cb0
2021-05-27T02:42:10.619Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:42:10.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:42:10.620Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:42:10.620Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at 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-05-27T02:42:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228
2021-05-27T02:42:59.566Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:42:59.566Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:42:59.567Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:42:59.576Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:42:59.583Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 240804e6-12e5-4a99-9697-9371907aa653 url= /sdc/v1/artifactTypes
2021-05-27T02:42:59.584Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:43:00.601Z||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.4.149] 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-05-27T02:43:00.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32f28bfe
2021-05-27T02:43:00.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:43:00.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:43:00.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:43:00.604Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.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-05-27T02:43:24.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89
2021-05-27T02:43:49.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:43:49.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:43:49.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:43:49.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:43:49.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb5fdd53-7565-45bf-ad6d-e6a9f69ed644 url= /sdc/v1/artifactTypes
2021-05-27T02:43:49.572Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:43:50.619Z||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.4.149] 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-05-27T02:43:50.620Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b94d2b
2021-05-27T02:43:50.620Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:43:50.621Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:43:50.621Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:43:50.621Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at 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-05-27T02:44:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143
2021-05-27T02:44:39.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:44:39.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:44:39.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:44:39.569Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:44:39.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ddbee576-0dce-48b0-a1a9-90f640728e91 url= /sdc/v1/artifactTypes
2021-05-27T02:44:39.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:44:40.602Z||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.4.149] 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-05-27T02:44:40.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e76c520
2021-05-27T02:44:40.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:44:40.604Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:44:40.604Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:44:40.604Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.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-05-27T02:45:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228
2021-05-27T02:45:29.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:45:29.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:45:29.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:45:29.569Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:45:29.580Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c1a6231-3414-4f0b-a79b-85056bdfe636 url= /sdc/v1/artifactTypes
2021-05-27T02:45:29.580Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:45:30.617Z||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.4.149] 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-05-27T02:45:30.618Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25731fd5
2021-05-27T02:45:30.618Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:45:30.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:45:30.619Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:45:30.619Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at 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-05-27T02:46:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143
2021-05-27T02:46:19.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:46:19.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:46:19.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:46:19.588Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:46:19.591Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee1c926a-fe1b-4ae4-9da5-84815c66e497 url= /sdc/v1/artifactTypes
2021-05-27T02:46:19.591Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:46:20.633Z||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.4.149] 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-05-27T02:46:20.634Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e1d5505
2021-05-27T02:46:20.634Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:46:20.635Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:46:20.635Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:46:20.635Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at 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-05-27T02:46:54.566Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89
2021-05-27T02:47:05.436Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-27T02:47:09.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:47:09.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:47:09.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:47:09.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:47:09.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f758093a-79cd-4643-a1dd-05378adcfbf1 url= /sdc/v1/artifactTypes
2021-05-27T02:47:09.574Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:47:10.618Z||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.4.149] 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-05-27T02:47:10.619Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@688e8aac
2021-05-27T02:47:10.619Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:47:10.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:47:10.620Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:47:10.620Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at 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-05-27T02:47:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228
2021-05-27T02:47:59.563Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:47:59.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:47:59.564Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:47:59.570Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:47:59.576Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0ec44e17-6ba2-4c5d-9a05-dbaa7a768222 url= /sdc/v1/artifactTypes
2021-05-27T02:47:59.576Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:48:00.602Z||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.4.149] 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-05-27T02:48:00.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5261daf5
2021-05-27T02:48:00.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:48:00.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:48:00.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:48:00.604Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.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-05-27T02:48:49.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:48:49.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:48:49.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:48:49.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:48:49.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 387d2750-bccc-4238-936b-91e66a4f5b46 url= /sdc/v1/artifactTypes
2021-05-27T02:48:49.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:48:50.621Z||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.4.149] 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-05-27T02:48:50.622Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a86c7ed
2021-05-27T02:48:50.622Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:48:50.622Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:48:50.622Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:48:50.623Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at 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-05-27T02:49:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89
2021-05-27T02:49:39.563Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:49:39.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:49:39.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:49:39.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:49:39.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c27bca2a-e110-4010-9327-7e6eae1110a7 url= /sdc/v1/artifactTypes
2021-05-27T02:49:39.572Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:49:40.602Z||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.4.149] 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-05-27T02:49:40.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74a1d82a
2021-05-27T02:49:40.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:49:40.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:49:40.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:49:40.604Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.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-05-27T02:50:24.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228
2021-05-27T02:50:29.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:50:29.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:50:29.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:50:29.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:50:29.575Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= caa877b9-695a-4d89-b1cb-c573723785c2 url= /sdc/v1/artifactTypes
2021-05-27T02:50:29.576Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:50:30.619Z||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.4.149] 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-05-27T02:50:30.621Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75076c3e
2021-05-27T02:50:30.622Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:50:30.622Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:50:30.622Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:50:30.622Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at 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-05-27T02:51:19.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:51:19.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:51:19.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:51:19.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:51:19.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= de6299ed-db42-4234-88ef-319f5cbeaee1 url= /sdc/v1/artifactTypes
2021-05-27T02:51:19.572Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:51:20.601Z||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.4.149] 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-05-27T02:51:20.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c9f229
2021-05-27T02:51:20.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:51:20.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:51:20.602Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:51:20.603Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.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-05-27T02:51:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89
2021-05-27T02:52:09.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:52:09.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:52:09.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:52:09.569Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:52:09.574Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40e4a40b-d639-44eb-812d-c17080c1cf4b url= /sdc/v1/artifactTypes
2021-05-27T02:52:09.574Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:52:10.618Z||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.4.149] 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-05-27T02:52:10.619Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e4840aa
2021-05-27T02:52:10.619Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:52:10.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:52:10.619Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:52:10.620Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at 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-05-27T02:52:39.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143
2021-05-27T02:52:59.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:52:59.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:52:59.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:52:59.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:52:59.574Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ad0ad291-1ab1-4007-ad4a-81652a6a3534 url= /sdc/v1/artifactTypes
2021-05-27T02:52:59.574Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:53:00.601Z||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.4.149] 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-05-27T02:53:00.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d921d49
2021-05-27T02:53:00.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:53:00.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:53:00.602Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:53:00.603Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.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-05-27T02:53:49.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:53:49.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:53:49.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:53:49.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:53:49.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d45f5fdc-ac69-4eb1-a32c-9cd38897e57f url= /sdc/v1/artifactTypes
2021-05-27T02:53:49.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:53:50.585Z||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.4.149] 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-05-27T02:53:50.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4810631a
2021-05-27T02:53:50.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:53:50.586Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:53:50.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:53:50.587Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at 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-05-27T02:54:39.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:54:39.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:54:39.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:54:39.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:54:39.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 60b19538-0289-4e4c-aeed-0d885aa11fd7 url= /sdc/v1/artifactTypes
2021-05-27T02:54:39.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:54:40.602Z||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.4.149] 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-05-27T02:54:40.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ad9d6ae
2021-05-27T02:54:40.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:54:40.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:54:40.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:54:40.603Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.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-05-27T02:54:40.605Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228
2021-05-27T02:55:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143
2021-05-27T02:55:29.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:55:29.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:55:29.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:55:29.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:55:29.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1153e780-f741-4df2-b1fc-035505841817 url= /sdc/v1/artifactTypes
2021-05-27T02:55:29.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:55:30.585Z||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.4.149] 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-05-27T02:55:30.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a9644a6
2021-05-27T02:55:30.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:55:30.586Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:55:30.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:55:30.587Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at 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-05-27T02:56:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228
2021-05-27T02:56:19.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:56:19.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:56:19.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:56:19.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:56:19.569Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 31d76b9a-c288-4031-8b64-40cc03ca06f1 url= /sdc/v1/artifactTypes
2021-05-27T02:56:19.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:56:20.601Z||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.4.149] 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-05-27T02:56:20.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64645d5b
2021-05-27T02:56:20.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:56:20.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:56:20.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:56:20.604Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.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-05-27T02:56:54.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89
2021-05-27T02:57:09.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:57:09.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:57:09.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:57:09.569Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:57:09.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aa9d2d16-570f-4d59-9e50-0841a5de6ada url= /sdc/v1/artifactTypes
2021-05-27T02:57:09.574Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:57:10.586Z||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.4.149] 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-05-27T02:57:10.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b6a1e5a
2021-05-27T02:57:10.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-27T02:57:10.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-27T02:57:10.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-27T02:57:10.588Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at 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-05-27T02:57:59.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:57:59.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:57:59.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:57:59.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:57:59.569Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4a7be5e-386a-4c33-b104-345feae85a0c url= /sdc/v1/artifactTypes
2021-05-27T02:57:59.569Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:57:59.804Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-05-27T02:57:59.805Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cb77013
2021-05-27T02:57:59.805Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-05-27T02:57:59.806Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-05-27T02:57:59.806Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-05-27T02:57:59.806Z||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-05-27T02:58:24.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143
2021-05-27T02:58:49.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:58:49.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:58:49.564Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:58:49.569Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:58:49.574Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93d04ac2-624c-470f-96c0-402664ae7168 url= /sdc/v1/artifactTypes
2021-05-27T02:58:49.574Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:58:49.640Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-05-27T02:58:49.640Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16d2f978
2021-05-27T02:58:49.640Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-05-27T02:58:49.641Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-05-27T02:58:49.641Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-05-27T02:58:49.641Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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-05-27T02:59:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89
2021-05-27T02:59:39.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T02:59:39.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T02:59:39.563Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T02:59:39.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T02:59:39.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5a7994dd-5358-4e99-82f8-89b3879ab037 url= /sdc/v1/artifactTypes
2021-05-27T02:59:39.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T02:59:39.685Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-27T02:59:39.702Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-05-27T02:59:39.731Z||scheduling-1|||||DEBUG|500||create keys
2021-05-27T02:59:39.741Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-27T02:59:39.763Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T02:59:39.786Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2ec2300c-cb3a-4623-ae3b-9d8749cfef50 url= /sdc/v1/registerForDistribution
2021-05-27T02:59:39.902Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2ec2300c-cb3a-4623-ae3b-9d8749cfef50 url= /sdc/v1/registerForDistribution
2021-05-27T02:59:39.902Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-27T02:59:39.912Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T02:59:39.913Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T02:59:39.917Z||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-05-27T02:59:39.917Z||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-05-27T02:59:39.917Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T02:59:39.917Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T02:59:39.918Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-27T02:59:39.921Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143
2021-05-27T02:59:50.127Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T02:59:50.145Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:00:24.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89
2021-05-27T03:00:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:00:39.911Z||pool-3-thread-2|||||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-05-27T03:00:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:00:39.913Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:00:39.913Z||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-05-27T03:00:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:00:49.465Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:00:49.529Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:01:39.910Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:01:39.911Z||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-05-27T03:01:39.911Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:01:39.913Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:01:39.914Z||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-05-27T03:01:39.914Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:01:49.458Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:01:49.499Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:02:39.910Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:02:39.911Z||pool-3-thread-5|||||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-05-27T03:02:39.911Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:02:39.913Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:02:39.914Z||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-05-27T03:02:39.914Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:02:49.528Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:02:49.592Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:03:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228
2021-05-27T03:03:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:03:39.912Z||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-05-27T03:03:39.912Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:03:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:03:39.914Z||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-05-27T03:03:39.914Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:03:49.531Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:03:49.531Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:04:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:04:39.911Z||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-05-27T03:04:39.911Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:04:39.913Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:04:39.913Z||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-05-27T03:04:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:04:49.529Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:04:49.529Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:04:54.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143
2021-05-27T03:05:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228
2021-05-27T03:05:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:05:39.911Z||pool-3-thread-2|||||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-05-27T03:05:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:05:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:05:39.913Z||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-05-27T03:05:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:05:49.452Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:05:49.452Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:06:24.562Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89
2021-05-27T03:06:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:06:39.911Z||pool-3-thread-2|||||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-05-27T03:06:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:06:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:06:39.914Z||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-05-27T03:06:39.915Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:06:49.454Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:06:49.457Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:06:54.562Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228
2021-05-27T03:07:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:07:39.911Z||pool-3-thread-2|||||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-05-27T03:07:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:07:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:07:39.913Z||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-05-27T03:07:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:07:49.455Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:07:49.460Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:08:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:08:39.911Z||pool-3-thread-2|||||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-05-27T03:08:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:08:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:08:39.913Z||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-05-27T03:08:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:08:49.452Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:08:49.456Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:08:54.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143
2021-05-27T03:09:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228
2021-05-27T03:09:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:09:39.911Z||pool-3-thread-2|||||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-05-27T03:09:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:09:39.913Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:09:39.913Z||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-05-27T03:09:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:09:49.521Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:09:49.522Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:10:24.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89
2021-05-27T03:10:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:10:39.911Z||pool-3-thread-2|||||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-05-27T03:10:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:10:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:10:39.913Z||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-05-27T03:10:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:10:49.525Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:10:49.530Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:11:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143
2021-05-27T03:11:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:11:39.911Z||pool-3-thread-2|||||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-05-27T03:11:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:11:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:11:39.913Z||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-05-27T03:11:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:11:49.456Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:11:49.465Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:12:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:12:39.911Z||pool-3-thread-2|||||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-05-27T03:12:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:12:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:12:39.913Z||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-05-27T03:12:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:12:49.452Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:12:49.452Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:13:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89
2021-05-27T03:13:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:13:39.912Z||pool-3-thread-2|||||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-05-27T03:13:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:13:39.913Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:13:39.913Z||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-05-27T03:13:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:13:49.527Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:13:49.609Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:14:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:14:39.911Z||pool-3-thread-2|||||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-05-27T03:14:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:14:39.913Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:14:39.913Z||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-05-27T03:14:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:14:49.454Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:14:49.455Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:14:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228
2021-05-27T03:15:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:15:39.911Z||pool-3-thread-2|||||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-05-27T03:15:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:15:39.913Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:15:39.913Z||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-05-27T03:15:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:15:49.526Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:15:49.601Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:16:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143
2021-05-27T03:16:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:16:39.911Z||pool-3-thread-2|||||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-05-27T03:16:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:16:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:16:39.913Z||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-05-27T03:16:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:16:49.529Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:16:49.609Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:17:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:17:39.912Z||pool-3-thread-2|||||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-05-27T03:17:39.913Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:17:39.913Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:17:39.913Z||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-05-27T03:17:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:17:49.527Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:17:49.528Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:18:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89
2021-05-27T03:18:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:18:39.911Z||pool-3-thread-2|||||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-05-27T03:18:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:18:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:18:39.913Z||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-05-27T03:18:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:18:49.451Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:18:49.488Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:19:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228
2021-05-27T03:19:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:19:39.911Z||pool-3-thread-2|||||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-05-27T03:19:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:19:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:19:39.913Z||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-05-27T03:19:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:19:49.528Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:19:49.622Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:20:09.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143
2021-05-27T03:20:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:20:39.911Z||pool-3-thread-2|||||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-05-27T03:20:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:20:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:20:39.913Z||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-05-27T03:20:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:20:49.560Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:20:49.623Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:20:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228
2021-05-27T03:21:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89
2021-05-27T03:21:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:21:39.911Z||pool-3-thread-2|||||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-05-27T03:21:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:21:39.913Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:21:39.913Z||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-05-27T03:21:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:21:49.524Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:21:49.527Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:22:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:22:39.911Z||pool-3-thread-2|||||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-05-27T03:22:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:22:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:22:39.913Z||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-05-27T03:22:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:22:49.526Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:22:49.526Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:23:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:23:39.911Z||pool-3-thread-2|||||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-05-27T03:23:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:23:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:23:39.913Z||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-05-27T03:23:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:23:49.527Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:23:49.610Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:23:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143
2021-05-27T03:24:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:24:39.911Z||pool-3-thread-2|||||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-05-27T03:24:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:24:39.913Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:24:39.913Z||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-05-27T03:24:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:24:49.454Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:24:49.506Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:25:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:25:39.911Z||pool-3-thread-2|||||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-05-27T03:25:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:25:39.913Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:25:39.913Z||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-05-27T03:25:39.914Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:25:49.452Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:25:49.455Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:26:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228
2021-05-27T03:26:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:26:39.911Z||pool-3-thread-2|||||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-05-27T03:26:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:26:39.913Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:26:39.913Z||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-05-27T03:26:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:26:49.453Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:26:49.455Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:26:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143
2021-05-27T03:27:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89
2021-05-27T03:27:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:27:39.911Z||pool-3-thread-2|||||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-05-27T03:27:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:27:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:27:39.913Z||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-05-27T03:27:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:27:49.526Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:27:49.526Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:28:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:28:39.911Z||pool-3-thread-2|||||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-05-27T03:28:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:28:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:28:39.913Z||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-05-27T03:28:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:28:49.455Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:28:49.457Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:29:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:29:39.911Z||pool-3-thread-2|||||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-05-27T03:29:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:29:39.913Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:29:39.913Z||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-05-27T03:29:39.914Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:29:49.453Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:29:49.454Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:29:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143
2021-05-27T03:30:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228
2021-05-27T03:30:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:30:39.911Z||pool-3-thread-2|||||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-05-27T03:30:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:30:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:30:39.913Z||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-05-27T03:30:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:30:49.523Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:30:49.528Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:31:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:31:39.911Z||pool-3-thread-2|||||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-05-27T03:31:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:31:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:31:39.913Z||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-05-27T03:31:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:31:49.525Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:31:49.530Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:32:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143
2021-05-27T03:32:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:32:39.912Z||pool-3-thread-2|||||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-05-27T03:32:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:32:39.913Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:32:39.913Z||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-05-27T03:32:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:32:49.550Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:32:49.554Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:32:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228
2021-05-27T03:33:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89
2021-05-27T03:33:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:33:39.911Z||pool-3-thread-2|||||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-05-27T03:33:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:33:39.913Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:33:39.913Z||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-05-27T03:33:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:33:49.525Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:33:49.526Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:34:24.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228
2021-05-27T03:34:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:34:39.911Z||pool-3-thread-2|||||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-05-27T03:34:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:34:39.913Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:34:39.913Z||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-05-27T03:34:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:34:49.523Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:34:49.613Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:35:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143
2021-05-27T03:35:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:35:39.911Z||pool-3-thread-2|||||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-05-27T03:35:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:35:39.913Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:35:39.913Z||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-05-27T03:35:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:35:49.453Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:35:49.469Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:36:24.562Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89
2021-05-27T03:36:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:36:39.911Z||pool-3-thread-2|||||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-05-27T03:36:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:36:39.913Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:36:39.913Z||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-05-27T03:36:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:36:49.525Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:36:49.525Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:36:54.562Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228
2021-05-27T03:37:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:37:39.911Z||pool-3-thread-2|||||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-05-27T03:37:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:37:39.913Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:37:39.913Z||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-05-27T03:37:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:37:49.453Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:37:49.505Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:38:09.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143
2021-05-27T03:38:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:38:39.911Z||pool-3-thread-2|||||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-05-27T03:38:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:38:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:38:39.913Z||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-05-27T03:38:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:38:49.452Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:38:49.456Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:38:54.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89
2021-05-27T03:39:39.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228
2021-05-27T03:39:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:39:39.911Z||pool-3-thread-2|||||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-05-27T03:39:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:39:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T03:39:39.913Z||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-05-27T03:39:39.913Z||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 pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:39:40.542Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:39:40.543Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:39:40.546Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.546Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4c073902-9090-4376-9f2c-94f3a0d800cc","serviceName":"vFW 2021-05-27 03-35-48","serviceVersion":"1.0","serviceUUID":"9878881a-1a73-4edf-8ded-33853b1ff54a","serviceDescription":"catalog service description","serviceInvariantUUID":"70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec","resources":[{"resourceInstanceName":"vFW 98e029fc-1ba9 0","resourceName":"vFW 98e029fc-1ba9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"12daa4fd-5621-421b-94c4-c55b3bb0bcf2","resourceInvariantUUID":"b2a4e4a1-18e3-4f7e-aa1e-46631e6b6081","resourceCustomizationUUID":"ac8cdd86-36b1-4aa7-a5c7-93bf5d486f7f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml","artifactChecksum":"YjdhMGVlMDI5NTI2YWQ0NTM2MjhmNWFiODNhOWQ2ZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"26468df3-59da-4726-95b2-06c6e013e449","artifactVersion":"1"},{"artifactName":"vfw98e029fc1ba90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json","artifactChecksum":"OWE1NWUxOWIwMDc0OGM1YTk4MjMyNmZmYTkyZDJkZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"69ab3fe1-404a-4347-9bdf-2c669b74003d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"14da96b7-89b5-41cb-87ab-e7c75333f81d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml","artifactChecksum":"ODY3ZWY4ZDUwMjkyYTEwMDdmNzlhNmI0MTRkMjI3ZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e04d217-9829-440a-9d89-8d2318cc56a1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fc21219b-b2eb-40ff-a729-1028f5ca7017","artifactVersion":"2","generatedFromUUID":"14da96b7-89b5-41cb-87ab-e7c75333f81d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210527033548-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml","artifactChecksum":"MTZlNWVkZWJhNGVmM2YwNGFjZWZmNmYwMzQwNGFjZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"159f579c-ccdb-4494-8d46-294abe790635","artifactVersion":"1"},{"artifactName":"service-Vfw20210527033548-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar","artifactChecksum":"OWVmYzU4MzhiMTk5MjQ4MjdiM2E5ZWRmOTlhMzQ1OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"561d194b-8477-484d-b095-054cea566dd9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-27T03:39:40.550Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.550Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622086731056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.589Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T03:39:40.596Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-27T03:39:40.605Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T03:39:40.605Z||pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622086779910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.608Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.608Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.609Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "aai-ml",
"timestamp": 1622086732894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.609Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.609Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.609Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "cds",
"timestamp": 1622086731043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.609Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.609Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.609Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "policy-id",
"timestamp": 1622086736103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.609Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.609Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "aai-ml",
"timestamp": 1622086732894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.610Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622086731056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.610Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "cds",
"timestamp": 1622086731043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.610Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "policy-id",
"timestamp": 1622086736103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.610Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "dcae-sch",
"timestamp": 1622086741177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.611Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.611Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.611Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "aai-ml",
"timestamp": 1622086732894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.611Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.611Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.611Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622086731056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.611Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.611Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.611Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "cds",
"timestamp": 1622086731043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.612Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.612Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.612Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "policy-id",
"timestamp": 1622086736103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.612Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.612Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.612Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "dcae-sch",
"timestamp": 1622086741177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.612Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.612Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.612Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "aai-ml",
"timestamp": 1622086732894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.612Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.612Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.613Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622086731056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.613Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.613Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.613Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "cds",
"timestamp": 1622086731043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.613Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.614Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.614Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "policy-id",
"timestamp": 1622086736103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.614Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.614Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.614Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "dcae-sch",
"timestamp": 1622086741177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.614Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.614Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.614Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622086731056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.614Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.614Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.615Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "aai-ml",
"timestamp": 1622086732894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.615Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.615Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.615Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "cds",
"timestamp": 1622086731043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.615Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.615Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.615Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "policy-id",
"timestamp": 1622086736103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.616Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.616Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.616Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622086743713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.616Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.616Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.616Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "dcae-sch",
"timestamp": 1622086741177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.616Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.616Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.616Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "aai-ml",
"timestamp": 1622086732894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.616Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622086731056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.617Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "cds",
"timestamp": 1622086731043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.617Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "policy-id",
"timestamp": 1622086736103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.617Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622086744608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.618Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.618Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.618Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622086743713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.618Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.618Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.618Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "dcae-sch",
"timestamp": 1622086741177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.619Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.619Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.619Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622086731056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.619Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.619Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.619Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "aai-ml",
"timestamp": 1622086732894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.619Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.619Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.619Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "cds",
"timestamp": 1622086731043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.619Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "policy-id",
"timestamp": 1622086736103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.620Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622086744608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.620Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622086743713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.620Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "dcae-sch",
"timestamp": 1622086741177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.621Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622086744608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.621Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622086743713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.621Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "dcae-sch",
"timestamp": 1622086741177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.621Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622086744608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.622Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.622Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.622Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622086743713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.622Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.622Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.622Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "policy-id",
"timestamp": 1622086748896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:40.622Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.622Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.622Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622086749091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:40.622Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.623Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.623Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "aai-ml",
"timestamp": 1622086749105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:40.623Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.623Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.623Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622086744608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.623Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.623Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.623Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622086743713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.623Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.623Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "cds",
"timestamp": 1622086749307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:40.624Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "policy-id",
"timestamp": 1622086749904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T03:39:40.624Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622086744608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.624Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622086749558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.624Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622086743713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.625Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.625Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.625Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "cds",
"timestamp": 1622086750398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-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-05-27T03:39:40.705Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-05-27T03:39:40.709Z||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-05-27T03:39:40.709Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ...
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-05-27T03:39:40.719Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:39:40.720Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-27T03:39:40.834Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc
2021-05-27T03:39:40.858Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:39:40.887Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.887Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "policy-id",
"timestamp": 1622086750909,
"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-05-27T03:39:40.898Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc
2021-05-27T03:39:40.899Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:39:40.907Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.907Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622086751049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:40.907Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.907Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.907Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622086744608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.907Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.907Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.907Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622086749558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.908Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622086752296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:40.908Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622086749558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.908Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622086753296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:40.908Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622086753338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:40.909Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.909Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.909Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622086749558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.909Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.909Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.909Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622086754304,
"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-05-27T03:39:40.912Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc
2021-05-27T03:39:40.913Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:39:40.920Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.920Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622086749558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.920Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.920Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.920Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622086755312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "DEPLOY_OK"
}
2021-05-27T03:39:40.921Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.921Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.921Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622086755394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:40.921Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.921Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.921Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622086749558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.921Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.921Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.921Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622086755749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:40.921Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.922Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.922Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "clamp",
"timestamp": 1622086755201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.922Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.922Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.922Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622086749558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.922Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.922Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.922Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "clamp",
"timestamp": 1622086755201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.922Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.922Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.923Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622086757250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:40.923Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.923Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.923Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "clamp",
"timestamp": 1622086755201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.923Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.923Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.923Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622086757882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:40.923Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.923Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.923Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622086758258,
"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-05-27T03:39:40.927Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc
2021-05-27T03:39:40.927Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:39:40.931Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.931Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622086758328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:40.931Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.931Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.932Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "clamp",
"timestamp": 1622086755201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.932Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.932Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.932Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622086759265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "DEPLOY_OK"
}
2021-05-27T03:39:40.932Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.932Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.932Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "clamp",
"timestamp": 1622086755201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.932Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.932Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.932Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "clamp",
"timestamp": 1622086755201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:40.932Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.933Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.933Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "aai-ml",
"timestamp": 1622086761791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T03:39:40.933Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.933Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.933Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "clamp",
"timestamp": 1622086755201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T03:39:40.933Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T03:39:40.933Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.933Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622086762542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T03:39:40.934Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.934Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.934Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "aai-ml",
"timestamp": 1622086762798,
"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-05-27T03:39:40.937Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc
2021-05-27T03:39:40.937Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:39:40.944Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.944Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622086763125,
"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-05-27T03:39:40.948Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc
2021-05-27T03:39:40.948Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:39:40.953Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.953Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622086763546,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
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-05-27T03:39:40.956Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc
2021-05-27T03:39:40.957Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc and ComponentName SDNC
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-05-27T03:39:40.964Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.964Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622086764129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "DEPLOY_OK"
}
2021-05-27T03:39:40.964Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.964Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.964Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "clamp",
"timestamp": 1622086776693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:40.964Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.965Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.965Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "clamp",
"timestamp": 1622086777894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T03:39:40.965Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T03:39:40.965Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-05-27T03:39:40.965Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "clamp",
"timestamp": 1622086778898,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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-05-27T03:39:40.969Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc
2021-05-27T03:39:40.969Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc and ComponentName clamp
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-05-27T03:39:41.610Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T03:39:41.610Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-27T03:39:41.612Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T03:39:41.612Z||pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622086779910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "NOTIFIED"
}
2021-05-27T03:39:41.713Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-27T03:39:41.714Z||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-05-27T03:39:41.714Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:39:41.723Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:39:41.723Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-27T03:39:42.613Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T03:39:42.614Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-27T03:39:42.616Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T03:39:42.616Z||pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622086779910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-27T03:39:42.716Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T03:39:42.717Z||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-05-27T03:39:42.717Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:39:42.727Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:39:42.727Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-27T03:39:43.617Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T03:39:43.618Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-27T03:39:43.620Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T03:39:43.620Z||pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622086779910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:43.720Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T03:39:43.721Z||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-05-27T03:39:43.721Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:39:43.732Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:39:43.732Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-27T03:39:44.620Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T03:39:44.621Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-27T03:39:44.623Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T03:39:44.623Z||pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622086779910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-27T03:39:44.724Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-27T03:39:44.724Z||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-05-27T03:39:44.725Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:39:44.734Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:39:44.735Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-27T03:39:45.624Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T03:39:45.625Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-27T03:39:45.626Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T03:39:45.627Z||pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622086779910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T03:39:45.727Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T03:39:45.728Z||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-05-27T03:39:45.728Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:39:45.735Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:39:45.736Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-27T03:39:46.627Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T03:39:46.628Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-27T03:39:46.630Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T03:39:46.630Z||pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622086779910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T03:39:46.730Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T03:39:46.731Z||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-05-27T03:39:46.731Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:39:46.742Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:39:46.742Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-27T03:39:47.631Z||pool-3-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"serviceName": "vFW 2021-05-27 03-35-48",
"serviceVersion": "1.0",
"serviceUUID": "9878881a-1a73-4edf-8ded-33853b1ff54a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec",
"resources": [
{
"resourceInstanceName": "vFW 98e029fc-1ba9 0",
"resourceCustomizationUUID": "ac8cdd86-36b1-4aa7-a5c7-93bf5d486f7f",
"resourceName": "vFW 98e029fc-1ba9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "12daa4fd-5621-421b-94c4-c55b3bb0bcf2",
"resourceInvariantUUID": "b2a4e4a1-18e3-4f7e-aa1e-46631e6b6081",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw98e029fc1ba90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"artifactChecksum": "OWE1NWUxOWIwMDc0OGM1YTk4MjMyNmZmYTkyZDJkZTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "69ab3fe1-404a-4347-9bdf-2c669b74003d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "14da96b7-89b5-41cb-87ab-e7c75333f81d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fc21219b-b2eb-40ff-a729-1028f5ca7017",
"generatedFromUUID": "14da96b7-89b5-41cb-87ab-e7c75333f81d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fc21219b-b2eb-40ff-a729-1028f5ca7017",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210527033548-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"artifactChecksum": "OWVmYzU4MzhiMTk5MjQ4MjdiM2E5ZWRmOTlhMzQ1OTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "561d194b-8477-484d-b095-054cea566dd9"
}
],
"workloadContext": "Production"
}
2021-05-27T03:39:47.632Z||pool-3-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-27T03:39:47.633Z||pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9878881a-1a73-4edf-8ded-33853b1ff54a ASDC
2021-05-27T03:39:47.740Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4c073902-9090-4376-9f2c-94f3a0d800cc
ServiceName:vFW 2021-05-27 03-35-48
ServiceVersion:1.0
ServiceUUID:9878881a-1a73-4edf-8ded-33853b1ff54a
ServiceInvariantUUID:70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210527033548-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar
ArtifactUUID:561d194b-8477-484d-b095-054cea566dd9
ArtifactChecksum:OWVmYzU4MzhiMTk5MjQ4MjdiM2E5ZWRmOTlhMzQ1OTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 98e029fc-1ba9 0
ResourceCustomizationUUID:ac8cdd86-36b1-4aa7-a5c7-93bf5d486f7f
ResourceInvariantUUID:b2a4e4a1-18e3-4f7e-aa1e-46631e6b6081
ResourceName:vFW 98e029fc-1ba9
ResourceType:VF
ResourceUUID:12daa4fd-5621-421b-94c4-c55b3bb0bcf2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw98e029fc1ba90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json
ArtifactUUID:69ab3fe1-404a-4347-9bdf-2c669b74003d
ArtifactChecksum:OWE1NWUxOWIwMDc0OGM1YTk4MjMyNmZmYTkyZDJkZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml
ArtifactUUID:14da96b7-89b5-41cb-87ab-e7c75333f81d
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env
ArtifactUUID:fc21219b-b2eb-40ff-a729-1028f5ca7017
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env
ArtifactUUID:fc21219b-b2eb-40ff-a729-1028f5ca7017
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-27T03:39:47.740Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9878881a-1a73-4edf-8ded-33853b1ff54a 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-05-27T03:39:47.834Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-27T03:39:47.836Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-05-27T03:39:47.837Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-05-27T03:39:47.837Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 561d194b-8477-484d-b095-054cea566dd9 from URL: /sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:47.837Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-05-27T03:39:47.838Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:48.991Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-27T03:39:49.000Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar 561d194b-8477-484d-b095-054cea566dd9 105050
2021-05-27T03:39:49.000Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar ASDC sendASDCNotification
2021-05-27T03:39:49.000Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:49.001Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-27T03:39:49.002Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-27T03:39:49.003Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T03:39:49.003Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622086789000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:49.103Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T03:39:49.105Z||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-05-27T03:39:49.105Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:39:49.113Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:39:49.113Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-27T03:39:50.004Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-27T03:39:50.005Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-05-27T03:39:50.006Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Trying to write artifact UUID: 561d194b-8477-484d-b095-054cea566dd9, URL: /sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar to file: /app/ASDC/1/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:50.006Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210527033548-csar.csar
2021-05-27T03:39:50.162Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:50.162Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:50.988Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17140381743963558548/Definitions/service-Vfw20210527033548-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-05-27T03:39:53.170Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||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-Vfw20210527033548-csar.csar
2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||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-Vfw20210527033548-csar.csar
2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||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-Vfw20210527033548-csar.csar
2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||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-Vfw20210527033548-csar.csar
2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 98e029fc-1ba9 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 98e029fc-1ba9 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar
2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||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-Vfw20210527033548-csar.csar
2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-05-27T03:39:53.189Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:53.191Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T03:39:53.194Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria
2021-05-27T03:39:53.194Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-27T03:39:53.196Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-27T03:39:53.198Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:53.198Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T03:39:53.198Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria
2021-05-27T03:39:53.198Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-27T03:39:53.198Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-27T03:39:53.199Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:53.199Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T03:39:53.202Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:53.203Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is not matching search criteria
2021-05-27T03:39:53.203Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-27T03:39:53.203Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-27T03:39:53.203Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-27T03:39:53.203Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-27T03:39:53.203Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-27T03:39:53.203Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T03:39:53.204Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-27T03:39:53.204Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-27T03:39:53.204Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-27T03:39:53.204Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-27T03:39:53.204Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-27T03:39:53.204Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-27T03:39:53.204Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-27T03:39:53.205Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-27T03:39:53.205Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T03:39:53.205Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-27T03:39:53.205Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:53.205Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-27T03:39:53.206Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:53.206Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria
2021-05-27T03:39:53.207Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T03:39:53.207Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:53.207Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria
2021-05-27T03:39:53.207Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T03:39:53.207Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:53.208Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria
2021-05-27T03:39:53.208Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T03:39:53.208Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:53.208Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is not matching search criteria
2021-05-27T03:39:53.208Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-27T03:39:53.208Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T03:39:53.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=46320a86-9559-462b-aa46-27c9f811a124
2021-05-27T03:39:53.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:53.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is not matching search criteria
2021-05-27T03:39:53.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-27T03:39:53.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-27T03:39:53.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-27T03:39:53.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T03:39:53.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ab362de-581f-4682-8ec7-25be5bbda5e4
2021-05-27T03:39:53.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:53.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is not matching search criteria
2021-05-27T03:39:53.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-27T03:39:53.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-27T03:39:53.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-27T03:39:53.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-27T03:39:53.214Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ffd0a2be-aefa-4e3b-bb0d-533c11968054
2021-05-27T03:39:53.214Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:53.214Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T03:39:53.214Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:53.214Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T03:39:53.214Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:53.214Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T03:39:53.215Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:53.215Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T03:39:53.215Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-27 03-35-48
Description:catalog service description
Model UUID:9878881a-1a73-4edf-8ded-33853b1ff54a
Model Version:NULL
Model InvariantUuid:70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 98e029fc-1ba9
Model UUID:a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b2a4e4a1-18e3-4f7e-aa1e-46631e6b6081
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ac8cdd86-36b1-4aa7-a5c7-93bf5d486f7f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7b85ca16-8d54-4c33-a45a-64fd854cf01c
ModelName:Vfw98e029fc1ba9..base_vfw..module-0
ModelUuid:a59a540a-dc85-410c-ab52-3e8c44f1ad44
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:46320a86-9559-462b-aa46-27c9f811a124
ModelInvariantUuid:fe9c45cd-5bb7-46d4-a5c9-44e2456c0517
ModelName:vFW 98e029fc-1ba9-nodes.vfwCvfc
ModelUuid:4c0e2f82-ed44-4ca3-a917-5e5d33fb537b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a5c4d56c-b08b-433a-8ccc-1c1649101a47
ModelInvariantUuid:5e9aadbb-4c3b-4718-acb4-35bb2ce1ce36
ModelName:Vfw98e029fc1ba9.compute.nodes.heat.vfw
ModelUuid:1b59dc2a-6784-44f2-89cf-c462ea4e7122
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4ab362de-581f-4682-8ec7-25be5bbda5e4
ModelInvariantUuid:bde5bc9f-6442-4b05-a896-9ea0082f9e09
ModelName:vFW 98e029fc-1ba9-nodes.vsnCvfc
ModelUuid:4d7d897c-ca83-4b4a-a4d1-28258af4b662
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4f799d46-b4e6-4810-9378-8ed6b94be479
ModelInvariantUuid:6dcf4df5-ff57-401f-a496-8a3eb82e67e3
ModelName:Vfw98e029fc1ba9.compute.nodes.heat.vsn
ModelUuid:2317f696-7bbb-4a46-8fd1-4dd375d27565
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ffd0a2be-aefa-4e3b-bb0d-533c11968054
ModelInvariantUuid:786630c8-e64a-44d3-a7df-ee48687e4513
ModelName:vFW 98e029fc-1ba9-nodes.vpgCvfc
ModelUuid:4963a3ef-bfba-46c6-9b1c-db0ac9f04c52
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d738b93e-d557-4ee7-852c-b088ab97cdc7
ModelInvariantUuid:bc940ca6-c2b0-4b24-bf15-b202f9140d21
ModelName:Vfw98e029fc1ba9.compute.nodes.heat.vpg
ModelUuid:fcd1e076-8c8c-4a8e-a93d-4c920e32c0b4
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-05-27T03:39:53.232Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 12daa4fd-5621-421b-94c4-c55b3bb0bcf2
2021-05-27T03:39:53.245Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||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-05-27T03:39:53.305Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||vFW 98e029fc-1ba9 0
2021-05-27T03:39:53.311Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 12daa4fd-5621-421b-94c4-c55b3bb0bcf2
2021-05-27T03:39:53.311Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 69ab3fe1-404a-4347-9bdf-2c669b74003d from URL: /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json
2021-05-27T03:39:53.311Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-05-27T03:39:53.312Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json
2021-05-27T03:39:54.938Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-27T03:39:54.938Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json 69ab3fe1-404a-4347-9bdf-2c669b74003d 785
2021-05-27T03:39:54.938Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json ASDC sendASDCNotification
2021-05-27T03:39:54.939Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json
2021-05-27T03:39:54.939Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-27T03:39:54.939Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-27T03:39:54.941Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T03:39:54.941Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622086794938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:55.041Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T03:39:55.042Z||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-05-27T03:39:55.042Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:39:55.050Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:39:55.051Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-27T03:39:55.942Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw98e029fc1ba9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7b85ca16-8d54-4c33-a45a-64fd854cf01c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a59a540a-dc85-410c-ab52-3e8c44f1ad44",
"vfModuleModelCustomizationUUID": "44ef05d2-2c95-4bdb-a076-b2c7f84bb55b",
"isBase": true,
"artifacts": [
"14da96b7-89b5-41cb-87ab-e7c75333f81d",
"fc21219b-b2eb-40ff-a729-1028f5ca7017"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-27T03:39:55.963Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw98e029fc1ba9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a59a540a-dc85-410c-ab52-3e8c44f1ad44
VfModuleModelInvariantUUID:7b85ca16-8d54-4c33-a45a-64fd854cf01c
VfModuleModelDescription:NULL
Artifacts UUID List:{
14da96b7-89b5-41cb-87ab-e7c75333f81d
,
fc21219b-b2eb-40ff-a729-1028f5ca7017
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
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-05-27T03:39:55.966Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw98e029fc1ba9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7b85ca16-8d54-4c33-a45a-64fd854cf01c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a59a540a-dc85-410c-ab52-3e8c44f1ad44",
"vfModuleModelCustomizationUUID": "44ef05d2-2c95-4bdb-a076-b2c7f84bb55b",
"isBase": true,
"artifacts": [
"14da96b7-89b5-41cb-87ab-e7c75333f81d",
"fc21219b-b2eb-40ff-a729-1028f5ca7017"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-27T03:39:55.967Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw98e029fc1ba9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a59a540a-dc85-410c-ab52-3e8c44f1ad44
VfModuleModelInvariantUUID:7b85ca16-8d54-4c33-a45a-64fd854cf01c
VfModuleModelDescription:NULL
Artifacts UUID List:{
14da96b7-89b5-41cb-87ab-e7c75333f81d
,
fc21219b-b2eb-40ff-a729-1028f5ca7017
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
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-05-27T03:39:55.967Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 14da96b7-89b5-41cb-87ab-e7c75333f81d from URL: /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml
2021-05-27T03:39:55.967Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-05-27T03:39:55.967Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml
2021-05-27T03:39:57.102Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-27T03:39:57.103Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml 14da96b7-89b5-41cb-87ab-e7c75333f81d 20368
2021-05-27T03:39:57.103Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-27T03:39:57.103Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml
2021-05-27T03:39:57.103Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-27T03:39:57.103Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-27T03:39:57.105Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T03:39:57.105Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622086797103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:57.205Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-27T03:39:57.206Z||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-05-27T03:39:57.206Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:39:57.217Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:39:57.217Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-27T03:39:58.106Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: fc21219b-b2eb-40ff-a729-1028f5ca7017 from URL: /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env
2021-05-27T03:39:58.107Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-05-27T03:39:58.107Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env
2021-05-27T03:39:58.756Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-27T03:39:58.757Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env fc21219b-b2eb-40ff-a729-1028f5ca7017 2098
2021-05-27T03:39:58.757Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-27T03:39:58.757Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env
2021-05-27T03:39:58.757Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-27T03:39:58.757Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-27T03:39:58.759Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T03:39:58.759Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622086798757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-27T03:39:58.859Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T03:39:58.860Z||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-05-27T03:39:58.860Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ...
2021-05-27T03:39:58.868Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T03:39:58.869Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-27T03:39:59.760Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Preparing to deploy Service: 9878881a-1a73-4edf-8ded-33853b1ff54a
2021-05-27T03:39:59.760Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 98e029fc-1ba9 0 12daa4fd-5621-421b-94c4-c55b3bb0bcf2 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-05-27T03:39:59.802Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T03:39:59.802Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T03:39:59.803Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Processing vnf with UUID: a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd
2021-05-27T03:39:59.803Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Will get resource from SDC using resource id: a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd
2021-05-27T03:39:59.812Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel to get resource
2021-05-27T03:39:59.846Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel
2021-05-27T03:39:59.848Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|INFO|500||Invoke
2021-05-27T03:39:59.848Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||===========================request begin================================================
2021-05-27T03:39:59.848Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel
2021-05-27T03:39:59.848Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||Method : GET
2021-05-27T03:39:59.848Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/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:"4c073902-9090-4376-9f2c-94f3a0d800cc", X-RequestID:"4c073902-9090-4376-9f2c-94f3a0d800cc", X-TransactionID:"4c073902-9090-4376-9f2c-94f3a0d800cc", X-ECOMP-RequestID:"4c073902-9090-4376-9f2c-94f3a0d800cc", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"9d64bbbe-6090-42cf-9ae1-6206817f691e"]
2021-05-27T03:39:59.849Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||Request body:
2021-05-27T03:39:59.849Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||==========================request end================================================
2021-05-27T03:40:01.091Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||============================response begin==========================================
2021-05-27T03:40:01.091Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||Status code : 200 OK
2021-05-27T03:40:01.092Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||Status text : OK
2021-05-27T03:40:01.092Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node083olj7zj2veix2bkhy1o3i2288.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-Vfw98e029fc1ba9-csar.csar"", Content-MD5:"ZGI5NzhhNjhjOGZhYmIwNDkyYzQyYjY2NDM2N2RmZjk=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"4c073902-9090-4376-9f2c-94f3a0d800cc", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-05-27T03:40:01.113Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/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�9�0E�9�/�,T�]0���0�,����=.)�����dG}!A}v��Rv����4��I6
���e1��Մ,�'�T��V�Nj �'�D9��R�ϰ�n7�K��A���Ҧp�@F-S�)���X�\�ʅ��V�c�PK���� � PK ��R 1 Definitions/resource-Vfw98e029fc1ba9-template.yml�]�w�F��_�[��EHH����N�q\���5�`s"�
H��ן@0��A��s����̞��{��7C�p|�Q��q�:;�����,����
:O`�r,��i
3�����0�h�D�����kÝ ��2���vpM ,h���Ԃsw>^X�VQL��Q`Y�?��i�h.�#τ���%\A�G�#��������rǓe�����S/ 7Y����81�8�A�M�[/CŲ�
"p���������;�$�гt�֏��4K@^-�i�M\]l�.D4��'4�q���2��J�F�����i�B/��4
���{l���6���ˢ \�|��M�l�EY�>���Rœ��&^�^�������8+蒥��U���2;�m�Q� x��ݲ�]�/��� �X��u�vp�%qt3*��u��V�»U�"�'_�D�QQ�I�G�BP�;O��6�'�����\�ns����E�J]"!�-"�Z1I��.��� Ҍ�N��i��I��[vr9��F���D���x��f�.JxE &��/y#o�ިleTp�f��/G���{T� �U�-+��5gQQ��0����D0[L��d+xԓ���j�Ȗ-��
��6xTq��l��lю�̶Z�7�i�5�i�q��6�r�O�U*�[$�ꨳ��M�A/���I�*�g\���T ���a-'#k�Y��d<.�V���辪@�_�E��� ��F��Ȍ05@�����=��Acw ��0�M0�!�
=G��F!��0{(
�
�V�����EO��F V),F�FN��8qrK�=�������q��x���ݧ+����������em����kd���Mͯ��A�8@3�f ��Kы_�h\hlS�s��ٺ�Hr�u��>�ӗ�o�8?1.�n>��`�����]�� �4@�ՀpW0E]Z#V@��lǽ��x��q
='7����tq|i\���^��|1�]}��T�oQz�$̞�w�)Nw��� ��S�%x�ل������
W�����@�0Ȳk�mS$Y��F�$pwz�e��~�*/;�#��ɽd���83n��0,X�W���JC$lO��� �Kƾ��c�~�/0�z��tu�x���ʚ�
������~�*�d���9���H�5�G�g�g�i���r��[@�(K9�= /^��L �v�-�=��Ob�<���U�����>ғ�ּ�%u�lw���0 �[羠�v����%[���Q�A�p�Q�R�.�
�]F8i�Uo.�È��k�N�m�:��N'�����8^A�6g#�9�������ڎ��TQ�;R��m!1@���ߕ*�@R��4��1�*�v� 塚\g�l&�y�^B�?��#3�"P�::g4��k�@��?�H�xO���@�#�����F�Hn !�)��Z\�o���J�c�&�=�鏯��nbc �T2�^��U46 L���h��8�מ^�5�ǽZ9EW�]��r-�<��GE���W4_8����i��5\cm%���?�;#
��7�7��e�튴�E~��$����)��L�1Y�3��%"�M�X"{�����]�+HS�m�$c������n�?R���G�w����d�+�Md�f��da7F*?
��m����kg�o�h7 ����K)�J�`�*q ��:���d^��5O�o�]�b������Vm����M}��ӭ��vj��V��R�9�M?Xň��A3�u�!H^��RAk��8�3���g���B�xpB����]�f� �ׅ��?7�%lg�<<1v
�R粜�,���� BY Bqե���݃��a���ZN��k]�y:����e�˝�L��ё��'8B2���o����p�i��&Ѥb(��pU$؟��h;r����ۨ˓M�O¦DZE���@I��Do{��%*�����a��i�`&)0������;8����������7�������/_��O��u�|��g�ч�zv2��p�����/�>������_��s|s}�����o�?�7כ��^���h�{�mue��_��O^E�w9����t1{��z�= f������z����m��e2w����O�o�z�C�z}��t�}g_]^����͗���_7''g�������$��=x|g]�ڷ��_{8}���×ɇ���٫��ǧo����������͛���/��W�?���y���i���Z���l�-�̲�����������釋�ѷ����ڞ���
��ӿNfǧS��_���f�o&�7~�O�������%O=�Ћ�.}X��8�� ��H��S�F�ق4�dv��)�� 3�,Џ���Qd�"�K5���8�W��� �����h��!�h�ؿ��� ���]����o�8���&�#A�O���t��m)q&�JY��:[F$B���'�G��b/k�J���f%�X�ZH�#k9��^`N'ch��ti.��k�>��}̂��nQşY�{4f0wm�����Z�D�j ��.����x�4Cn��