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=c!SOn14^{%1+M(V.n!nnmtkM -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.5.RELEASE) 2021-04-23T02:19:24.944Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-gnvhx with PID 15 (/app/app.jar started by so in /app) 2021-04-23T02:19:24.996Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE 2021-04-23T02:19:24.996Z||main|||||INFO|500||The following profiles are active: basic 2021-04-23T02:19:30.151Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-23T02:19:30.151Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19] 2021-04-23T02:19:30.266Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-23T02:19:31.763Z||main|||||INFO|500||catdb-pool - Starting... 2021-04-23T02:19:31.920Z||main|||||INFO|500||catdb-pool - Start completed. 2021-04-23T02:19:32.153Z||main|||||INFO|500||reqdb-pool - Starting... 2021-04-23T02:19:32.159Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-04-23T02:19:33.253Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [ name: catalogDB ...] 2021-04-23T02:19:33.357Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final} 2021-04-23T02:19:33.361Z||main|||||INFO|500||HHH000206: hibernate.properties not found 2021-04-23T02:19:33.671Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final} 2021-04-23T02:19:34.114Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect 2021-04-23T02:19:36.671Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [ name: requestDB ...] 2021-04-23T02:19:36.932Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect 2021-04-23T02:19:38.014Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-04-23T02:19:38.029Z||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$$b560519e.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-23T02:19:38.030Z||main|||||WARN|500||The sdc end point is not alive 2021-04-23T02:19:38.942Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context 2021-04-23T02:19:41.016Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory 2021-04-23T02:19:42.069Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-04-23T02:19:42.908Z||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-23T02:19:44.633Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T02:19:44.634Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T02:19:44.642Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T02:19:44.697Z||main|||||INFO|500||Started Application in 22.294 seconds (JVM running for 23.105) 2021-04-23T02:19:44.708Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T02:19:44.749Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b61dead1-7b1c-4fa0-a7e2-1952a349435c url= /sdc/v1/artifactTypes 2021-04-23T02:19:44.750Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T02:19:45.075Z||scheduling-1|||||DEBUG|500||GET Response Status 403 2021-04-23T02:19:45.076Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e1b1ea4 2021-04-23T02:19:45.077Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso] 2021-04-23T02:19:45.082Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5003", "text": "Error: Not authorized to use the API.", "variables": [] } } } 2021-04-23T02:19:45.083Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso 2021-04-23T02:19:45.085Z||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-23T02:20:14.635Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233 2021-04-23T02:20:34.635Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T02:20:34.635Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T02:20:34.635Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T02:20:34.652Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T02:20:34.658Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a1b90f3-5905-41fd-a133-1eca39e0fdfb url= /sdc/v1/artifactTypes 2021-04-23T02:20:34.659Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T02:20:34.734Z||scheduling-1|||||DEBUG|500||GET Response Status 403 2021-04-23T02:20:34.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9dd0f04 2021-04-23T02:20:34.735Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso] 2021-04-23T02:20:34.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5003", "text": "Error: Not authorized to use the API.", "variables": [] } } } 2021-04-23T02:20:34.737Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso 2021-04-23T02:20:34.737Z||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-23T02:20:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125 2021-04-23T02:21:24.632Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T02:21:24.634Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T02:21:24.634Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T02:21:24.644Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T02:21:24.696Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9c1d1ac-ef68-4a9f-805b-cc19ceaa878e url= /sdc/v1/artifactTypes 2021-04-23T02:21:24.697Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T02:21:24.770Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-23T02:21:24.779Z||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-23T02:21:24.807Z||scheduling-1|||||DEBUG|500||create keys 2021-04-23T02:21:24.814Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-23T02:21:24.836Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:21:24.856Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cd27b72a-01bb-4991-9e08-fc9795877cf1 url= /sdc/v1/registerForDistribution 2021-04-23T02:21:25.338Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cd27b72a-01bb-4991-9e08-fc9795877cf1 url= /sdc/v1/registerForDistribution 2021-04-23T02:21:25.339Z||scheduling-1|||||INFO|500||start DistributionClient 2021-04-23T02:21:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:21:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:21:25.398Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-04-23T02:21:25.399Z||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-23T02:21:25.399Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:21:25.400Z||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-23T02:21:25.400Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:21:35.615Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:21:35.659Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:22:25.349Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:22:25.351Z||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-23T02:22:25.351Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:22:25.351Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:22:25.352Z||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-23T02:22:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:22:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127 2021-04-23T02:22:34.933Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:22:34.965Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:23:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125 2021-04-23T02:23:25.349Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:23:25.350Z||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-23T02:23:25.351Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:23:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:23:25.393Z||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-23T02:23:25.394Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:23:34.936Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:23:34.936Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:23:59.635Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233 2021-04-23T02:24:25.349Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:24:25.350Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T02:24:25.350Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:24:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:24:25.352Z||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-23T02:24:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:24:34.931Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:24:34.932Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:25:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:25:25.350Z||pool-3-thread-6|||||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-23T02:25:25.351Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:25:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:25:25.353Z||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-23T02:25:25.353Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:25:29.635Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125 2021-04-23T02:25:34.928Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:25:34.929Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:26:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:26:25.350Z||pool-3-thread-6|||||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-23T02:26:25.350Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:26:25.351Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:26:25.352Z||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-23T02:26:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:26:34.896Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:26:34.918Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:26:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127 2021-04-23T02:27:25.352Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:27:25.352Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:27:25.357Z||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-23T02:27:25.357Z||pool-3-thread-6|||||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-23T02:27:25.357Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:27:25.357Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:27:34.928Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:27:34.930Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:28:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:28:25.350Z||pool-3-thread-6|||||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-23T02:28:25.351Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:28:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:28:25.352Z||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-23T02:28:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:28:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125 2021-04-23T02:28:34.904Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:28:34.906Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:29:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127 2021-04-23T02:29:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:29:25.351Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:29:25.352Z||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-23T02:29:25.352Z||pool-3-thread-6|||||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-23T02:29:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:29:25.352Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:29:34.676Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-23T02:29:34.922Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:29:34.924Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:29:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125 2021-04-23T02:30:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:30:25.350Z||pool-3-thread-6|||||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-23T02:30:25.351Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:30:25.351Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:30:25.352Z||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-23T02:30:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:30:34.933Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:30:34.963Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:31:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:31:25.351Z||pool-3-thread-6|||||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-23T02:31:25.351Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:31:25.359Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:31:25.360Z||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-23T02:31:25.360Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:31:29.633Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127 2021-04-23T02:31:34.931Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:31:34.931Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:32:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:32:25.351Z||pool-3-thread-6|||||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-23T02:32:25.351Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:32:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:32:25.352Z||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-23T02:32:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:32:34.895Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:32:34.895Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:33:25.350Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:33:25.351Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:33:25.352Z||pool-3-thread-6|||||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-23T02:33:25.353Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:33:25.353Z||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-23T02:33:25.353Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:33:34.925Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:33:34.962Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:34:25.350Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:34:25.350Z||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-23T02:34:25.351Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:34:25.351Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:34:25.392Z||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-23T02:34:25.392Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:34:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125 2021-04-23T02:34:34.929Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:34:34.930Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:35:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233 2021-04-23T02:35:25.350Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:35:25.351Z||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-23T02:35:25.351Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:35:25.351Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:35:25.352Z||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-23T02:35:25.353Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:35:34.928Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:35:34.930Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:35:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127 2021-04-23T02:36:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:36:25.350Z||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-23T02:36:25.350Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:36:25.351Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:36:25.352Z||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-23T02:36:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:36:34.892Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:36:34.919Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:36:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125 2021-04-23T02:37:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:37:25.350Z||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-23T02:37:25.350Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:37:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:37:25.352Z||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-23T02:37:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:37:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127 2021-04-23T02:37:34.928Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:37:34.961Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:38:14.633Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.78.233 2021-04-23T02:38:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:38:25.350Z||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-23T02:38:25.350Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:38:25.351Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:38:25.351Z||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-23T02:38:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:38:34.927Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:38:34.927Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:39:25.351Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:39:25.350Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:39:25.353Z||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-23T02:39:25.353Z||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-23T02:39:25.354Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:39:25.354Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:39:34.932Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:39:34.961Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:39:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127 2021-04-23T02:40:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:40:25.351Z||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-23T02:40:25.351Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:40:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:40:25.352Z||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-23T02:40:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:40:34.888Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:40:34.888Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:41:25.350Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:41:25.351Z||pool-3-thread-9|||||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-23T02:41:25.351Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:41:25.351Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:41:25.352Z||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-23T02:41:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:41:34.930Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:41:34.959Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:41:59.633Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125 2021-04-23T02:42:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:42:25.350Z||pool-3-thread-9|||||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-23T02:42:25.351Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:42:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:42:25.352Z||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-23T02:42:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:42:34.921Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:42:34.928Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:43:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:43:25.350Z||pool-3-thread-9|||||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-23T02:43:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:43:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:43:25.352Z||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-23T02:43:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:43:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233 2021-04-23T02:43:34.897Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:43:34.961Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:44:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125 2021-04-23T02:44:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:44:25.350Z||pool-3-thread-9|||||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-23T02:44:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:44:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:44:25.352Z||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-23T02:44:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:44:34.924Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:44:34.926Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:45:25.350Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:45:25.351Z||pool-3-thread-9|||||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-23T02:45:25.351Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:45:25.351Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:45:25.352Z||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-23T02:45:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:45:34.933Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:45:34.960Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:45:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233 2021-04-23T02:46:25.351Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:46:25.351Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:46:25.354Z||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-23T02:46:25.354Z||pool-3-thread-9|||||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-23T02:46:25.355Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:46:25.355Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:46:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127 2021-04-23T02:46:34.929Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:46:34.929Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:47:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:47:25.351Z||pool-3-thread-9|||||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-23T02:47:25.351Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:47:25.351Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:47:25.352Z||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-23T02:47:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:47:34.930Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:47:34.957Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:47:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125 2021-04-23T02:48:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:48:25.350Z||pool-3-thread-9|||||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-23T02:48:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:48:25.351Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:48:25.352Z||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-23T02:48:25.353Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:48:34.889Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:48:35.015Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:48:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233 2021-04-23T02:49:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:49:25.350Z||pool-3-thread-9|||||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-23T02:49:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:49:25.351Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:49:25.352Z||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-23T02:49:25.353Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:49:29.632Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127 2021-04-23T02:49:34.926Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:49:34.926Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:49:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125 2021-04-23T02:50:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:50:25.350Z||pool-3-thread-9|||||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-23T02:50:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:50:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:50:25.352Z||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-23T02:50:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:50:34.927Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:50:34.930Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:50:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127 2021-04-23T02:51:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:51:25.350Z||pool-3-thread-9|||||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-23T02:51:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:51:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:51:25.352Z||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-23T02:51:25.352Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:51:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.78.233 2021-04-23T02:51:34.926Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:51:34.927Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:52:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125 2021-04-23T02:52:25.350Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:52:25.351Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T02:52:25.352Z||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-23T02:52:25.353Z||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 zmlmtJxiHEZ8nURA) ... 2021-04-23T02:52:25.356Z||pool-3-thread-9|||||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-23T02:52:25.356Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ... 2021-04-23T02:52:34.929Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T02:52:34.960Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK