java -DAJSC_HOME=/opt/app/model-loader -DCONFIG_HOME=/opt/app/model-loader/config/ -Dcom.att.eelf.logging.path=/opt/app/model-loader -Dcom.att.eelf.logging.file=logback.xml -Dlogback.configurationFile=/opt/app/model-loader/logback.xml -Dserver.port=9500 -jar ./model-loader-1.8.0.jar 2021-07-04 10:38:43.767 WARN 8 --- [ main] o.s.b.l.logback.LogbackLoggingSystem : Ignoring 'logback.configurationFile' system property. Please use 'logging.config' instead. . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.12.RELEASE) 2021-07-04 10:38:44.142 INFO 8 --- [ main] o.o.a.m.ModelLoaderApplication : Starting ModelLoaderApplication on dev-aai-modelloader-7f99896568-vbjsd with PID 8 (/opt/app/model-loader/model-loader-1.8.0.jar started by aaiadmin in /opt/app/model-loader) 2021-07-04 10:38:44.144 INFO 8 --- [ main] o.o.a.m.ModelLoaderApplication : No active profile set, falling back to default profiles: default 2021-07-04 10:38:46.295 INFO 8 --- [ main] org.eclipse.jetty.util.log : Logging initialized @4493ms to org.eclipse.jetty.util.log.Slf4jLog 2021-07-04 10:38:46.442 INFO 8 --- [ main] org.eclipse.jetty.server.Server : jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 11.0.9+11 2021-07-04 10:38:46.482 INFO 8 --- [ main] o.e.j.s.h.ContextHandler.application : Initializing Spring embedded WebApplicationContext 2021-07-04 10:38:46.653 INFO 8 --- [ main] org.eclipse.jetty.server.session : DefaultSessionIdManager workerName=node0 2021-07-04 10:38:46.654 INFO 8 --- [ main] org.eclipse.jetty.server.session : No SessionScavenger set, using defaults 2021-07-04 10:38:46.656 INFO 8 --- [ main] org.eclipse.jetty.server.session : node0 Scavenging every 600000ms 2021-07-04 10:38:46.665 INFO 8 --- [ main] o.e.jetty.server.handler.ContextHandler : Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@3f390d63{application,/,[file:///tmp/jetty-docbase.13296597316937471489.9500/],AVAILABLE} 2021-07-04 10:38:46.666 INFO 8 --- [ main] org.eclipse.jetty.server.Server : Started @4866ms 2021-07-04 10:38:46.748 INFO 8 --- [ main] o.o.a.m.service.ModelLoaderService : MDLSVC0001I|MDLSVC0001I Loading configuration | 2021-07-04 10:38:46.813 INFO 8 --- [ main] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 10:38:46.954 ERROR 8 --- [ main] o.o.a.m.service.ModelLoaderService : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: configuration is invalid: CONF_INVALID_MSG_BUS_ADDRESS| 2021-07-04 10:38:46.957 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 10:38:46.965 ERROR 8 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: configuration is invalid: CONF_INVALID_MSG_BUS_ADDRESS| 2021-07-04 10:38:47.684 INFO 8 --- [ main] o.e.j.s.h.ContextHandler.application : Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-07-04 10:38:47.731 INFO 8 --- [ main] o.e.jetty.server.AbstractConnector : Started ServerConnector@63f8276e{HTTP/1.1,[http/1.1]}{0.0.0.0:9500} 2021-07-04 10:38:47.740 INFO 8 --- [ main] o.o.a.m.ModelLoaderApplication : Started ModelLoaderApplication in 4.806 seconds (JVM running for 5.94) 2021-07-04 10:39:46.957 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 10:39:46.972 ERROR 8 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: configuration is invalid: CONF_INVALID_MSG_BUS_ADDRESS| 2021-07-04 10:40:46.958 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 10:40:46.972 ERROR 8 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: configuration is invalid: CONF_INVALID_MSG_BUS_ADDRESS| 2021-07-04 10:41:46.957 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 10:41:47.574 ERROR 8 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) 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.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) 2021-07-04 10:41:47.577 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1349bd2d 2021-07-04 10:41:47.577 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-04 10:41:47.583 ERROR 8 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2021-07-04 10:42:46.958 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 10:42:46.980 ERROR 8 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) 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.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) 2021-07-04 10:42:46.981 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46424435 2021-07-04 10:42:46.981 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-04 10:42:46.982 ERROR 8 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2021-07-04 10:43:46.959 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 10:43:46.981 ERROR 8 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) 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.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) 2021-07-04 10:43:46.982 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ab69e74 2021-07-04 10:43:46.982 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-04 10:43:46.983 ERROR 8 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2021-07-04 10:44:46.960 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 10:44:46.981 ERROR 8 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) 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.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) 2021-07-04 10:44:46.982 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4519a1a 2021-07-04 10:44:46.982 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-04 10:44:46.983 ERROR 8 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2021-07-04 10:45:46.961 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 10:47:57.749 ERROR 8 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.113.209] failed: Connection timed out (Connection timed out) 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.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection timed out) 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) ... 17 common frames omitted 2021-07-04 10:47:57.752 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13b48b9a 2021-07-04 10:47:57.752 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-04 10:47:57.754 ERROR 8 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2021-07-04 10:47:57.755 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 10:50:08.819 ERROR 8 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.113.209] failed: Connection timed out (Connection timed out) 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.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection timed out) 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) ... 17 common frames omitted 2021-07-04 10:50:08.822 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6eea3f40 2021-07-04 10:50:08.822 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-04 10:50:08.824 ERROR 8 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2021-07-04 10:50:08.824 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 10:52:19.888 ERROR 8 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.113.209] failed: Connection timed out (Connection timed out) 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.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection timed out) 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) ... 17 common frames omitted 2021-07-04 10:52:19.892 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1088619d 2021-07-04 10:52:19.892 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-04 10:52:19.895 ERROR 8 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2021-07-04 10:52:19.895 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 10:54:30.960 ERROR 8 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.113.209] failed: Connection timed out (Connection timed out) 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.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection timed out) 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) ... 17 common frames omitted 2021-07-04 10:54:30.963 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5ecb5c8e 2021-07-04 10:54:30.963 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-04 10:54:30.964 ERROR 8 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2021-07-04 10:54:30.965 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 10:56:42.032 ERROR 8 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.113.209] failed: Connection timed out (Connection timed out) 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.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection timed out) 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) ... 17 common frames omitted 2021-07-04 10:56:42.035 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e59f1d 2021-07-04 10:56:42.035 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-04 10:56:42.037 ERROR 8 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2021-07-04 10:56:42.037 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 10:58:53.109 ERROR 8 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.113.209] failed: Connection timed out (Connection timed out) 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.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection timed out) 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) ... 17 common frames omitted 2021-07-04 10:58:53.112 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2753360d 2021-07-04 10:58:53.113 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-04 10:58:53.115 ERROR 8 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2021-07-04 10:58:53.115 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 11:01:04.176 ERROR 8 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.113.209] failed: Connection timed out (Connection timed out) 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.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection timed out (Connection timed out) 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) ... 17 common frames omitted 2021-07-04 11:01:04.180 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3eb4e4c4 2021-07-04 11:01:04.181 ERROR 8 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-04 11:01:04.184 ERROR 8 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2021-07-04 11:01:04.184 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2021-07-04 11:01:04.464 INFO 8 --- [ Timer-0] com.att.nsa.apiClient.http.HttpClient : POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-07-04 11:01:04.509 INFO 8 --- [ Timer-0] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:01:04.762 INFO 8 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : start DistributionClient 2021-07-04 11:01:04.770 INFO 8 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC0001D|MDLSVC0001D init(): Connection to SDC established| 2021-07-04 11:01:04.772 INFO 8 --- [pool-2-thread-1] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:01:04.777 WARN 8 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:01:04.777 INFO 8 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:01:15.051 INFO 8 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:01:34.770 INFO 8 --- [pool-2-thread-1] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:01:34.771 WARN 8 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:01:34.771 INFO 8 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:01:44.349 INFO 8 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:02:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:02:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:02:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:02:14.359 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:02:34.772 INFO 8 --- [pool-2-thread-1] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:02:34.779 WARN 8 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:02:34.779 INFO 8 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:02:44.355 INFO 8 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:03:04.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:03:04.772 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:03:04.772 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:03:14.413 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:03:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:03:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:03:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:03:44.434 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:04:04.770 INFO 8 --- [pool-2-thread-4] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:04:04.775 WARN 8 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:04:04.775 INFO 8 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:04:14.348 INFO 8 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:04:34.771 INFO 8 --- [pool-2-thread-1] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:04:34.774 WARN 8 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:04:34.774 INFO 8 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:04:44.332 INFO 8 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:05:04.770 INFO 8 --- [pool-2-thread-5] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:05:04.771 WARN 8 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:05:04.771 INFO 8 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:05:14.343 INFO 8 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:05:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:05:34.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:05:34.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:05:44.399 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:06:04.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:06:04.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:06:04.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:06:14.343 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:06:34.771 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:06:34.776 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:06:34.776 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:06:44.359 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:07:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:07:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:07:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:07:14.337 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:07:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:07:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:07:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:07:44.346 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:08:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:08:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:08:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:08:14.345 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:08:34.772 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:08:34.781 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:08:34.782 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:08:44.337 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:09:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:09:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:09:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:09:14.340 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:09:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:09:34.770 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:09:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:09:44.348 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:10:04.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:10:04.771 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:10:04.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:10:14.341 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:10:34.771 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:10:34.777 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:10:34.777 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:10:44.468 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:11:04.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:11:04.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:11:04.772 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:11:14.343 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:11:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:11:34.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:11:34.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:11:44.344 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:12:04.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:12:04.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:12:04.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:12:14.341 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:12:34.771 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:12:34.774 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:12:34.775 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:12:44.356 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:13:04.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:13:04.772 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:13:04.772 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:13:14.350 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:13:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:13:34.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:13:34.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:13:44.334 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:14:04.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:14:04.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:14:04.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:14:14.336 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:14:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:14:34.772 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:14:34.772 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:14:44.342 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:15:04.771 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:15:04.774 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:15:04.774 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:15:14.346 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:15:34.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:15:34.771 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:15:34.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:15:44.441 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:16:04.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:16:04.770 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:16:04.770 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:16:14.427 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:16:34.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:16:34.771 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:16:34.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:16:44.352 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:17:04.771 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:17:04.775 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:17:04.776 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:17:14.349 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:17:34.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:17:34.771 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:17:34.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:17:44.344 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:18:04.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:18:04.770 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:18:04.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:18:14.335 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:18:34.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:18:34.771 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:18:34.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:18:44.340 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:19:04.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:19:04.772 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:19:04.772 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:19:14.328 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:19:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:19:34.773 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:19:34.774 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:19:44.344 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:20:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:20:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:20:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:20:14.368 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:20:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:20:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:20:34.772 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:20:44.336 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:21:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:21:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:21:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:21:14.338 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:21:34.771 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:21:34.776 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:21:34.777 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:21:44.344 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:22:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:22:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:22:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:22:14.353 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:22:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:22:34.772 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:22:34.772 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:22:44.343 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:23:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:23:04.770 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:23:04.770 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:23:14.348 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:23:34.771 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:23:34.776 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:23:34.776 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:23:44.345 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:24:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:24:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:24:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:24:14.339 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:24:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:24:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:24:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:24:44.326 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:25:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:25:04.770 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:25:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:25:14.336 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:25:34.771 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:25:34.777 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:25:34.777 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:25:44.351 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:26:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:26:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:26:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:26:14.341 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:26:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:26:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:26:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:26:44.328 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:27:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:27:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:27:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:27:14.336 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:27:34.771 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:27:34.775 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:27:34.775 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:27:44.338 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:28:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:28:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:28:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:28:14.338 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:28:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:28:34.770 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:28:34.770 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:28:44.340 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:29:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:29:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:29:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:29:14.351 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:29:34.771 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:29:34.775 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:29:34.775 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:29:44.335 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:30:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:30:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:30:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:30:14.337 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:30:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:30:34.770 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:30:34.770 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:30:44.338 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:31:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:31:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:31:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:31:14.341 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:31:34.771 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:31:34.775 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:31:34.775 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:31:44.347 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:32:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:32:04.772 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:32:04.772 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:32:14.353 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:32:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:32:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:32:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:32:44.330 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:33:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:33:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:33:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:33:14.354 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:33:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:33:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:33:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:33:44.342 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:34:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:34:04.773 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:34:04.774 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:34:14.351 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:34:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:34:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:34:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:34:44.340 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:35:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:35:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:35:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:35:14.344 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:35:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:35:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:35:34.772 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:35:44.336 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:36:04.771 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:36:04.775 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:36:04.775 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:36:14.357 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:36:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:36:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:36:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:36:44.353 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:37:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:37:04.770 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:37:04.770 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:37:14.340 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:37:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:37:34.770 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:37:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:37:44.341 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:38:04.771 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:38:04.775 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:38:04.775 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:38:14.373 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:38:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:38:34.772 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:38:34.772 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:38:44.382 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:39:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:39:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:39:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:39:14.347 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:39:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:39:34.770 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:39:34.770 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:39:44.351 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:40:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:40:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:40:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:40:14.363 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:40:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:40:34.774 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:40:34.774 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:40:44.333 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:41:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:41:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:41:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:41:14.347 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:41:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:41:34.770 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:41:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:41:44.360 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:42:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:42:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:42:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:42:14.356 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:42:34.771 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:42:34.776 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:42:34.776 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:42:44.349 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:43:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:43:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:43:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:43:14.376 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:43:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:43:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:43:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:43:44.352 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:44:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:44:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:44:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:44:14.336 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:44:34.771 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:44:34.774 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:44:34.774 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:44:44.354 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:45:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:45:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:45:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:45:14.344 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:45:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:45:34.770 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:45:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:45:44.403 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:46:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:46:04.770 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:46:04.770 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:46:14.325 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:46:34.771 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:46:34.776 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:46:34.776 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:46:44.344 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:47:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:47:04.772 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:47:04.772 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:47:14.351 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:47:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:47:34.770 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:47:34.770 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:47:44.339 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:48:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:48:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:48:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:48:14.340 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:48:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:48:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:48:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:48:44.337 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:49:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:49:04.773 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:49:04.773 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:49:14.372 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:49:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:49:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:49:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:49:44.332 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:50:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:50:04.770 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:50:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:50:14.344 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:50:34.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:50:34.771 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:50:34.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:50:44.343 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:51:04.775 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:51:04.779 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:51:04.779 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:51:14.332 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:51:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:51:34.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:51:34.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:51:44.334 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:52:04.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:52:04.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:52:04.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:52:14.334 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:52:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:52:34.770 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:52:34.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:52:44.326 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:53:04.771 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:53:04.775 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:53:04.775 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:53:14.363 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:53:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:53:34.773 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:53:34.773 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:53:44.347 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:54:04.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:54:04.770 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:54:04.770 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:54:14.338 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:54:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:54:34.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:54:34.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:54:44.322 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:55:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:55:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:55:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:55:14.340 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:55:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:55:34.773 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:55:34.774 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:55:44.320 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:56:04.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:56:04.771 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:56:04.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:56:14.330 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:56:34.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:56:34.771 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:56:34.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:56:44.334 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:57:04.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:57:04.771 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:57:04.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:57:14.349 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:57:34.771 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:57:34.775 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:57:34.775 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:57:44.343 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:58:04.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:58:04.771 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:58:04.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:58:14.378 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:58:34.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:58:34.770 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:58:34.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:58:44.336 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:59:04.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:59:04.770 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:59:04.770 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:59:14.343 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 11:59:34.771 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 11:59:34.775 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 11:59:34.775 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 11:59:44.351 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:00:04.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:00:04.771 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:00:04.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:00:14.331 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:00:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:00:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:00:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:00:44.328 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:01:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:01:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:01:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:01:14.335 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:01:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:01:34.774 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:01:34.774 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:01:44.347 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:02:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:02:04.773 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:02:04.773 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:02:14.335 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:02:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:02:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:02:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:02:44.337 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:03:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:03:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:03:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:03:14.355 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:03:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:03:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:03:34.772 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:03:44.338 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:04:04.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:04:04.773 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:04:04.773 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:04:14.332 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:04:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:04:34.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:04:34.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:04:44.327 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:05:04.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:05:04.771 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:05:04.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:05:14.326 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:05:34.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:05:34.771 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:05:34.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:05:44.357 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:06:04.771 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:06:04.777 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:06:04.777 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:06:14.352 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:06:34.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:06:34.770 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:06:34.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:06:44.344 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:07:04.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:07:04.770 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:07:04.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:07:14.331 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:07:34.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:07:34.771 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:07:34.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:07:44.338 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:08:04.772 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:08:04.779 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:08:04.779 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:08:14.346 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:08:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:08:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:08:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:08:44.423 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:09:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:09:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:09:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:09:14.341 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:09:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:09:34.772 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:09:34.772 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:09:44.342 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:10:04.771 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:10:04.774 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:10:04.774 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:10:14.331 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:10:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:10:34.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:10:34.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:10:44.331 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:11:04.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:11:04.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:11:04.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:11:14.322 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:11:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:11:34.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:11:34.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:11:44.326 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:12:04.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:12:04.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:12:04.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:12:14.326 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:12:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:12:34.773 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:12:34.773 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:12:44.325 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:13:04.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:13:04.770 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:13:04.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:13:14.332 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:13:34.770 INFO 8 --- [ool-2-thread-10] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:13:34.771 WARN 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:13:34.771 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:13:44.329 INFO 8 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:14:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:14:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:14:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:14:14.331 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:14:34.771 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:14:34.774 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:14:34.775 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:14:44.342 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:15:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:15:04.772 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:15:04.772 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:15:14.346 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:15:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:15:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:15:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:15:44.342 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:16:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:16:04.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:16:04.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:16:14.354 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:16:34.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:16:34.771 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:16:34.771 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:16:44.347 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:17:04.770 INFO 8 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:17:04.773 WARN 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:17:04.773 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:17:14.346 INFO 8 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:17:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:17:34.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:17:34.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:17:44.403 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:18:04.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:18:04.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:18:04.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:18:14.333 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:18:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:18:34.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:18:34.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:18:44.335 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:19:04.771 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:19:04.774 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:19:04.774 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:19:14.339 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:19:34.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:19:34.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:19:34.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ... 2021-07-04 12:19:44.339 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2021-07-04 12:20:04.770 INFO 8 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2021-07-04 12:20:04.771 WARN 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2021-07-04 12:20:04.771 INFO 8 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as uFt9Dd2UgPVNmtUh) ...