Results

By type

          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-04-17 10:38:29.379  WARN 7 --- [           main] o.s.b.l.logback.LogbackLoggingSystem     : Ignoring 'logback.configurationFile' system property. Please use 'logging.config' instead.

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::       (v2.1.12.RELEASE)

2021-04-17 10:38:29.856  INFO 7 --- [           main] o.o.a.m.ModelLoaderApplication           : Starting ModelLoaderApplication on dev-aai-modelloader-7f99896568-p7792 with PID 7 (/opt/app/model-loader/model-loader-1.8.0.jar started by aaiadmin in /opt/app/model-loader)
2021-04-17 10:38:29.857  INFO 7 --- [           main] o.o.a.m.ModelLoaderApplication           : No active profile set, falling back to default profiles: default
2021-04-17 10:38:31.597  INFO 7 --- [           main] org.eclipse.jetty.util.log               : Logging initialized @3953ms to org.eclipse.jetty.util.log.Slf4jLog
2021-04-17 10:38:31.762  INFO 7 --- [           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-04-17 10:38:31.806  INFO 7 --- [           main] o.e.j.s.h.ContextHandler.application     : Initializing Spring embedded WebApplicationContext
2021-04-17 10:38:31.949  INFO 7 --- [           main] org.eclipse.jetty.server.session         : DefaultSessionIdManager workerName=node0
2021-04-17 10:38:31.949  INFO 7 --- [           main] org.eclipse.jetty.server.session         : No SessionScavenger set, using defaults
2021-04-17 10:38:31.951  INFO 7 --- [           main] org.eclipse.jetty.server.session         : node0 Scavenging every 660000ms
2021-04-17 10:38:31.959  INFO 7 --- [           main] o.e.jetty.server.handler.ContextHandler  : Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@544820b7{application,/,[file:///tmp/jetty-docbase.16996860402179886909.9500/],AVAILABLE}
2021-04-17 10:38:31.960  INFO 7 --- [           main] org.eclipse.jetty.server.Server          : Started @4318ms
2021-04-17 10:38:31.993  INFO 7 --- [           main] o.o.a.m.service.ModelLoaderService       : MDLSVC0001I|MDLSVC0001I Loading configuration |
2021-04-17 10:38:32.088  INFO 7 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 10:38:32.235 ERROR 7 --- [           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-04-17 10:38:32.237  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 10:38:32.249 ERROR 7 --- [        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-04-17 10:38:33.004  INFO 7 --- [           main] o.e.j.s.h.ContextHandler.application     : Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-17 10:38:33.064  INFO 7 --- [           main] o.e.jetty.server.AbstractConnector       : Started ServerConnector@324a0017{HTTP/1.1,[http/1.1]}{0.0.0.0:9500}
2021-04-17 10:38:33.070  INFO 7 --- [           main] o.o.a.m.ModelLoaderApplication           : Started ModelLoaderApplication in 4.433 seconds (JVM running for 5.428)
2021-04-17 10:39:32.237  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 10:39:32.249 ERROR 7 --- [        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-04-17 10:40:32.236  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 10:40:32.249 ERROR 7 --- [        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-04-17 10:41:32.236  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 10:41:32.938 ERROR 7 --- [        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-04-17 10:41:32.941 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17461480
2021-04-17 10:41:32.941 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-17 10:41:32.946 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-04-17 10:42:32.237  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 10:42:32.261 ERROR 7 --- [        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-04-17 10:42:32.262 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6ee7c362
2021-04-17 10:42:32.262 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-17 10:42:32.263 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-04-17 10:43:32.239  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 10:43:32.301 ERROR 7 --- [        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-04-17 10:43:32.303 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@33f7da71
2021-04-17 10:43:32.303 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-17 10:43:32.305 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-04-17 10:44:32.239  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 10:44:32.266 ERROR 7 --- [        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-04-17 10:44:32.271 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21293d77
2021-04-17 10:44:32.271 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-17 10:44:32.272 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-04-17 10:45:32.240  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 10:45:32.277 ERROR 7 --- [        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-04-17 10:45:32.278 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fbba63a
2021-04-17 10:45:32.278 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-17 10:45:32.280 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-04-17 10:46:32.241  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 10:48:41.892 ERROR 7 --- [        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.80.251] 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-04-17 10:48:41.898 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e14d416
2021-04-17 10:48:41.898 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-17 10:48:41.901 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-04-17 10:48:41.902  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 10:50:52.955 ERROR 7 --- [        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.80.251] 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-04-17 10:50:52.960 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31fbd5c8
2021-04-17 10:50:52.960 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-17 10:50:52.963 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-04-17 10:50:52.964  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 10:53:04.036 ERROR 7 --- [        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.80.251] 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-04-17 10:53:04.039 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@387814a8
2021-04-17 10:53:04.039 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-17 10:53:04.042 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-04-17 10:53:04.043  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 10:55:15.098 ERROR 7 --- [        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.80.251] 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-04-17 10:55:15.101 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@fd9f8d1
2021-04-17 10:55:15.102 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-17 10:55:15.104 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-04-17 10:55:15.104  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 10:57:26.169 ERROR 7 --- [        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.80.251] 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-04-17 10:57:26.172 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c7431bf
2021-04-17 10:57:26.172 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-17 10:57:26.174 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-04-17 10:57:26.174  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 10:59:37.249 ERROR 7 --- [        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.80.251] 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-04-17 10:59:37.253 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e47313b
2021-04-17 10:59:37.253 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-17 10:59:37.256 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-04-17 10:59:37.257  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 11:01:48.315 ERROR 7 --- [        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.80.251] 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-04-17 11:01:48.319 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6069b254
2021-04-17 11:01:48.320 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-17 11:01:48.322 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-04-17 11:01:48.323  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 11:03:59.390 ERROR 7 --- [        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.80.251] 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-04-17 11:03:59.393 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e48e4d7
2021-04-17 11:03:59.393 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-17 11:03:59.395 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-04-17 11:03:59.396  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 11:06:10.460 ERROR 7 --- [        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.80.251] 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-04-17 11:06:10.465 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25a9c38
2021-04-17 11:06:10.465 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-17 11:06:10.469 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-04-17 11:06:10.469  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-04-17 11:06:10.743  INFO 7 --- [        Timer-0] com.att.nsa.apiClient.http.HttpClient    : POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-17 11:06:13.173  INFO 7 --- [        Timer-0] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:06:15.225  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : start DistributionClient
2021-04-17 11:06:15.234  INFO 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC0001D|MDLSVC0001D init(): Connection to SDC established|
2021-04-17 11:06:15.236  INFO 7 --- [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-04-17 11:06:15.245  WARN 7 --- [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-04-17 11:06:15.245  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:06:27.818  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:06:45.234  INFO 7 --- [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-04-17 11:06:45.240  WARN 7 --- [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-04-17 11:06:45.240  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:07:00.155  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:07:15.234  INFO 7 --- [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-04-17 11:07:15.236  WARN 7 --- [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-04-17 11:07:15.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:07:35.268  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:07:35.289 ERROR 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:07:45.234  INFO 7 --- [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-04-17 11:07:45.235  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:07:45.239  WARN 7 --- [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-04-17 11:07:45.239  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:08:05.268  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:08:05.269 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:08:15.233  INFO 7 --- [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-04-17 11:08:15.234  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:08:15.236  WARN 7 --- [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-04-17 11:08:15.237  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:08:27.483  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:08:45.234  INFO 7 --- [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-04-17 11:08:45.238  WARN 7 --- [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-04-17 11:08:45.238  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:08:57.334  INFO 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:09:15.234  INFO 7 --- [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-04-17 11:09:15.241  WARN 7 --- [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-04-17 11:09:15.242  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:09:25.666  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:09:45.235  INFO 7 --- [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-04-17 11:09:45.240  WARN 7 --- [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-04-17 11:09:45.241  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:09:56.654  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:10:15.233  INFO 7 --- [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-04-17 11:10:15.236  WARN 7 --- [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-04-17 11:10:15.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:10:35.267  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:10:35.270 ERROR 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:10:45.234  INFO 7 --- [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-04-17 11:10:45.235  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:10:45.238  WARN 7 --- [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-04-17 11:10:45.238  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:10:47.884  INFO 7 --- [pool-2-thread-3] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:10:47.884  INFO 7 --- [pool-2-thread-3] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:11:00.674  INFO 7 --- [pool-2-thread-3] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:11:00.675  INFO 7 --- [pool-2-thread-3] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:11:16.970  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:11:16.972  INFO 7 --- [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-04-17 11:11:16.974  WARN 7 --- [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-04-17 11:11:16.974  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:11:36.995  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:11:36.999 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:11:45.234  INFO 7 --- [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-04-17 11:11:45.236  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:11:45.239  WARN 7 --- [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-04-17 11:11:45.240  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:11:51.757  INFO 7 --- [pool-2-thread-3] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:11:51.757  INFO 7 --- [pool-2-thread-3] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:11:57.421  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 11:11:57.423 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 11:12:15.234  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:12:15.236  WARN 7 --- [pool-2-thread-7] 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-04-17 11:12:15.236  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:12:35.251  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:12:35.254 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:12:45.235  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:12:45.236  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:12:45.241  WARN 7 --- [pool-2-thread-7] 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-04-17 11:12:45.241  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:12:59.075  INFO 7 --- [pool-2-thread-7] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:12:59.077  INFO 7 --- [pool-2-thread-7] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:13:06.548  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 500 Server Error
2021-04-17 11:13:06.549 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
2021-04-17 11:13:15.233  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:13:15.235  WARN 7 --- [pool-2-thread-7] 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-04-17 11:13:15.235  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:13:15.678  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 11:13:15.679 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 11:13:45.235  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:13:45.249  WARN 7 --- [pool-2-thread-7] 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-04-17 11:13:45.250  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:14:05.275  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:14:05.276 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:14:15.233  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:14:15.234  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:14:15.235  WARN 7 --- [pool-2-thread-7] 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-04-17 11:14:15.235  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:14:35.260  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:14:35.263 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:14:45.234  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:14:45.235  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:14:45.238  WARN 7 --- [pool-2-thread-7] 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-04-17 11:14:45.238  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:14:48.399  INFO 7 --- [pool-2-thread-7] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:14:48.400  INFO 7 --- [pool-2-thread-7] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:14:48.406  INFO 7 --- [pool-2-thread-7] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:14:48.407  INFO 7 --- [pool-2-thread-7] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:15:08.409  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:15:08.410 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:15:15.233  INFO 7 --- [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-04-17 11:15:15.234  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:15:15.235  WARN 7 --- [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-04-17 11:15:15.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:15:24.969  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:15:45.235  INFO 7 --- [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-04-17 11:15:45.242  WARN 7 --- [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-04-17 11:15:45.242  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:16:05.259  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:16:05.260 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:16:15.233  INFO 7 --- [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-04-17 11:16:15.234  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:16:15.235  WARN 7 --- [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-04-17 11:16:15.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:16:26.319  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:16:45.233  INFO 7 --- [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-04-17 11:16:45.235  WARN 7 --- [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-04-17 11:16:45.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:16:55.783  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:17:15.240  INFO 7 --- [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-04-17 11:17:15.259  WARN 7 --- [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-04-17 11:17:15.259  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:17:25.022  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:17:45.233  INFO 7 --- [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-04-17 11:17:45.235  WARN 7 --- [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-04-17 11:17:45.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:17:55.079  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:18:15.233  INFO 7 --- [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-04-17 11:18:15.236  WARN 7 --- [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-04-17 11:18:15.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:18:25.335  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:18:45.241  INFO 7 --- [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-04-17 11:18:45.260  WARN 7 --- [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-04-17 11:18:45.260  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:19:05.278  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:19:05.279 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:19:15.233  INFO 7 --- [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-04-17 11:19:15.234  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:19:15.235  WARN 7 --- [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-04-17 11:19:15.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:19:29.062  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:19:45.234  INFO 7 --- [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-04-17 11:19:45.236  WARN 7 --- [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-04-17 11:19:45.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:20:00.933  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:20:15.234  INFO 7 --- [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-04-17 11:20:15.238  WARN 7 --- [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-04-17 11:20:15.238  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:20:32.535  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://message-router.onap:3904: The target server failed to respond
2021-04-17 11:20:32.536  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:20:52.556  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:20:52.557 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:20:52.558  INFO 7 --- [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-04-17 11:20:52.559  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:20:52.561  WARN 7 --- [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-04-17 11:20:52.561  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:21:12.578  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:21:12.579 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:21:15.234  INFO 7 --- [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-04-17 11:21:15.237  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:21:15.239  WARN 7 --- [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-04-17 11:21:15.240  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:21:35.265  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:21:35.266 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:21:45.234  INFO 7 --- [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-04-17 11:21:45.235  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:21:45.238  WARN 7 --- [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-04-17 11:21:45.239  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:21:55.491  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:21:55.492  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:21:55.498  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:21:55.498  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:21:55.507  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:21:55.507  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:21:55.514  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-04-17 11:21:55.514 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-04-17 11:22:15.233  INFO 7 --- [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-04-17 11:22:15.234  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:22:15.235  WARN 7 --- [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-04-17 11:22:15.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:22:35.242  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:22:35.243 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:22:45.233  INFO 7 --- [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-04-17 11:22:45.234  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:22:45.235  WARN 7 --- [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-04-17 11:22:45.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:23:05.260  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:23:05.263 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:23:15.234  INFO 7 --- [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-04-17 11:23:15.236  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:23:15.241  WARN 7 --- [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-04-17 11:23:15.242  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:23:15.563  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 11:23:15.563 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 11:23:45.233  INFO 7 --- [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-04-17 11:23:45.235  WARN 7 --- [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-04-17 11:23:45.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:23:46.099  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://message-router.onap:3904: The target server failed to respond
2021-04-17 11:23:46.100  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:24:06.126  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:24:06.127 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:24:15.234  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:24:15.234  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:24:15.236  WARN 7 --- [pool-2-thread-7] 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-04-17 11:24:15.236  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:24:35.259  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:24:35.261 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:24:45.234  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:24:45.235  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:24:45.238  WARN 7 --- [pool-2-thread-7] 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-04-17 11:24:45.238  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:25:05.268  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:25:05.269 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:25:15.235  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:25:15.238  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:25:15.244  WARN 7 --- [pool-2-thread-7] 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-04-17 11:25:15.244  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:25:35.275  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:25:35.277 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:25:45.233  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:25:45.234  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:25:45.235  WARN 7 --- [pool-2-thread-7] 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-04-17 11:25:45.235  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:26:05.264  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:26:05.266 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:26:15.234  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:26:15.235  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:26:15.239  WARN 7 --- [pool-2-thread-7] 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-04-17 11:26:15.239  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:26:35.267  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:26:35.268 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:26:45.234  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:26:45.236  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:26:45.239  WARN 7 --- [pool-2-thread-7] 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-04-17 11:26:45.239  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:27:02.896  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:27:15.234  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:27:15.238  WARN 7 --- [pool-2-thread-7] 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-04-17 11:27:15.239  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:27:15.255  INFO 7 --- [pool-2-thread-7] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:27:15.255  INFO 7 --- [pool-2-thread-7] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:27:15.744  INFO 7 --- [pool-2-thread-7] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:27:15.744  INFO 7 --- [pool-2-thread-7] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:27:17.115  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 11:27:17.117 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 11:27:45.235  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:27:45.244  WARN 7 --- [pool-2-thread-7] 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-04-17 11:27:45.244  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:28:05.270  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:28:05.271 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:28:15.234  INFO 7 --- [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-04-17 11:28:15.234  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:28:15.238  WARN 7 --- [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-04-17 11:28:15.238  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:28:35.254  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:28:35.257 ERROR 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:28:45.235  INFO 7 --- [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-04-17 11:28:45.236  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:28:45.245  WARN 7 --- [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-04-17 11:28:45.246  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:29:05.275  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:29:05.276 ERROR 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:29:15.233  INFO 7 --- [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-04-17 11:29:15.234  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:29:15.235  WARN 7 --- [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-04-17 11:29:15.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:29:32.452  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:29:45.234  INFO 7 --- [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-04-17 11:29:45.235  WARN 7 --- [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-04-17 11:29:45.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:30:03.064  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:30:15.234  INFO 7 --- [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-04-17 11:30:15.237  WARN 7 --- [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-04-17 11:30:15.238  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:30:33.470  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:30:45.234  INFO 7 --- [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-04-17 11:30:45.236  WARN 7 --- [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-04-17 11:30:45.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:31:03.778  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:31:15.234  INFO 7 --- [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-04-17 11:31:15.238  WARN 7 --- [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-04-17 11:31:15.238  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:31:34.976  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:31:45.234  INFO 7 --- [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-04-17 11:31:45.235  WARN 7 --- [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-04-17 11:31:45.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:32:02.851  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:32:15.235  INFO 7 --- [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-04-17 11:32:15.241  WARN 7 --- [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-04-17 11:32:15.242  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:32:35.270  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:32:35.271 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:32:45.233  INFO 7 --- [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-04-17 11:32:45.235  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:32:45.236  WARN 7 --- [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-04-17 11:32:45.237  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:33:05.260  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:33:05.262 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:33:15.233  INFO 7 --- [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-04-17 11:33:15.234  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:33:15.236  WARN 7 --- [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-04-17 11:33:15.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:33:29.423  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:33:29.424  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:33:29.755  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:33:29.755  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:33:29.762  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:33:29.762  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:33:29.772  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-04-17 11:33:29.772 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-04-17 11:33:45.234  INFO 7 --- [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-04-17 11:33:45.235  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:33:45.239  WARN 7 --- [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-04-17 11:33:45.239  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:34:04.619  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:34:04.620  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:34:23.019  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 11:34:23.019 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 11:34:23.020  INFO 7 --- [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-04-17 11:34:23.020  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:34:23.021  WARN 7 --- [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-04-17 11:34:23.021  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:34:43.040  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:34:43.041 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:34:45.233  INFO 7 --- [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-04-17 11:34:45.234  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:34:45.235  WARN 7 --- [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-04-17 11:34:45.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:35:03.234  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:35:15.235  INFO 7 --- [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-04-17 11:35:15.241  WARN 7 --- [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-04-17 11:35:15.241  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:35:32.768  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:35:45.233  INFO 7 --- [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-04-17 11:35:45.235  WARN 7 --- [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-04-17 11:35:45.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:36:05.246  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:36:05.247 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:36:15.233  INFO 7 --- [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-04-17 11:36:15.234  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:36:15.236  WARN 7 --- [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-04-17 11:36:15.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:36:35.256  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:36:35.257 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:36:45.235  INFO 7 --- [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-04-17 11:36:45.239  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:36:45.244  WARN 7 --- [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-04-17 11:36:45.244  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:37:04.930  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:37:15.233  INFO 7 --- [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-04-17 11:37:15.235  WARN 7 --- [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-04-17 11:37:15.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:37:35.249  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:37:35.250 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:37:45.233  INFO 7 --- [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-04-17 11:37:45.234  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:37:45.236  WARN 7 --- [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-04-17 11:37:45.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:38:05.263  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:38:05.265 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:38:15.235  INFO 7 --- [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-04-17 11:38:15.236  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:38:15.241  WARN 7 --- [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-04-17 11:38:15.241  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:38:35.269  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:38:35.270 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:38:45.233  INFO 7 --- [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-04-17 11:38:45.234  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:38:45.235  WARN 7 --- [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-04-17 11:38:45.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:38:55.745  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 11:38:55.746 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 11:39:15.233  INFO 7 --- [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-04-17 11:39:15.235  WARN 7 --- [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-04-17 11:39:15.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:39:32.476  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:39:45.234  INFO 7 --- [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-04-17 11:39:45.238  WARN 7 --- [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-04-17 11:39:45.239  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:40:02.773  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:40:15.233  INFO 7 --- [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-04-17 11:40:15.235  WARN 7 --- [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-04-17 11:40:15.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:40:33.017  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:40:45.235  INFO 7 --- [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-04-17 11:40:45.243  WARN 7 --- [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-04-17 11:40:45.243  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:41:04.443  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:41:15.233  INFO 7 --- [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-04-17 11:41:15.235  WARN 7 --- [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-04-17 11:41:15.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:41:35.258  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:41:35.258 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:41:45.233  INFO 7 --- [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-04-17 11:41:45.234  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:41:45.235  WARN 7 --- [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-04-17 11:41:45.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:42:02.594  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:42:15.236  INFO 7 --- [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-04-17 11:42:15.244  WARN 7 --- [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-04-17 11:42:15.244  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:42:33.183  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:42:45.233  INFO 7 --- [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-04-17 11:42:45.235  WARN 7 --- [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-04-17 11:42:45.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:43:05.242  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:43:05.243 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:43:15.233  INFO 7 --- [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-04-17 11:43:15.234  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:43:15.236  WARN 7 --- [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-04-17 11:43:15.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:43:35.264  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:43:35.267 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:43:45.235  INFO 7 --- [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-04-17 11:43:45.236  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:43:45.240  WARN 7 --- [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-04-17 11:43:45.240  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:44:05.269  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:44:05.270 ERROR 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:44:15.233  INFO 7 --- [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-04-17 11:44:15.234  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:44:15.234  WARN 7 --- [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-04-17 11:44:15.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:44:32.389  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:44:45.233  INFO 7 --- [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-04-17 11:44:45.235  WARN 7 --- [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-04-17 11:44:45.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:45:03.058  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:45:15.235  INFO 7 --- [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-04-17 11:45:15.242  WARN 7 --- [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-04-17 11:45:15.242  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:45:32.292  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:45:45.234  INFO 7 --- [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-04-17 11:45:45.235  WARN 7 --- [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-04-17 11:45:45.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:46:02.289  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:46:15.234  INFO 7 --- [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-04-17 11:46:15.238  WARN 7 --- [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-04-17 11:46:15.238  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:46:32.274  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:46:45.234  INFO 7 --- [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-04-17 11:46:45.237  WARN 7 --- [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-04-17 11:46:45.238  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:47:02.279  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:47:15.233  INFO 7 --- [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-04-17 11:47:15.235  WARN 7 --- [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-04-17 11:47:15.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:47:32.277  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:47:45.236  INFO 7 --- [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-04-17 11:47:45.242  WARN 7 --- [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-04-17 11:47:45.242  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:48:02.281  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:48:15.234  INFO 7 --- [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-04-17 11:48:15.235  WARN 7 --- [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-04-17 11:48:15.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:48:32.295  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:48:45.233  INFO 7 --- [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-04-17 11:48:45.236  WARN 7 --- [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-04-17 11:48:45.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:49:02.281  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:49:15.235  INFO 7 --- [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-04-17 11:49:15.241  WARN 7 --- [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-04-17 11:49:15.241  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:49:32.282  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:49:45.233  INFO 7 --- [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-04-17 11:49:45.235  WARN 7 --- [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-04-17 11:49:45.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:50:02.448  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:50:15.234  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:50:15.236  WARN 7 --- [pool-2-thread-9] 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-04-17 11:50:15.236  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:50:35.261  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:50:35.263 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:50:45.235  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:50:45.237  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:50:45.241  WARN 7 --- [pool-2-thread-9] 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-04-17 11:50:45.241  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:51:05.281  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:51:05.282 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:51:15.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:51:15.234  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:51:15.235  WARN 7 --- [pool-2-thread-9] 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-04-17 11:51:15.235  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:51:35.257  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:51:35.258 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:51:45.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:51:45.234  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:51:45.236  WARN 7 --- [pool-2-thread-9] 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-04-17 11:51:45.236  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:52:02.946  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:52:15.234  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:52:15.239  WARN 7 --- [pool-2-thread-9] 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-04-17 11:52:15.239  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:52:34.366  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:52:45.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:52:45.234  WARN 7 --- [pool-2-thread-9] 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-04-17 11:52:45.235  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:53:03.510  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:53:15.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:53:15.234  WARN 7 --- [pool-2-thread-9] 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-04-17 11:53:15.234  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:53:32.826  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:53:45.235  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:53:45.247  WARN 7 --- [pool-2-thread-9] 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-04-17 11:53:45.248  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:54:02.706  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:54:15.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:54:15.235  WARN 7 --- [pool-2-thread-9] 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-04-17 11:54:15.235  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:54:34.542  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:54:45.236  INFO 7 --- [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-04-17 11:54:45.242  WARN 7 --- [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-04-17 11:54:45.243  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:55:03.152  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 11:55:15.234  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:55:15.235  WARN 7 --- [pool-2-thread-7] 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-04-17 11:55:15.235  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:55:17.209  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 11:55:17.209 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 11:55:45.233  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:55:45.236  WARN 7 --- [pool-2-thread-7] 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-04-17 11:55:45.236  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:55:49.448  INFO 7 --- [pool-2-thread-7] o.apache.http.impl.execchain.RetryExec   : I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://message-router.onap:3904: The target server failed to respond
2021-04-17 11:55:49.448  INFO 7 --- [pool-2-thread-7] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:56:09.476  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:56:09.478 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:56:15.235  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:56:15.236  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:56:15.240  WARN 7 --- [pool-2-thread-7] 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-04-17 11:56:15.240  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:56:35.250  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:56:35.250 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:56:45.233  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:56:45.234  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:56:45.236  WARN 7 --- [pool-2-thread-7] 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-04-17 11:56:45.236  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:57:05.262  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:57:05.263 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:57:15.233  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:57:15.234  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:57:15.235  WARN 7 --- [pool-2-thread-7] 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-04-17 11:57:15.235  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:57:35.262  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:57:35.265 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:57:45.234  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:57:45.235  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:57:45.239  WARN 7 --- [pool-2-thread-7] 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-04-17 11:57:45.239  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:58:05.265  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:58:05.266 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:58:15.233  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 11:58:15.234  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:58:15.235  WARN 7 --- [pool-2-thread-7] 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-04-17 11:58:15.235  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 11:58:35.239  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:58:35.240 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:58:45.235  INFO 7 --- [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-04-17 11:58:45.237  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:58:45.243  WARN 7 --- [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-04-17 11:58:45.243  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:58:46.096  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 11:58:46.096  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 11:59:06.110  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:59:06.111 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:59:15.233  INFO 7 --- [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-04-17 11:59:15.234  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:59:15.236  WARN 7 --- [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-04-17 11:59:15.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 11:59:35.250  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 11:59:35.250 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 11:59:45.233  INFO 7 --- [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-04-17 11:59:45.234  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 11:59:45.236  WARN 7 --- [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-04-17 11:59:45.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:00:05.267  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:00:05.270 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:00:15.234  INFO 7 --- [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-04-17 12:00:15.236  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:00:15.239  WARN 7 --- [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-04-17 12:00:15.239  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:00:22.649  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:00:22.651  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:00:22.661  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:00:22.662  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:00:22.673  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:00:22.673  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:00:22.684  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-04-17 12:00:22.685 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-04-17 12:00:45.233  INFO 7 --- [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-04-17 12:00:45.234  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:00:45.235  WARN 7 --- [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-04-17 12:00:45.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:00:57.302  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 12:00:57.302 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 12:01:15.233  INFO 7 --- [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-04-17 12:01:15.236  WARN 7 --- [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-04-17 12:01:15.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:01:35.257  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:01:35.260 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:01:45.234  INFO 7 --- [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-04-17 12:01:45.236  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:01:45.239  WARN 7 --- [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-04-17 12:01:45.240  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:02:05.254  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:02:05.254 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:02:15.233  INFO 7 --- [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-04-17 12:02:15.234  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:02:15.234  WARN 7 --- [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-04-17 12:02:15.234  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:02:35.256  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:02:35.257 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:02:45.233  INFO 7 --- [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-04-17 12:02:45.234  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:02:45.236  WARN 7 --- [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-04-17 12:02:45.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:02:47.657  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:02:47.657  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:03:05.580  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 12:03:15.234  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:03:15.239  WARN 7 --- [pool-2-thread-7] 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-04-17 12:03:15.239  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:03:35.264  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:03:35.265 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:03:45.233  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:03:45.234  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:03:45.235  WARN 7 --- [pool-2-thread-7] 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-04-17 12:03:45.235  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:03:49.877  INFO 7 --- [pool-2-thread-7] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:03:49.877  INFO 7 --- [pool-2-thread-7] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:04:07.998  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 12:04:15.233  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:04:15.236  WARN 7 --- [pool-2-thread-7] 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-04-17 12:04:15.236  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:04:32.524  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 12:04:45.235  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:04:45.246  WARN 7 --- [pool-2-thread-7] 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-04-17 12:04:45.246  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:05:03.277  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 12:05:15.233  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:05:15.234  WARN 7 --- [pool-2-thread-7] 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-04-17 12:05:15.234  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:05:35.254  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:05:35.255 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:05:45.233  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:05:45.234  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:05:45.236  WARN 7 --- [pool-2-thread-7] 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-04-17 12:05:45.236  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:06:05.246  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:06:05.248 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:06:15.235  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:06:15.236  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:06:15.240  WARN 7 --- [pool-2-thread-7] 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-04-17 12:06:15.240  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:06:33.044  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 12:06:45.233  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:06:45.235  WARN 7 --- [pool-2-thread-7] 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-04-17 12:06:45.235  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:07:01.076  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 12:07:01.077 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 12:07:15.234  INFO 7 --- [pool-2-thread-7] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:07:15.239  WARN 7 --- [pool-2-thread-7] 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-04-17 12:07:15.239  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:07:27.777  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 12:07:27.778 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 12:07:45.233  INFO 7 --- [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-04-17 12:07:45.234  WARN 7 --- [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-04-17 12:07:45.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:08:05.247  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:08:05.248 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:08:15.233  INFO 7 --- [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-04-17 12:08:15.234  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:08:15.236  WARN 7 --- [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-04-17 12:08:15.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:08:35.264  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:08:35.266 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:08:45.234  INFO 7 --- [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-04-17 12:08:45.235  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:08:45.239  WARN 7 --- [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-04-17 12:08:45.239  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:09:05.256  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:09:05.257 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:09:15.233  INFO 7 --- [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-04-17 12:09:15.234  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:09:15.235  WARN 7 --- [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-04-17 12:09:15.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:09:27.082  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:09:27.083  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:09:27.134  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:09:27.135  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:09:32.344  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:09:32.355  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:09:32.415  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-04-17 12:09:32.415 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-04-17 12:09:45.233  INFO 7 --- [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-04-17 12:09:45.234  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:09:45.235  WARN 7 --- [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-04-17 12:09:45.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:10:05.258  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:10:05.260 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:10:15.235  INFO 7 --- [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-04-17 12:10:15.236  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:10:15.240  WARN 7 --- [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-04-17 12:10:15.240  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:10:17.217  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 12:10:17.218 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 12:10:45.233  INFO 7 --- [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-04-17 12:10:45.235  WARN 7 --- [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-04-17 12:10:45.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:10:45.542  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 12:10:45.543 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 12:11:15.233  INFO 7 --- [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-04-17 12:11:15.235  WARN 7 --- [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-04-17 12:11:15.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:11:16.284  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 12:11:16.285 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 12:11:45.235  INFO 7 --- [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-04-17 12:11:45.242  WARN 7 --- [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-04-17 12:11:45.242  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:11:46.288  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://message-router.onap:3904: The target server failed to respond
2021-04-17 12:11:46.288  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:11:48.837  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 12:11:48.838 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 12:12:15.233  INFO 7 --- [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-04-17 12:12:15.235  WARN 7 --- [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-04-17 12:12:15.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:12:35.257  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:12:35.257 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:12:45.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:12:45.234  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:12:45.236  WARN 7 --- [pool-2-thread-9] 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-04-17 12:12:45.237  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:13:05.269  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:13:05.270 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:13:15.235  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:13:15.237  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:13:15.243  WARN 7 --- [pool-2-thread-9] 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-04-17 12:13:15.243  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:13:35.271  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:13:35.272 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:13:45.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:13:45.234  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:13:45.236  WARN 7 --- [pool-2-thread-9] 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-04-17 12:13:45.236  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:14:05.257  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:14:05.258 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:14:15.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:14:15.234  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:14:15.236  WARN 7 --- [pool-2-thread-9] 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-04-17 12:14:15.237  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:14:35.262  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:14:35.263 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:14:45.235  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:14:45.239  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:14:45.246  WARN 7 --- [pool-2-thread-9] 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-04-17 12:14:45.246  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:14:45.461  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 12:14:45.462 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 12:15:15.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:15:15.235  WARN 7 --- [pool-2-thread-9] 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-04-17 12:15:15.235  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:15:35.259  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:15:35.261 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:15:45.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:15:45.234  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:15:45.235  WARN 7 --- [pool-2-thread-9] 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-04-17 12:15:45.235  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:15:48.555  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:15:48.555  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:16:08.560  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:16:08.562 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:16:15.234  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:16:15.235  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:16:15.238  WARN 7 --- [pool-2-thread-9] 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-04-17 12:16:15.239  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:16:35.266  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:16:35.266 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:16:45.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:16:45.234  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:16:45.235  WARN 7 --- [pool-2-thread-9] 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-04-17 12:16:45.235  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:17:03.106  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-04-17 12:17:15.235  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:17:15.240  WARN 7 --- [pool-2-thread-9] 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-04-17 12:17:15.240  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:17:35.267  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:17:35.268 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:17:45.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:17:45.234  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:17:45.236  WARN 7 --- [pool-2-thread-9] 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-04-17 12:17:45.236  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:18:05.247  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:18:05.248 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:18:15.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:18:15.234  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:18:15.236  WARN 7 --- [pool-2-thread-9] 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-04-17 12:18:15.236  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:18:35.268  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:18:35.271 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:18:45.234  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:18:45.236  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:18:45.240  WARN 7 --- [pool-2-thread-9] 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-04-17 12:18:45.240  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:19:05.265  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:19:05.266 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:19:15.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:19:15.234  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:19:15.235  WARN 7 --- [pool-2-thread-9] 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-04-17 12:19:15.235  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:19:22.176  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:19:22.176  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:19:42.198  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:19:42.199 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:19:45.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:19:45.234  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:19:45.236  WARN 7 --- [pool-2-thread-9] 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-04-17 12:19:45.236  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:19:45.253  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:19:45.253  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:19:45.374  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:19:45.374  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:20:01.071  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:20:01.072  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:20:01.089  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-04-17 12:20:01.089 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-04-17 12:20:15.235  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:20:15.237  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:20:15.242  WARN 7 --- [pool-2-thread-9] 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-04-17 12:20:15.242  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:20:35.266  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:20:35.267 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:20:45.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:20:45.234  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:20:45.235  WARN 7 --- [pool-2-thread-9] 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-04-17 12:20:45.235  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:20:45.369  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:20:45.369  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:20:45.372  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:20:45.372  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:20:45.374  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:20:45.374  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:20:45.377  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-04-17 12:20:45.378 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-04-17 12:21:15.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:21:15.234  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:21:15.235  WARN 7 --- [pool-2-thread-9] 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-04-17 12:21:15.235  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:21:35.250  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:21:35.250 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:21:45.234  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:21:45.235  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:21:45.236  WARN 7 --- [pool-2-thread-9] 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-04-17 12:21:45.236  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:22:05.261  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:22:05.263 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:22:15.234  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:22:15.235  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:22:15.239  WARN 7 --- [pool-2-thread-9] 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-04-17 12:22:15.240  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:22:18.138  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:22:18.139  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:22:38.151  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:22:38.152 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:22:45.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:22:45.234  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:22:45.234  WARN 7 --- [pool-2-thread-9] 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-04-17 12:22:45.235  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:23:05.258  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:23:05.258 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:23:15.233  INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-04-17 12:23:15.234  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:23:15.235  WARN 7 --- [pool-2-thread-9] 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-04-17 12:23:15.235  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as 9170WQvXkRYmBWTy) ...
2021-04-17 12:23:35.255  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:23:35.257 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:23:45.234  INFO 7 --- [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-04-17 12:23:45.235  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:23:45.238  WARN 7 --- [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-04-17 12:23:45.238  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:24:05.265  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:24:05.266 ERROR 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:24:15.233  INFO 7 --- [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-04-17 12:24:15.234  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:24:15.235  WARN 7 --- [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-04-17 12:24:15.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:24:35.255  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:24:35.256 ERROR 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:24:45.234  INFO 7 --- [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-04-17 12:24:45.235  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:24:45.237  WARN 7 --- [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-04-17 12:24:45.237  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:25:05.266  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:25:05.268 ERROR 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:25:15.234  INFO 7 --- [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-04-17 12:25:15.235  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:25:15.238  WARN 7 --- [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-04-17 12:25:15.238  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:25:35.251  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:25:35.252 ERROR 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:25:45.234  INFO 7 --- [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-04-17 12:25:45.235  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:25:45.236  WARN 7 --- [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-04-17 12:25:45.237  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:25:46.653  INFO 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-04-17 12:25:46.654 ERROR 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-04-17 12:26:15.234  INFO 7 --- [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-04-17 12:26:15.238  WARN 7 --- [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-04-17 12:26:15.238  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:26:35.257  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:26:35.258 ERROR 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:26:45.234  INFO 7 --- [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-04-17 12:26:45.234  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:26:45.236  WARN 7 --- [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-04-17 12:26:45.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:26:48.544  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:26:48.544  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:26:48.562  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:26:48.562  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:26:48.580  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:26:48.580  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:26:48.590  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-04-17 12:26:48.590 ERROR 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-04-17 12:27:15.233  INFO 7 --- [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-04-17 12:27:15.234  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:27:15.235  WARN 7 --- [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-04-17 12:27:15.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:27:35.253  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:27:35.254 ERROR 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:27:45.233  INFO 7 --- [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-04-17 12:27:45.234  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:27:45.236  WARN 7 --- [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-04-17 12:27:45.236  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:28:05.257  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-04-17 12:28:05.258 ERROR 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-04-17 12:28:15.235  INFO 7 --- [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-04-17 12:28:15.237  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:28:15.241  WARN 7 --- [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-04-17 12:28:15.242  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:28:29.999  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:28:30.000  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:28:30.031  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:28:30.031  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:28:30.062  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:28:30.062  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:28:30.072  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-04-17 12:28:30.072 ERROR 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-04-17 12:28:45.233  INFO 7 --- [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-04-17 12:28:45.234  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-04-17 12:28:45.235  WARN 7 --- [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-04-17 12:28:45.235  INFO 7 --- [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 9170WQvXkRYmBWTy) ...
2021-04-17 12:28:47.924  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:28:47.924  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:28:48.132  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:28:48.133  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:28:48.137  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-04-17 12:28:48.137  INFO 7 --- [pool-2-thread-2] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-04-17 12:28:48.140  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-04-17 12:28:48.140 ERROR 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset