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=joV;18Kb$c)*I7oB*iDwLeDI -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-04-11T03:28:28.684Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-pfdhq with PID 14 (/app/app.jar started by so in /app)
2021-04-11T03:28:28.695Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-11T03:28:28.695Z||main|||||INFO|500||The following profiles are active: basic
2021-04-11T03:28:34.099Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-11T03:28:34.099Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-11T03:28:34.225Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-11T03:28:35.966Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-11T03:28:36.092Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-11T03:28:36.211Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-11T03:28:36.217Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-11T03:28:37.463Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-04-11T03:28:37.603Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-11T03:28:37.606Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-11T03:28:37.954Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-11T03:28:38.555Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-11T03:28:41.619Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-04-11T03:28:41.844Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-11T03:28:43.085Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-11T03:28:43.103Z||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$$3252af37.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
2021-04-11T03:28:43.104Z||main|||||WARN|500||The sdc end point is not alive
2021-04-11T03:28:44.166Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-11T03:28:46.345Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-11T03:28:47.474Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-11T03:28:48.560Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-04-11T03:28:50.557Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:28:50.558Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:28:50.567Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:28:50.587Z||main|||||INFO|500||Started Application in 24.285 seconds (JVM running for 25.234)
2021-04-11T03:28:50.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:28:50.692Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d36a0a08-5bf2-47dd-8f6d-e1d4a8a3b108 url= /sdc/v1/artifactTypes
2021-04-11T03:28:50.692Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:28:51.807Z||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.19.24] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-11T03:28:51.811Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5d9e8d2c
2021-04-11T03:28:51.811Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:28:51.818Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:28:51.819Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:28:51.821Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-11T03:29:40.560Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:29:40.565Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:29:40.565Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:29:40.663Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:29:40.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd37215e-2dd3-4acb-ac4c-d7bc6be5bceb url= /sdc/v1/artifactTypes
2021-04-11T03:29:40.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:29:41.726Z||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.19.24] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-11T03:29:41.730Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@95f6923
2021-04-11T03:29:41.731Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:29:41.731Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:29:41.732Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:29:41.735Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-11T03:30:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.70.181
2021-04-11T03:30:30.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:30:30.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:30:30.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:30:30.637Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:30:30.655Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 468067fb-9a45-46df-b9f1-3c20d00ae6d9 url= /sdc/v1/artifactTypes
2021-04-11T03:30:30.655Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:30:31.680Z||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.19.24] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-11T03:30:31.680Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@175ae7fc
2021-04-11T03:30:31.680Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:30:31.682Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:30:31.682Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:30:31.735Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-11T03:30:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.67.169
2021-04-11T03:31:20.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:31:20.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:31:20.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:31:20.562Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:31:20.568Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 678ff64e-2bf7-4718-bf68-8d749ceb0219 url= /sdc/v1/artifactTypes
2021-04-11T03:31:20.568Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:31:21.664Z||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.19.24] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-11T03:31:21.665Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17d9336b
2021-04-11T03:31:21.665Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:31:21.665Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:31:21.665Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:31:21.667Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-11T03:31:21.669Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.70.181
2021-04-11T03:32:10.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:32:10.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:32:10.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:32:10.583Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:32:10.588Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6b2698f7-9635-4060-b083-f49a9e56f5d1 url= /sdc/v1/artifactTypes
2021-04-11T03:32:10.589Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:32:11.678Z||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.19.24] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-11T03:32:11.679Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@28999931
2021-04-11T03:32:11.679Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:32:11.679Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:32:11.680Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:32:11.680Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-11T03:33:00.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:33:00.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:33:00.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:33:00.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:33:00.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 776c2407-50fc-4375-a040-1ba57ceb01eb url= /sdc/v1/artifactTypes
2021-04-11T03:33:00.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:33:01.598Z||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.19.24] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-11T03:33:01.598Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ce17fb8
2021-04-11T03:33:01.599Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:33:01.599Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:33:01.599Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:33:01.600Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-11T03:33:35.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.67.169
2021-04-11T03:33:50.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:33:50.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:33:50.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:33:50.576Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:33:50.639Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 47db06e5-9f3d-4d6c-8706-21d65f4d94ca url= /sdc/v1/artifactTypes
2021-04-11T03:33:50.640Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:33:51.678Z||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.19.24] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-11T03:33:51.678Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3cdbe9f
2021-04-11T03:33:51.679Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:33:51.679Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:33:51.679Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:33:51.679Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-11T03:34:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:34:40.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:34:40.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:34:40.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:34:40.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:34:40.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 782e51a9-f49f-4f9d-95eb-4c7059569bb8 url= /sdc/v1/artifactTypes
2021-04-11T03:34:40.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:34:41.597Z||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.19.24] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-11T03:34:41.598Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c5a9e5f
2021-04-11T03:34:41.598Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:34:41.599Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:34:41.599Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:34:41.599Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-11T03:35:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T03:35:30.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:35:30.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:35:30.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:35:30.639Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:35:30.644Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c4d668a4-ac93-419c-802a-758b90522042 url= /sdc/v1/artifactTypes
2021-04-11T03:35:30.645Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:35:31.678Z||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.19.24] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-11T03:35:31.680Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15d220cc
2021-04-11T03:35:31.681Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:35:31.681Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:35:31.682Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:35:31.682Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-11T03:36:20.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:36:20.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:36:20.557Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:36:20.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:36:20.639Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70461596-8062-42b0-afd4-09d03b340015 url= /sdc/v1/artifactTypes
2021-04-11T03:36:20.640Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:36:21.665Z||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.19.24] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-11T03:36:21.666Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e4b609c
2021-04-11T03:36:21.667Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:36:21.667Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:36:21.667Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:36:21.668Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-11T03:36:21.670Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.67.169
2021-04-11T03:37:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:37:10.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:37:10.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:37:10.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:37:10.638Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:37:10.656Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ed5531c8-eff3-4f83-9b78-c4bf0362d763 url= /sdc/v1/artifactTypes
2021-04-11T03:37:10.657Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:37:11.678Z||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.19.24] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-11T03:37:11.679Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@545e1c14
2021-04-11T03:37:11.680Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:37:11.680Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:37:11.680Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:37:11.681Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-11T03:37:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T03:38:00.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:38:00.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:38:00.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:38:00.563Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:38:00.574Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e59b3903-3ba3-4d55-a158-e457e5be0cfa url= /sdc/v1/artifactTypes
2021-04-11T03:38:00.575Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:38:01.608Z||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.19.24] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-11T03:38:01.610Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7de260d0
2021-04-11T03:38:01.610Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:38:01.610Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:38:01.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:38:01.611Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-11T03:38:35.558Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.76.108
2021-04-11T03:38:47.075Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-11T03:38:50.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:38:50.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:38:50.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:38:50.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:38:50.565Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 129171cc-69c2-4831-be5d-cf16397ea58d url= /sdc/v1/artifactTypes
2021-04-11T03:38:50.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:38:51.582Z||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.19.24] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-11T03:38:51.583Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46fa002f
2021-04-11T03:38:51.583Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:38:51.583Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:38:51.584Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:38:51.584Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-11T03:39:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T03:39:40.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:39:40.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:39:40.557Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:39:40.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:39:40.577Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e540f298-f5a2-4467-8468-2b4653953a45 url= /sdc/v1/artifactTypes
2021-04-11T03:39:40.577Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:39:41.663Z||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.19.24] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-11T03:39:41.664Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c8ccc6e
2021-04-11T03:39:41.664Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:39:41.664Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:39:41.665Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:39:41.665Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-11T03:40:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.70.181
2021-04-11T03:40:30.559Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:40:30.568Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:40:30.569Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:40:30.637Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:40:30.643Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 31e13dff-66ff-4c50-82bf-3a99a2cb46c1 url= /sdc/v1/artifactTypes
2021-04-11T03:40:30.643Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:40:31.678Z||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.19.24] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-11T03:40:31.681Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2209703e
2021-04-11T03:40:31.681Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-11T03:40:31.681Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-11T03:40:31.681Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-11T03:40:31.682Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-11T03:41:20.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:41:20.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:41:20.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:41:20.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:41:20.565Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 458b4613-e657-4769-8646-2bf7a1d2472e url= /sdc/v1/artifactTypes
2021-04-11T03:41:20.565Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:41:20.894Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-11T03:41:20.895Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3110a90d
2021-04-11T03:41:20.895Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-11T03:41:20.896Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-11T03:41:20.896Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-11T03:41:20.896Z||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 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: 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)
... 12 common frames omitted
2021-04-11T03:41:20.899Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.76.108
2021-04-11T03:42:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T03:42:10.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:42:10.556Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:42:10.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:42:10.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:42:10.634Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b0dd20e0-347e-408d-aee3-79802afce859 url= /sdc/v1/artifactTypes
2021-04-11T03:42:10.635Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:42:10.732Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-11T03:42:10.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ab6c83c
2021-04-11T03:42:10.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-11T03:42:10.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-11T03:42:10.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-11T03:42:10.733Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-04-11T03:42:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.67.169
2021-04-11T03:43:00.555Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-11T03:43:00.555Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-11T03:43:00.555Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-11T03:43:00.560Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-11T03:43:00.564Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5772d521-d942-4358-8ed1-a966b2b8c467 url= /sdc/v1/artifactTypes
2021-04-11T03:43:00.564Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-11T03:43:00.770Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-11T03:43:00.782Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-11T03:43:00.806Z||scheduling-1|||||DEBUG|500||create keys
2021-04-11T03:43:00.813Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-11T03:43:00.909Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:43:00.923Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 70e183b2-070c-4145-a50a-d96bb514e0b6 url= /sdc/v1/registerForDistribution
2021-04-11T03:43:01.062Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 70e183b2-070c-4145-a50a-d96bb514e0b6 url= /sdc/v1/registerForDistribution
2021-04-11T03:43:01.062Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-11T03:43:01.071Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:43:01.072Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:43:01.076Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:43:01.076Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:43:01.077Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:43:01.077Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:43:01.078Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-11T03:43:11.307Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:43:11.309Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:43:35.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:44:01.069Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:44:01.070Z||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-04-11T03:44:01.070Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:44:01.071Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:44:01.072Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:44:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:44:10.621Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:44:10.633Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:44:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T03:45:01.069Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:45:01.070Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:45:01.070Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:45:01.071Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:45:01.072Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:45:01.135Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:45:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:45:10.734Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:45:10.735Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:46:01.069Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:46:01.070Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:46:01.070Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:46:01.072Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:46:01.072Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:46:01.073Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:46:10.621Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:46:10.622Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:46:35.558Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T03:47:01.069Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:47:01.070Z||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-04-11T03:47:01.070Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:47:01.072Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:47:01.072Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:47:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:47:10.680Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:47:10.680Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:48:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:48:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:48:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:48:01.071Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:48:01.072Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:48:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:48:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.76.108
2021-04-11T03:48:10.676Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:48:10.732Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:49:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:49:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:49:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:49:01.071Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:49:01.072Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:49:01.073Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:49:10.677Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:49:10.683Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:49:35.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T03:50:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:50:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:50:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:50:01.071Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:50:01.072Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:50:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:50:10.631Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:50:10.631Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:50:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:51:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:51:01.071Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:51:01.071Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:51:01.071Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:51:01.072Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:51:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:51:10.673Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:51:10.742Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:51:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T03:52:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:52:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:52:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:52:01.071Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:52:01.072Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:52:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:52:10.632Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:52:10.633Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:52:35.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.76.108
2021-04-11T03:53:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:53:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:53:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:53:01.071Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:53:01.072Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:53:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:53:10.736Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:53:10.737Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:53:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T03:54:01.083Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:54:01.084Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:54:01.084Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:54:01.085Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:54:01.087Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:54:01.088Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:54:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:54:10.633Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:54:10.634Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:54:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T03:55:01.069Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:55:01.070Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:55:01.070Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:55:01.071Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:55:01.072Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:55:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:55:10.617Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:55:10.617Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:55:35.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:56:01.069Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:56:01.070Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:56:01.070Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:56:01.071Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:56:01.072Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:56:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:56:10.612Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:56:10.612Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:56:20.559Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T03:57:01.069Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:57:01.070Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:57:01.071Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:57:01.071Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:57:01.072Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:57:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:57:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:57:10.675Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:57:10.731Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:57:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T03:58:01.069Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:58:01.070Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:58:01.070Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:58:01.071Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:58:01.072Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:58:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:58:10.734Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:58:10.734Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:58:35.555Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T03:59:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:59:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:59:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T03:59:01.072Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T03:59:01.072Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T03:59:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T03:59:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T03:59:10.612Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:59:10.615Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T03:59:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.76.108
2021-04-11T04:00:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:00:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:00:01.071Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:00:01.071Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:00:01.072Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:00:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:00:10.729Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:00:10.733Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:00:35.559Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T04:01:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:01:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:01:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:01:01.071Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:01:01.072Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:01:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:01:10.612Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:01:10.630Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:01:20.558Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T04:02:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:02:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:02:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:02:01.071Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:02:01.072Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:02:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:02:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T04:02:10.610Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:02:10.639Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:02:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T04:03:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:03:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:03:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:03:01.071Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:03:01.072Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:03:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:03:10.610Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:03:10.731Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:04:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:04:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:04:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:04:01.071Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:04:01.072Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:04:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:04:10.629Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:04:10.631Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:05:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:05:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:05:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:05:01.071Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:05:01.072Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:05:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:05:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T04:05:10.615Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:05:10.616Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:05:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T04:06:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:06:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:06:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:06:01.071Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:06:01.072Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:06:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:06:10.609Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:06:10.611Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:07:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:07:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:07:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:07:01.071Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:07:01.072Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:07:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:07:10.672Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:07:10.673Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:07:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.67.169
2021-04-11T04:08:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:08:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:08:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:08:01.071Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:08:01.072Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:08:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:08:05.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.76.108
2021-04-11T04:08:10.612Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:08:10.613Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:08:50.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.108 to 10.233.70.181
2021-04-11T04:09:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:09:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:09:01.071Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:09:01.071Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:09:01.072Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:09:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:09:10.611Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:09:10.612Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:09:35.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.181 to 10.233.67.169
2021-04-11T04:10:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:10:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:10:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:10:01.071Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:10:01.072Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:10:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:10:10.612Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:10:10.630Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:11:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:11:01.071Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:11:01.071Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:11:01.071Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:11:01.072Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:11:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:11:10.675Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:11:10.675Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:12:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:12:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:12:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:12:01.071Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:12:01.072Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:12:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:12:10.608Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:12:10.609Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:13:01.069Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:13:01.070Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:13:01.070Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:13:01.072Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:13:01.072Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:13:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:13:10.630Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:13:10.676Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:13:20.557Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.169 to 10.233.70.181
2021-04-11T04:14:01.069Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:14:01.070Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:14:01.070Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:01.071Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-11T04:14:01.072Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-11T04:14:01.072Z||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 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:05.731Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:14:05.733Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-11T04:14:05.733Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"61cb8dbb-d2ff-4399-91b9-7d28eb89c45a","serviceName":"basic_onboard_FnmeKw","serviceVersion":"1.0","serviceUUID":"6b2d2d8d-4361-467a-b64c-6b06414af399","serviceDescription":"service","serviceInvariantUUID":"b12b4212-19f4-4826-a1b6-e22cda74b469","resources":[{"resourceInstanceName":"basic_onboard_FnmeKw 0","resourceName":"basic_onboard_FnmeKw","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"981838d4-1069-495f-89db-2b86fb946b36","resourceInvariantUUID":"9a91ef56-46b6-4812-a90e-56127af9321b","resourceCustomizationUUID":"b78140e1-3459-4384-b411-8b9f6ab7d386","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml","artifactChecksum":"N2I2M2EzZWJkZWU5Y2MxOTA5ZDNjNjU1Yzg3NWYxM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08db74a7-f36f-4249-900e-5f98d54b89fc","artifactVersion":"1"},{"artifactName":"basic_onboard_fnmekw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json","artifactChecksum":"MmY3N2UzZjg1ZTU0MTM1Yjk4NjRhZmJiZTMyYWY5YTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03721aae-1213-436f-92c6-3958b0c67f5d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2a6bf6ee-8215-48ab-84da-43dae6548273","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"efdbb892-594d-47c4-8b56-926eb9adbe67","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"26b1b226-bf69-4e28-825a-1f19d8a21b51","artifactVersion":"2","generatedFromUUID":"2a6bf6ee-8215-48ab-84da-43dae6548273"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFnmekw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-template.yml","artifactChecksum":"OTU5ZjFiYzQ2ZWE1MmNkNTAzZjZlMmM0YmRmNWZhNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e660ba4-f5d5-4638-b7ed-dd80c3acd5fb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFnmekw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar","artifactChecksum":"NmI3ZTNmNzYxZmU3NzkwZjhlZjMxNDZjYmE5OWI3ZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8418974-ba4a-4239-a70a-b001e94b4cbe","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-11T04:14:05.739Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:14:05.745Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:05.752Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:05.752Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618114441069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-11T04:14:05.853Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-04-11T04:14:05.857Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:05.857Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:05.871Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:14:05.871Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":4,"count":1}
2021-04-11T04:14:06.007Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:14:06.008Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:14:06.008Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618114439875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-11T04:14:06.025Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-11T04:14:06.025Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:14:06.025Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618114441069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-11T04:14:06.025Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-11T04:14:06.026Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-11T04:14:06.026Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
"consumerID": "dcae-sch",
"timestamp": 1618114442109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-11T04:14:06.026Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-11T04:14:06.757Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:14:06.758Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:06.759Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:06.759Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618114441069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
"status": "NOTIFIED"
}
2021-04-11T04:14:06.859Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:06.860Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:06.860Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:06.872Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:14:06.873Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:14:07.760Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:14:07.760Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:07.762Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:07.762Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618114441069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-11T04:14:07.862Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:07.863Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:07.863Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:07.905Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:14:07.905Z||pool-6-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:08.763Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:14:08.763Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:08.765Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:08.765Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618114441069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-11T04:14:08.865Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:08.867Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:08.867Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:08.877Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:14:08.878Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:14:09.766Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:14:09.766Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:09.768Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:09.768Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618114441069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-11T04:14:09.868Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:09.869Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:09.869Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:09.880Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:14:09.881Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:10.769Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:14:10.769Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:10.771Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:10.771Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618114441069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-11T04:14:10.871Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:10.872Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:10.872Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:10.902Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:14:10.903Z||pool-9-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:11.771Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-11T04:14:11.772Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:11.774Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:11.774Z||pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618114441069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
"status": "NOTIFIED"
}
2021-04-11T04:14:11.874Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:11.875Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:11.875Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:11.904Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:14:11.905Z||pool-10-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:12.776Z||pool-3-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
"serviceName": "basic_onboard_FnmeKw",
"serviceVersion": "1.0",
"serviceUUID": "6b2d2d8d-4361-467a-b64c-6b06414af399",
"serviceDescription": "service",
"serviceInvariantUUID": "b12b4212-19f4-4826-a1b6-e22cda74b469",
"resources": [
{
"resourceInstanceName": "basic_onboard_FnmeKw 0",
"resourceCustomizationUUID": "b78140e1-3459-4384-b411-8b9f6ab7d386",
"resourceName": "basic_onboard_FnmeKw",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "981838d4-1069-495f-89db-2b86fb946b36",
"resourceInvariantUUID": "9a91ef56-46b6-4812-a90e-56127af9321b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_fnmekw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
"artifactChecksum": "MmY3N2UzZjg1ZTU0MTM1Yjk4NjRhZmJiZTMyYWY5YTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "03721aae-1213-436f-92c6-3958b0c67f5d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2a6bf6ee-8215-48ab-84da-43dae6548273",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "26b1b226-bf69-4e28-825a-1f19d8a21b51",
"generatedFromUUID": "2a6bf6ee-8215-48ab-84da-43dae6548273"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "26b1b226-bf69-4e28-825a-1f19d8a21b51",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardFnmekw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
"artifactChecksum": "NmI3ZTNmNzYxZmU3NzkwZjhlZjMxNDZjYmE5OWI3ZjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e8418974-ba4a-4239-a70a-b001e94b4cbe"
}
],
"workloadContext": "Production"
}
2021-04-11T04:14:12.777Z||pool-3-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-11T04:14:12.777Z||pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b2d2d8d-4361-467a-b64c-6b06414af399 ASDC
2021-04-11T04:14:13.052Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:61cb8dbb-d2ff-4399-91b9-7d28eb89c45a
ServiceName:basic_onboard_FnmeKw
ServiceVersion:1.0
ServiceUUID:6b2d2d8d-4361-467a-b64c-6b06414af399
ServiceInvariantUUID:b12b4212-19f4-4826-a1b6-e22cda74b469
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFnmekw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar
ArtifactUUID:e8418974-ba4a-4239-a70a-b001e94b4cbe
ArtifactChecksum:NmI3ZTNmNzYxZmU3NzkwZjhlZjMxNDZjYmE5OWI3ZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FnmeKw 0
ResourceCustomizationUUID:b78140e1-3459-4384-b411-8b9f6ab7d386
ResourceInvariantUUID:9a91ef56-46b6-4812-a90e-56127af9321b
ResourceName:basic_onboard_FnmeKw
ResourceType:VF
ResourceUUID:981838d4-1069-495f-89db-2b86fb946b36
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fnmekw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json
ArtifactUUID:03721aae-1213-436f-92c6-3958b0c67f5d
ArtifactChecksum:MmY3N2UzZjg1ZTU0MTM1Yjk4NjRhZmJiZTMyYWY5YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2a6bf6ee-8215-48ab-84da-43dae6548273
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env
ArtifactUUID:26b1b226-bf69-4e28-825a-1f19d8a21b51
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env
ArtifactUUID:26b1b226-bf69-4e28-825a-1f19d8a21b51
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-11T04:14:13.052Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b2d2d8d-4361-467a-b64c-6b06414af399 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-11T04:14:13.394Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:14:13.407Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-11T04:14:13.407Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-11T04:14:13.407Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: e8418974-ba4a-4239-a70a-b001e94b4cbe from URL: /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:13.408Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-11T04:14:13.409Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:14.188Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-11T04:14:14.198Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar e8418974-ba4a-4239-a70a-b001e94b4cbe 70274
2021-04-11T04:14:14.204Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar ASDC sendASDCNotification
2021-04-11T04:14:14.205Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:14.205Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:14:14.206Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:14.208Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:14.208Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618114454199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-11T04:14:14.308Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:14.310Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:14.310Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:14.319Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:14:14.319Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:15.209Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-11T04:14:15.210Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-11T04:14:15.211Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Trying to write artifact UUID: e8418974-ba4a-4239-a70a-b001e94b4cbe, URL: /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/artifacts/service-BasicOnboardFnmekw-csar.csar to file: /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:15.211Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:15.329Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:15.330Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:15.809Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15559253360732643515/Definitions/service-BasicOnboardFnmekw-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-04-11T04:14:17.949Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-11T04:14:17.953Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-11T04:14:17.953Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.953Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-11T04:14:17.953Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FnmeKw 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FnmeKw 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardFnmekw-csar.csar
2021-04-11T04:14:17.954Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-11T04:14:17.960Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-11T04:14:17.962Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:17.964Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is matching search criteria
2021-04-11T04:14:17.964Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-11T04:14:17.966Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FnmeKw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:14:17.967Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-11T04:14:17.967Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:17.967Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is matching search criteria
2021-04-11T04:14:17.968Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-11T04:14:17.968Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FnmeKw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-11T04:14:17.968Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-11T04:14:17.968Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:17.971Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-11T04:14:17.971Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is not matching search criteria
2021-04-11T04:14:17.971Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-11T04:14:17.971Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-11T04:14:17.971Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-11T04:14:17.972Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-11T04:14:17.972Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-11T04:14:17.972Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-11T04:14:17.972Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-11T04:14:17.973Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-11T04:14:17.973Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is matching search criteria
2021-04-11T04:14:17.973Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FnmeKw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:14:17.973Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-11T04:14:17.973Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is matching search criteria
2021-04-11T04:14:17.974Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FnmeKw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:14:17.974Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-11T04:14:17.974Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is matching search criteria
2021-04-11T04:14:17.974Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FnmeKw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-11T04:14:17.974Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-11T04:14:17.974Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_FnmeKw 0 is not matching search criteria
2021-04-11T04:14:17.974Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-11T04:14:17.975Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-11T04:14:17.975Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=39916299-4702-464a-8819-7126d9afb9ad
2021-04-11T04:14:17.975Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-11T04:14:17.975Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:17.975Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-11T04:14:17.975Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:17.975Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-11T04:14:17.976Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:17.976Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-11T04:14:17.976Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:17.976Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_FnmeKw
Description:service
Model UUID:6b2d2d8d-4361-467a-b64c-6b06414af399
Model Version:NULL
Model InvariantUuid:b12b4212-19f4-4826-a1b6-e22cda74b469
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_FnmeKw
Model UUID:679be06b-7d6a-4ed0-88ed-44b30ce49b3f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9a91ef56-46b6-4812-a90e-56127af9321b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b78140e1-3459-4384-b411-8b9f6ab7d386
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:defd55f1-ebb0-4474-8751-7e662360c0bb
ModelName:BasicOnboardFnmekw..base_ubuntu18..module-0
ModelUuid:0fa4d592-c2ac-46cd-ade4-20b3d872baf5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:39916299-4702-464a-8819-7126d9afb9ad
ModelInvariantUuid:739a340c-3f87-4cde-b588-597f6318b54f
ModelName:basic_onboard_FnmeKw-nodes.ubuntu18Cvfc
ModelUuid:4a4f28f8-fa97-4655-900e-e114eff9ad75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ba2b91b3-4e4c-465c-b23e-105e68f2290b
ModelInvariantUuid:9827aba9-1877-4d2a-8833-e70cec0d9046
ModelName:BasicOnboardFnmekw.compute.nodes.heat.ubuntu18
ModelUuid:b941df1b-6d8b-4873-8873-61bf91b5cc42
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-11T04:14:18.022Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 981838d4-1069-495f-89db-2b86fb946b36
2021-04-11T04:14:18.033Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:14:18.104Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||basic_onboard_FnmeKw 0
2021-04-11T04:14:18.111Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 981838d4-1069-495f-89db-2b86fb946b36
2021-04-11T04:14:18.111Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 03721aae-1213-436f-92c6-3958b0c67f5d from URL: /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json
2021-04-11T04:14:18.111Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-11T04:14:18.111Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json
2021-04-11T04:14:18.791Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-11T04:14:18.791Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json 03721aae-1213-436f-92c6-3958b0c67f5d 798
2021-04-11T04:14:18.791Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json ASDC sendASDCNotification
2021-04-11T04:14:18.791Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json
2021-04-11T04:14:18.791Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:14:18.792Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:18.793Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:18.794Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618114458791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/basic_onboard_fnmekw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-11T04:14:18.894Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:18.895Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:18.895Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:18.905Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:14:18.905Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:19.797Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFnmekw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "defd55f1-ebb0-4474-8751-7e662360c0bb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0fa4d592-c2ac-46cd-ade4-20b3d872baf5",
"vfModuleModelCustomizationUUID": "c59f0269-e5fb-4136-8b5a-b2a9e25afe43",
"isBase": true,
"artifacts": [
"2a6bf6ee-8215-48ab-84da-43dae6548273",
"26b1b226-bf69-4e28-825a-1f19d8a21b51"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-11T04:14:19.817Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFnmekw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0fa4d592-c2ac-46cd-ade4-20b3d872baf5
VfModuleModelInvariantUUID:defd55f1-ebb0-4474-8751-7e662360c0bb
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a6bf6ee-8215-48ab-84da-43dae6548273
,
26b1b226-bf69-4e28-825a-1f19d8a21b51
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-11T04:14:19.821Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFnmekw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "defd55f1-ebb0-4474-8751-7e662360c0bb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0fa4d592-c2ac-46cd-ade4-20b3d872baf5",
"vfModuleModelCustomizationUUID": "c59f0269-e5fb-4136-8b5a-b2a9e25afe43",
"isBase": true,
"artifacts": [
"2a6bf6ee-8215-48ab-84da-43dae6548273",
"26b1b226-bf69-4e28-825a-1f19d8a21b51"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-11T04:14:19.821Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFnmekw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0fa4d592-c2ac-46cd-ade4-20b3d872baf5
VfModuleModelInvariantUUID:defd55f1-ebb0-4474-8751-7e662360c0bb
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a6bf6ee-8215-48ab-84da-43dae6548273
,
26b1b226-bf69-4e28-825a-1f19d8a21b51
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-11T04:14:19.821Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a6bf6ee-8215-48ab-84da-43dae6548273 from URL: /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml
2021-04-11T04:14:19.821Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-11T04:14:19.822Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml
2021-04-11T04:14:20.597Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-11T04:14:20.598Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml 2a6bf6ee-8215-48ab-84da-43dae6548273 5033
2021-04-11T04:14:20.598Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-11T04:14:20.598Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml
2021-04-11T04:14:20.598Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:14:20.598Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:20.600Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:20.600Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618114460598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-11T04:14:20.700Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:20.701Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:20.701Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:20.712Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:14:20.713Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-11T04:14:21.600Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 26b1b226-bf69-4e28-825a-1f19d8a21b51 from URL: /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env
2021-04-11T04:14:21.601Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-11T04:14:21.601Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env
2021-04-11T04:14:22.263Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-11T04:14:22.264Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env 26b1b226-bf69-4e28-825a-1f19d8a21b51 909
2021-04-11T04:14:22.264Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-11T04:14:22.264Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env
2021-04-11T04:14:22.264Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-11T04:14:22.264Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-11T04:14:22.266Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-11T04:14:22.266Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||try to send status {
"distributionID": "61cb8dbb-d2ff-4399-91b9-7d28eb89c45a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618114462264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFnmekw/1.0/resourceInstances/basic_onboard_fnmekw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-11T04:14:22.366Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-11T04:14:22.367Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-11T04:14:22.367Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4gSYOdftfFd5iJF4) ...
2021-04-11T04:14:22.375Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-11T04:14:22.376Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-11T04:14:23.266Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Preparing to deploy Service: 6b2d2d8d-4361-467a-b64c-6b06414af399
2021-04-11T04:14:23.267Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_FnmeKw 0 981838d4-1069-495f-89db-2b86fb946b36 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-11T04:14:23.367Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-11T04:14:23.367Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_FnmeKw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-11T04:14:23.367Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Processing vnf with UUID: 679be06b-7d6a-4ed0-88ed-44b30ce49b3f
2021-04-11T04:14:23.368Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||Will get resource from SDC using resource id: 679be06b-7d6a-4ed0-88ed-44b30ce49b3f
2021-04-11T04:14:23.386Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel to get resource
2021-04-11T04:14:23.419Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel
2021-04-11T04:14:23.422Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|INFO|500||Invoke
2021-04-11T04:14:23.422Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-11T04:14:23.422Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel
2021-04-11T04:14:23.422Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||Method : GET
2021-04-11T04:14:23.423Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/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:"61cb8dbb-d2ff-4399-91b9-7d28eb89c45a", X-RequestID:"61cb8dbb-d2ff-4399-91b9-7d28eb89c45a", X-TransactionID:"61cb8dbb-d2ff-4399-91b9-7d28eb89c45a", X-ECOMP-RequestID:"61cb8dbb-d2ff-4399-91b9-7d28eb89c45a", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"3a1d45d2-bf39-4b08-8cd1-f80476ccb107"]
2021-04-11T04:14:23.424Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||Request body:
2021-04-11T04:14:23.424Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||==========================request end================================================
2021-04-11T04:14:25.063Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-11T04:14:25.063Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||Status code : 200 OK
2021-04-11T04:14:25.064Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||Status text : OK
2021-04-11T04:14:25.064Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node01tp7t661i7k1p15u8pu7eawfhn277.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardFnmekw-csar.csar"", Content-MD5:"MGM2NjMzYWNlZGIyN2UyY2NjZDlhN2QxMWEyNzYzYTk=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"61cb8dbb-d2ff-4399-91b9-7d28eb89c45a", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-11T04:14:25.144Z|61cb8dbb-d2ff-4399-91b9-7d28eb89c45a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/679be06b-7d6a-4ed0-88ed-44b30ce49b3f/toscaModel|DEBUG|500||Response body: PK �!�R csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)� PK�R�B4 E PK �!�R TOSCA-Metadata/TOSCA.metaM���0D����@A��A����4�[�]��{{�8/�&�L������r���rs?�N9F��P�v�!e= � sƗ'/U�VB˘ӇW4d�N�L��H�_#�Pw��R7�h����X)�H��,e�\�'mm{RPKڠ� � PK �!�R 4 Definitions/resource-BasicOnboardFnmekw-template.yml�Y�O&�/q�B5��Xlf�-��{biH�h�����g?�
��X5�i�Vdyn��H��\�����D]c�VU��!6p�O��8�]���n��pu~�)X�9!y���&����4 ���$
@��GcE#�HCcc��LM&�@��I�NdE�L��b��r-]�\�Á�^���� �����Kx�}����,�`}�}!. ,����}<��(�z�zq��G�^P��J�֦� 6�!��$�O���A�y�h~�������/Ĺ0Rr�iـ!y0X;6R��e�&Їٸ�}�Y6h�<��<�'J}�����@6yxqyV�$�=��+$7ϲ)�u�(�[�Ux��
��,7"��uR�89� �)X������Z��U:wD�+Z��m2�nftF�����b-v�X��V�ޑ�9|��t�;�no�5s�,��b&z:и�:��9~3�u<�if?�������U|��J��{+|GqL
t8L�1d$���X#��Ӱ݆!����Cޣ9���sg7L4N���4j3��t
df7b�/�!#ⅷX���i
��f.�2U�3�U�H��o�؎N�\���(���HC>�r�]�@��p�L !p��ꜳB���e�����|z���5�b�r&�Ô@��|���H��0�\g%�LK4�E$��qq�?�� [�-�\S�d��"���q������gl�y�b��0��2�' -<8@�Ra�5Ah-�+�N�ci 5��6+�،]�(掐�"��&�
i�jk��F?..���~�3^a�N��Z��\�:�&Z#"�PӰ� A����� � �FjR��cn��������}<�;W�`�H u}�c�/z��U���f���D�XS�d]���(17�ߙ4��3a��������}���I���X;��Xԯ~�~������Z�}�����;~�nױb�Rs� ���������$gO�7q��b�\�?�^��^[hS�S.G�Dw����#�矗��ں��g7�Wg_ֲd���ś�,$S�������o��J�/��ϵ0��8z�}u��ӻGI��j˗ ~�^��og�8�?�M#�[�����3��)�����c��z�s���?�w��.=���z|{���|�Z_g� >��?��/��ih��`�n={��2����ӹ���x�@f뿿�¥4_.�S��<�ۯ�>\|��k���:�V��鈜�����͇�4^O��������~�x:=�����KE�����g��˵c������%������B83E"�C����~�\~����ud���[E����*�+_^'g�������'���5�?�g���۩$����~����O�!������䟝��g�k�����C����!��Bl�t3�h�7�U4��.q"�Z�\����ƻڃeB�_�0tL zM&U˯1~ ā0u\��
�
ꁐ��d�����Z��e�00��#����.o�{'-�<}� )r�ZQ��v~�xY�j������j�x|03�#Bl��a�2��
���3��Cb�ek�
JN��.��,%�z��$p�
��B��7� ��,�H�rh���$���ɀ���ƺ��Q��p�� ��]v�&./�3����Zn��U�u@:�w��9ln�(��� kP/��>���OYQa-��[Y鯲�5�,ɼ�$s2F�n@'>�L�P�#I�hC��aS˦81'��
���C��<�l� �T�1� zF�c}$=D
/)�0�c^x��DP�XG$<
0���V�f*�5�1�r��)�&�&�ZuA����a�lR���Yn��V����r�](c/.�5��m�Ӿkrmw�5��G�D�`����٩
,�b���r�W���Mo�[J0��&�3e*��/z6�P4S�0Ȼ��v����4�l�U������v�Z�UL��
`ynw��,��WEǒvL�CUi�V��" Ske����*m��M����_��t�2gEO�$ۼ p�@�v�BBppT\̏�ϭ��`e��0������CF�Z�}�͓��ӽK'��{@ر�L��O�h��OE�:��qi 7*B�
wa�I)�촢,g7(�U:UUO�M���,��X�FxQ�p��`�H����P�4�2�}݅�Lۃ���I�d�������������Ź��������b�
�`���2#ﳛ}]v����V]�]�0iR{(L���~�ϰ������k�VB�����*�^fױ���5_!�4��Eȕ.I6� �r��(��P+9U/qV��TV"��`c����P��+�
�2
���8x��G�@���S�¤�]��D�����8�i� ��[�/v�`�"?V�Ȳ�@�m���M����Ah}�o��Ճ�m(�Z~
[����J��k<i�[� 8�Z�m{zZ�f�[D�����G{����%�*�~hpMYi��\��"��ؖ�P��"����A~h�
�K!���?C�`� o(c�)�r����Ǥ�T- t�:��
���E3�s�Z"Sq���,�c���{�?��f�<�j��������T�#l�r�e";}�_r�rQ�OBf��Q��@��<��0����%�v*��2;%_�j�
��~��>(��X|�0�#b�+���Mѵ��p�����x})�������(�)�5�]�^8��hR��IH�!0Z��dx���!25(����\��'�O�����'�.KJׄ3�; y}HA��D7%$+�����DQ74�d��)�(�E2$"�>m�&�0A�� �hj�!�ʼn�ub"���ё"�2�eA�1?���m��zH�Zq�(�p�EO�[�k.�fvڌ}߶�+�%�A�js!��Y`���A ����瞾��߆I� ,�{3x�af�S��`6Vȕϭ��s�CQ��
QE��@�y��+Ĵ���N���iH���.�;�`;bà��t-��G�u|��╒T�ن4�G֟��n\[�-`q�]��]�Q<;�@�[�;�>{u!�rz3��[�M5]X�v:��rg���M&C4��E0F�4��0�`c�W�`�$
�, �7L����� x8�屄��3� T��b�TZjz�{08�fWPÓ��1^�!����q ��mo�I�^Ȝ��>����������A�� = G|�?�ߋ7����W�4�$�� 6����4�CS@D�x$�cM�C��h$J#^�5��(�R&��!�&]�:�G��0d$�dLƢ��!��n^,��*\S`��m�m��b�[L��;��
@څ;�Y�K5\�z��;�ET�;$�(��d~�M�=����bӛN��S�:«��H��z���d��m�>�K �h��k���A�n<�hc�Ԉ��h�
��� �Z�^�0�����i�e�v�Ocv�kF�H�g�҅��ʡ:k�-�6�e�N���vy�N,����6�(�ѩ������߹6x#�ƣ�6B5�=��������q�`��+Տ�2�N�;�t�UwVZ��{������QLb/[�,�(�L�B�
�9�����"�=;���H�K�/���z?�-��ϵq���
��^C/���'|���=�a&t#A�ߢ�k�uynw)T�����8�/��Y�PF���Pe�����A9�O}q�H#S��>���9�\U�.'�pۧ�q�"�n��W�^����ؑa��v][ �ow�N�wg�xic'�d;�wWw�k��&U�|���s��Z�Wۙ�u�g/���7$8^��c#c�/���-�͍��wG�h'_������p�x�4p�~u��j�EН��i�=�6�5�d�~.�z��^g�}�
meOz}�u���n��b�mY�~�
VWV���<�7}�
�F6���%*�6i#�ƏN!��F����Q��q�'�P��VJ�נ̓j&�|� �F� �J��W��?��c���̺��}�7uP}h+�⫏h�`#M��aP�qu��W�Q���-���M7V����u�'GPu����{���� PK��� �V PK �!�R > Definitions/resource-BasicOnboardFnmekw-template-interface.yml�][s��~߿���w�$Su��י�$�h.�NQ-4J�nl����E�1v�B�ַ�^�V_�bG�u���Q�8��R��cX� X�RRJ���P��م�~�a���
ٳL�PPώ&�7��*���0Y��$��~RM �61�H��?�`7�jy�lc�P7�\�� �0]�N�-ra�@BL�2�!�*�l�@�D��\���1�.a@�6���eY��1���l]&�#��Ry �-�ڄ%%k�$i�+�\�(C[��U��5�4�����°]X��p .%V��ơ��J�
�M�4lK7"�tՔ��`nhP�F����n���\�@�Rҁ鬪q����ء��
5����n�]"�Ŵ�w��#�MЎ
�� `1��
nH� [3�Y�*�,q�F��[�,;Zc�z
� >���9�8N�p�w
������U�X��"5��=�3ER�M������V����S��\ZOY`�2��c*+mTa
ǐ좩�T���3!8��s�T�iG�<;��F��J�Cf��Ե��
�o�D)ƈ�Jq ��mw�L�S��L
�R�����4J�z����^��o�{��6��=�ih�'���la~B�w�{�����+x�=ϭj�8Y.q�Zg���}q6>&N�a�r2~�n����3%w#o1�Y�ڮ\�~��*�^[��͎g��n�uwU�❖5��_�2.�Ucҹ�{AWUT~j��{�t�}Xyh|E�ZX.=������|N����Eg�R��Z��ݝ��m^� ���sk�}7�}��N��w��Mq�a�=�5_����l�ЏA��?����1{83�k`��Ƭ���A�Z����`�����8�rg:=�U�Fǜ��8��wJ��W�k�<7njX��w�P�������x=�>W�����ó����*Я<�nT�����w�����[��T�G��q����S�Ы��N�z�}���9��s�Ы�{����t�_f����v^���x�]L�_O{�ry6{�Q�~�p�/E�T���:_�����Xop($�Pf;f�]R�m���[w������D�J�k1[�II�q�� .��>��؊Z�c[4@f�X���*�g���|"�*�=������1�Ñ�.�j6j-)��
6o���i�k*:�w�3?��7��A��i���?j�7T���|�,OK���gVлte�s֢�1�*Ɏ���>�f)x�V�I-����q��]���!�M�<7G�q"ٞ<���~ `2K��gAD%V�&ӷ"fX��Kh�2U�t!Oss�}�-/9��c��A
��w:=��ӈ�(+d�p�2� R���fmQO;Z��D��01���$5����e0��˒�߈B�-��c�PY�?5e���,(�LT�,C@R���f��.!0��!�
:���l5�{s`�����R�_(0�p���_TK2�1�����vkl�%�Ky��d>"�����n�PG�_�%Wm�c���$R���(,�
� A�}UJ��w|��N_ �
�K �KI�����\ƨas��
%�S�10�(�@���#�4o,��L��cN�]� �X��_��m���Wf=��W��:�� R�/�C��LnqV�X�$]d���F�|X:I�<�,���H�9E�8+�3E�dS�t��������ux ���p>�@8S<�����M����LN�Ñd�LP
� ��x��ckA���m[�9�r����LQ<�K_�A�,B_��I�.F�,q�)���řNZ���8;��f���-lL�m�3E1w>2��z��yҙ~H�I��rJ1��o�$a�����TӾE���|�bn��D왲۲�<���:iQG��Y�D����ĜmԳM �r��ɞ5�٣N��˛��8#�4�'Z�U����E���?�����˹������-W��t���� ߲����ud�V��sn�R�V2EaS,�L���/2@�|�ͪ�tF�$M���]=6��4^�����8l�}Z�ƐO|�.��� �fJ���Jt5rhy�8i�������\��i y���B����!k}��CVX!��>1�W>\��f�*�p���Mɯ��F^�l@b&�6� ���9Z��0�T#7�摟���0+�|�����r�Go,u�,��'z>Ԫ�D�5A�ލ�[�l%
`ΔM�:��ϸ��k�:2E��9�N\|>>�>�k���@@��Z�����Z�O�#�{9?yC�?��O���30{��K��i��0ٳᡩ;<����)I�$�� ro�Y��LQkcX�G��\��%~Y;7@�S)^�"S��������5S��g�u����fo�&�o۹I��p�3K�|:�SOne���p-�� 9[ǖ�٣�'Ђ��ͫ9IH�(Կ1U6�b20��MZT���ܭ:0�3�O阼 �Aګ�?�����.5̜�{1��7St_��bL�����+��G?��#�h��u���c-_LI�J���Do��1}h�l��)��+�Ł��LQ"MW��TK��#�"_x��C-b%I���E���o��q�e�_ga��Y�Ѣ�yz,��{�C���g�`.s�8���U�����N�2ƌ)�\1<��
�6��� �i��o ����f͉P�-c8�s���W��<�@1_\Xjs����`$��'@�Y^�e#���3�T6��o�H�0��e���]{�!$�?PKy���
t� PK �!�R ( Definitions/resource-Extcp2-template.yml�R���0��+��m H(!ܶIT��٨Jz�*d�!�jljL����@tW=U�8�f��jJ2���p%�삺��LKռ�fWR�,��Y��0bH:��B4'��_6)�Ѽ`a�x�ey�jYxI��Y���,�e`�:1+�eN�ȣ+x�|N�՜0/��8bq��0�bIJLa�۬�s��aM5�L;���xxw����a��4���\+"(sF
뽭���PhU�^�O-l��<)}M�3J+�����м(��K�����Z5��7�L��w�{xp�}xEE�v�B?��,^i�C�k�m����5^iS�3��j�8@��m����ti�]&�<%ɹ��N%c��j���3�&� ыOZ5SU��t��}��"�2]߱j�B�l6l���W������o���/sݡt���Y��N�Q�Y)������/��od ���J���\�n��.�O�r3>��2Ei�5Jz����}�}z>�6�̀]��,���-���cxW�N���{
~d��c̽��p��5�ƶ�n��O:j��p�,���g PK
�� � PK �!�R , Definitions/resource-Novaserver-template.yml�WKs"7��W��^?���͒"���!�Ԕf���HIaS���f`�q�ĕS�˸Տ��mo\����K�]2��c�|xr�($K^����
�\p�G�I=�Vr�GWvz,�����N/;�;'g��s!z�q|�_����R�9M�Y*zY�=�睓^:N�q��Y��w����5/`�&f���"4$ p��� �@{�8��3�ͥ�~<�I
DrA��F:7��$�\ ��%����)���F [H�X
�r��
����h�3��:�sЈ�JZ( �f�T��9���j%�L����_��"���B�VRZ3�,� ��+,m���3����Z"��IDG��eP[�lx��D(�]2tMw����s��q���0E��4X�!�U隌�(g��W�ҍ�1��� ;`7��[��/���~����{���'̎�TE
��ݻ#,Pc�uB�U&��(T�e�𑪖\�` b���Ral���5��f����x����T�\�R?�F��ɆV�p���z�\-r`$g����N���$a��n��<Ϻ1*3�?�[+����JInM1ح�n�Z����O����b㢐:)�[Q�F��Ί���4$%rq�y!
cC�"����� ��+��L�e��h8�eK��0%���uJ���Ӄ���+*E�5���۠���x̢��c7�J(���]ZCU`W\�8_ �6��F���e���u�ؑ�E�;��v��gg�+鰩�b�����f�R*+�ʠ�ާ42�Q�T q����:|�-�j�6`1X���#���p�U�k�ᇐ���ز6!������rx�Y]�/���sc� x?��M�E���[�rH;>:���H=~������8r;t���?j��i��l�Xƛ�1��I�\0=�
�l�e�&�g�pe���G0m];�*���N��������)�2$��0;P8L��%о~6j���_��T���c�KD��[*d�Q�FWn2�����e3(Z��5B8�r9M�D�C���t8)�<��1�Wq��`�
����?��*x�Zz�bGף[����Y`0�!�&ǿ���2���~�gTR�w�vt�oq��f]_>�77����z-Ԯ�a��1�hB�/���!�aH�ۨ��i�[��x}�X�`�~�9Vخaq訌���]cKRT
��q��+���qg�U���k]���@b�S;�@�qC��R�g��PK|}E � PK �!�R / Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ�B�6 o]�M���ꚾ"c.���6�����G3��4E"���{�'VS!�J����!ۘ�(���yD��@�fY8�ȴ`���_�!��n�`�y��.7��Ǯ�/<�q�jC�Z�b�Z�&r�"r��֛`�m��,��2 ��,Y�!�@^ia�*GCh��kQ�&�[%Sq�4s��R(U.x
ڑ)�XY� B��5>9�uI��>�ҙ3�����D-8a�����ѨJs|B�(�����=�R�?3?`�̐H�����̗g��*�|W1�������<�d2�� ���M�u�����e0!8��sV�X���)e�wT�yS;��r:�A�j�j������� �(LJe[�c�n�.٨�P郯J�
WE�J�S�7}���dȬ/Ѿ(���+���'��J&��#&Q�U�Mz��A)�Q�Ì����C���Χ)4Vy����
����^sR��f��j;�^2�3 �z�\ M��UR