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-05-03 22:37:33.404  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-05-03 22:37:33.940  INFO 7 --- [           main] o.o.a.m.ModelLoaderApplication           : Starting ModelLoaderApplication on dev-aai-modelloader-7f99896568-89nzc with PID 7 (/opt/app/model-loader/model-loader-1.8.0.jar started by aaiadmin in /opt/app/model-loader)
2021-05-03 22:37:33.941  INFO 7 --- [           main] o.o.a.m.ModelLoaderApplication           : No active profile set, falling back to default profiles: default
2021-05-03 22:37:36.108  INFO 7 --- [           main] org.eclipse.jetty.util.log               : Logging initialized @4846ms to org.eclipse.jetty.util.log.Slf4jLog
2021-05-03 22:37:36.205  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-05-03 22:37:36.244  INFO 7 --- [           main] o.e.j.s.h.ContextHandler.application     : Initializing Spring embedded WebApplicationContext
2021-05-03 22:37:36.418  INFO 7 --- [           main] org.eclipse.jetty.server.session         : DefaultSessionIdManager workerName=node0
2021-05-03 22:37:36.419  INFO 7 --- [           main] org.eclipse.jetty.server.session         : No SessionScavenger set, using defaults
2021-05-03 22:37:36.421  INFO 7 --- [           main] org.eclipse.jetty.server.session         : node0 Scavenging every 660000ms
2021-05-03 22:37:36.431  INFO 7 --- [           main] o.e.jetty.server.handler.ContextHandler  : Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@2e554a3b{application,/,[file:///tmp/jetty-docbase.3309338319113346727.9500/],AVAILABLE}
2021-05-03 22:37:36.432  INFO 7 --- [           main] org.eclipse.jetty.server.Server          : Started @5171ms
2021-05-03 22:37:36.475  INFO 7 --- [           main] o.o.a.m.service.ModelLoaderService       : MDLSVC0001I|MDLSVC0001I Loading configuration |
2021-05-03 22:37:36.512  INFO 7 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:37:36.667 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-05-03 22:37:36.669  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:37:36.682 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-05-03 22:37:37.341  INFO 7 --- [           main] o.e.j.s.h.ContextHandler.application     : Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-03 22:37:37.372  INFO 7 --- [           main] o.e.jetty.server.AbstractConnector       : Started ServerConnector@46944ca9{HTTP/1.1,[http/1.1]}{0.0.0.0:9500}
2021-05-03 22:37:37.379  INFO 7 --- [           main] o.o.a.m.ModelLoaderApplication           : Started ModelLoaderApplication in 4.911 seconds (JVM running for 6.118)
2021-05-03 22:38:36.669  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:38:36.688 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-05-03 22:39:36.670  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:39:36.685 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-05-03 22:40:36.670  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:40:37.319 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-05-03 22:40:37.323 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74e4a4b1
2021-05-03 22:40:37.323 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-03 22:40:37.329 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-05-03 22:41:36.671  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:41:36.698 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-05-03 22:41:36.699 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1dc86bed
2021-05-03 22:41:36.699 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-03 22:41:36.701 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-05-03 22:42:36.671  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:42:36.698 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-05-03 22:42:36.700 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59ec4829
2021-05-03 22:42:36.700 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-03 22:42:36.702 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-05-03 22:43:36.671  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:43:36.687 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-05-03 22:43:36.688 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53488c10
2021-05-03 22:43:36.688 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-03 22:43:36.689 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-05-03 22:44:36.672  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:44:36.703 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-05-03 22:44:36.703 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17461480
2021-05-03 22:44:36.703 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-03 22:44:36.704 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-05-03 22:45:36.673  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:45:36.699 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-05-03 22:45:36.700 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35f8b511
2021-05-03 22:45:36.700 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-03 22:45:36.701 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-05-03 22:46:36.673  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:48:46.970 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.230.14] 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-05-03 22:48:46.973 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73e490c0
2021-05-03 22:48:46.973 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-03 22:48:46.975 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-05-03 22:48:46.976  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:50:58.037 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.230.14] 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-05-03 22:50:58.042 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64e33d75
2021-05-03 22:50:58.042 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-03 22:50:58.045 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-05-03 22:50:58.045  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:53:09.110 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.230.14] 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-05-03 22:53:09.115 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1016b7d4
2021-05-03 22:53:09.116 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-03 22:53:09.118 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-05-03 22:53:09.119  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:55:20.182 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.230.14] 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-05-03 22:55:20.187 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c745bcd
2021-05-03 22:55:20.187 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-03 22:55:20.191 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-05-03 22:55:20.191  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:57:31.255 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.230.14] 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-05-03 22:57:31.258 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@633784d
2021-05-03 22:57:31.258 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-03 22:57:31.260 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-05-03 22:57:31.261  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 22:59:42.322 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.230.14] 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-05-03 22:59:42.325 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59228f32
2021-05-03 22:59:42.325 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-03 22:59:42.326 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-05-03 22:59:42.327  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 23:01:53.398 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.230.14] 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-05-03 23:01:53.403 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@424fb4b5
2021-05-03 23:01:53.404 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-03 23:01:53.407 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-05-03 23:01:53.408  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-03 23:01:53.720  INFO 7 --- [        Timer-0] com.att.nsa.apiClient.http.HttpClient    : POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-03 23:01:53.831  INFO 7 --- [        Timer-0] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:01:54.052  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : start DistributionClient
2021-05-03 23:01:54.062  INFO 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC0001D|MDLSVC0001D init(): Connection to SDC established|
2021-05-03 23:01:54.064  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-05-03 23:01:54.071  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-05-03 23:01:54.072  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:02:04.435  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:02:24.063  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-05-03 23:02:24.071  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-05-03 23:02:24.071  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:02:33.654  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:02:54.061  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-05-03 23:02:54.063  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-05-03 23:02:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:03:03.631  INFO 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:03:24.061  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-05-03 23:03:24.063  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-05-03 23:03:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:03:33.643  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:03:54.062  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-05-03 23:03:54.065  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-05-03 23:03:54.065  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:04:03.625  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:04:24.061  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-05-03 23:04:24.063  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-05-03 23:04:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:04:33.682  INFO 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:04:54.062  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-05-03 23:04:54.070  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-05-03 23:04:54.071  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:05:03.806  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:05:24.061  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-05-03 23:05:24.063  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-05-03 23:05:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:05:34.159  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:05:54.061  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-05-03 23:05:54.063  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-05-03 23:05:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:06:03.634  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:06:24.063  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-05-03 23:06:24.068  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-05-03 23:06:24.068  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:06:33.646  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:06:54.061  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-05-03 23:06:54.062  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-05-03 23:06:54.062  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:07:03.668  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:07:24.061  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-05-03 23:07:24.063  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-05-03 23:07:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:07:33.624  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:07:54.063  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-05-03 23:07:54.070  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-05-03 23:07:54.071  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:08:03.731  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:08:24.061  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-05-03 23:08:24.063  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-05-03 23:08:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:08:34.007  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:08:54.061  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-05-03 23:08:54.063  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-05-03 23:08:54.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:09:04.024  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:09:24.064  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-05-03 23:09:24.078  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-05-03 23:09:24.078  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:09:33.628  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:09:54.061  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-05-03 23:09:54.063  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-05-03 23:09:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:10:03.607  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:10:24.061  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-05-03 23:10:24.063  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-05-03 23:10:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:10:33.636  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:10:54.063  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-05-03 23:10:54.071  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-05-03 23:10:54.071  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:11:03.655  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:11:24.061  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-05-03 23:11:24.063  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-05-03 23:11:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:11:33.609  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:11:54.061  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-05-03 23:11:54.064  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-05-03 23:11:54.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:12:03.607  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:12:24.063  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-05-03 23:12:24.070  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-05-03 23:12:24.070  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:12:33.623  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:12:54.061  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-05-03 23:12:54.062  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-05-03 23:12:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:13:03.605  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:13:24.061  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-05-03 23:13:24.063  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-05-03 23:13:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:13:33.616  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:13:54.062  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-05-03 23:13:54.069  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-05-03 23:13:54.069  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:14:03.619  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:14:24.061  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-05-03 23:14:24.063  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-05-03 23:14:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:14:34.042  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:14:54.061  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-05-03 23:14:54.064  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-05-03 23:14:54.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:15:03.617  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:15:24.063  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-05-03 23:15:24.069  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-05-03 23:15:24.070  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:15:33.634  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:15:54.061  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-05-03 23:15:54.063  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-05-03 23:15:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:16:03.610  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:16:24.061  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-05-03 23:16:24.063  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-05-03 23:16:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:16:33.621  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:16:54.063  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-05-03 23:16:54.069  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-05-03 23:16:54.069  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:17:04.538  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:17:24.062  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-05-03 23:17:24.064  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-05-03 23:17:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:17:33.606  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:17:54.061  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-05-03 23:17:54.063  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-05-03 23:17:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:18:03.612  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:18:24.063  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-05-03 23:18:24.069  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-05-03 23:18:24.069  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:18:33.629  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:18:54.061  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-05-03 23:18:54.062  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-05-03 23:18:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:19:04.105  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:19:24.061  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-05-03 23:19:24.063  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-05-03 23:19:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:19:33.631  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:19:54.062  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-05-03 23:19:54.067  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-05-03 23:19:54.067  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:20:04.266  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:20:24.061  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-05-03 23:20:24.062  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-05-03 23:20:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:20:35.748  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:20:54.061  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-05-03 23:20:54.063  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-05-03 23:20:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:21:05.456  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:21:24.063  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-05-03 23:21:24.071  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-05-03 23:21:24.072  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:21:39.031  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:21:54.062  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-05-03 23:21:54.063  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-05-03 23:21:54.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:22:14.090  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:22:14.105 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:22:24.061  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-05-03 23:22:24.062  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:22:24.063  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-05-03 23:22:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:22:44.091  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:22:44.091 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:22:54.063  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-05-03 23:22:54.065  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:22:54.069  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-05-03 23:22:54.069  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:23:14.098  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:23:14.099 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:23:24.061  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-05-03 23:23:24.062  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:23:24.063  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-05-03 23:23:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:23:44.069  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:23:44.070 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:23:54.061  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-05-03 23:23:54.062  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:23:54.063  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-05-03 23:23:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:24:14.088  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:24:14.088 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:24:24.061  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-05-03 23:24:24.062  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:24:24.063  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-05-03 23:24:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:24:44.079  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:24:44.082 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:24:54.063  INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:24:54.064  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:24:54.068  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:24:54.068  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:25:14.095  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:25:14.095 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:25:24.061  INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:25:24.062  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:25:24.063  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:25:24.063  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:25:44.087  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:25:44.088 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:25:54.062  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-05-03 23:25:54.064  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:25:54.067  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-05-03 23:25:54.067  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:26:14.095  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:26:14.095 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:26:24.061  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-05-03 23:26:24.062  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:26:24.063  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-05-03 23:26:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:26:25.119  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-05-03 23:26:25.121 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-05-03 23:26:54.061  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-05-03 23:26:54.063  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-05-03 23:26:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:27:11.784  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:27:24.063  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-05-03 23:27:24.067  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-05-03 23:27:24.067  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:27:41.392  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:27:54.061  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-05-03 23:27:54.063  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-05-03 23:27:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:28:11.412  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:28:24.061  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-05-03 23:28:24.063  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-05-03 23:28:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:28:42.878  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:28:54.062  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-05-03 23:28:54.067  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-05-03 23:28:54.067  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:29:11.116  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:29:24.061  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-05-03 23:29:24.063  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-05-03 23:29:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:29:41.174  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:29:54.064  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-05-03 23:29:54.074  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-05-03 23:29:54.074  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:30:11.128  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:30:24.061  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-05-03 23:30:24.063  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-05-03 23:30:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:30:41.095  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:30:54.061  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-05-03 23:30:54.063  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-05-03 23:30:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:31:11.360  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:31:24.062  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-05-03 23:31:24.067  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-05-03 23:31:24.068  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:31:41.105  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:31:54.061  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-05-03 23:31:54.063  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-05-03 23:31:54.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:32:11.120  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:32:24.062  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-05-03 23:32:24.065  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-05-03 23:32:24.065  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:32:41.124  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:32:54.063  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-05-03 23:32:54.070  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-05-03 23:32:54.070  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:33:11.109  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:33:24.061  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-05-03 23:33:24.063  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-05-03 23:33:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:33:41.103  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:33:54.063  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-05-03 23:33:54.067  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-05-03 23:33:54.067  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:34:14.093  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:34:14.094 ERROR 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:34:24.061  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-05-03 23:34:24.062  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:34:24.062  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-05-03 23:34:24.062  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:34:44.088  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:34:44.089 ERROR 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:34:54.061  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-05-03 23:34:54.062  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:34:54.063  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-05-03 23:34:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:35:11.526  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:35:24.062  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-05-03 23:35:24.066  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-05-03 23:35:24.066  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:35:35.341  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:35:54.061  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-05-03 23:35:54.062  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-05-03 23:35:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:36:13.438  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:36:24.062  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-05-03 23:36:24.065  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-05-03 23:36:24.065  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:36:44.087  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:36:44.088 ERROR 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:36:54.061  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-05-03 23:36:54.062  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:36:54.063  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-05-03 23:36:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:37:14.092  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:37:14.095 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:37:24.062  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-05-03 23:37:24.062  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:37:24.065  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-05-03 23:37:24.065  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:37:44.090  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:37:44.091 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:37:54.064  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-05-03 23:37:54.069  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:37:54.074  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-05-03 23:37:54.075  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:38:14.103  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:38:14.104 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:38:24.061  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-05-03 23:38:24.062  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:38:24.063  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-05-03 23:38:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:38:44.081  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:38:44.081 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:38:54.061  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-05-03 23:38:54.062  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:38:54.063  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-05-03 23:38:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:39:14.089  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:39:14.091 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:39:24.062  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-05-03 23:39:24.062  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:39:24.065  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-05-03 23:39:24.065  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:39:44.091  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:39:44.091 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:39:54.061  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-05-03 23:39:54.062  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:39:54.064  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-05-03 23:39:54.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:40:14.087  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:40:14.088 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:40:24.063  INFO 7 --- [pool-2-thread-8] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:40:24.066  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:40:24.071  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:40:24.071  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:40:44.102  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:40:44.103 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:40:54.061  INFO 7 --- [pool-2-thread-8] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:40:54.062  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:40:54.063  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:40:54.063  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:41:14.085  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:41:14.086 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:41:24.061  INFO 7 --- [pool-2-thread-8] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:41:24.062  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:41:24.063  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:41:24.064  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:41:24.080  INFO 7 --- [pool-2-thread-8] 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-05-03 23:41:24.081  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:41:24.083  INFO 7 --- [pool-2-thread-8] 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-05-03 23:41:24.084  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:41:24.086  INFO 7 --- [pool-2-thread-8] 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-05-03 23:41:24.086  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:41:24.088  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-03 23:41:24.089 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-03 23:41:54.063  INFO 7 --- [pool-2-thread-8] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:41:54.066  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:41:54.070  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:41:54.070  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:41:54.088  INFO 7 --- [pool-2-thread-8] 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-05-03 23:41:54.088  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:41:54.091  INFO 7 --- [pool-2-thread-8] 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-05-03 23:41:54.091  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:41:54.093  INFO 7 --- [pool-2-thread-8] 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-05-03 23:41:54.094  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:41:54.099  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. message-router.onap:3904 failed to respond; blacklisting for 2 minutes
2021-05-03 23:41:54.100 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:message-router.onap:3904 failed to respond
2021-05-03 23:42:24.061  INFO 7 --- [pool-2-thread-8] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:42:24.062  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:42:24.063  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:42:24.063  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:42:39.667  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-03 23:42:54.061  INFO 7 --- [pool-2-thread-8] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:42:54.063  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:42:54.063  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:43:14.084  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:43:14.087 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:43:24.062  INFO 7 --- [pool-2-thread-8] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:43:24.062  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:43:24.064  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:43:24.064  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:43:44.095  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:43:44.095 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:43:54.061  INFO 7 --- [pool-2-thread-8] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:43:54.063  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:43:54.064  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:43:54.065  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:44:14.069  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:44:14.070 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:44:24.061  INFO 7 --- [pool-2-thread-8] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:44:24.062  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:44:24.063  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:44:24.064  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:44:44.089  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:44:44.093 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:44:54.062  INFO 7 --- [pool-2-thread-8] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:44:54.064  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:44:54.069  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:44:54.070  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:45:14.103  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:45:14.103 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:45:24.061  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-05-03 23:45:24.062  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:45:24.063  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-05-03 23:45:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:45:44.080  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:45:44.081 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:45:54.062  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-05-03 23:45:54.065  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:45:54.068  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-05-03 23:45:54.068  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:46:14.104  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:46:14.105 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:46:24.061  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-05-03 23:46:24.062  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:46:24.063  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-05-03 23:46:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:46:44.081  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:46:44.083 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:46:54.061  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-05-03 23:46:54.062  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:46:54.065  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-05-03 23:46:54.065  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:47:14.094  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:47:14.097 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:47:24.062  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-05-03 23:47:24.063  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:47:24.069  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-05-03 23:47:24.070  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:47:44.095  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:47:44.095 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:47:54.061  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-05-03 23:47:54.062  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:47:54.063  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-05-03 23:47:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:47:54.067  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-05-03 23:47:54.067  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:47:54.069  INFO 7 --- [pool-2-thread-9] 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-05-03 23:47:54.070  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:47:54.072  INFO 7 --- [pool-2-thread-9] 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-05-03 23:47:54.072  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:47:54.076  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. message-router.onap:3904 failed to respond; blacklisting for 2 minutes
2021-05-03 23:47:54.076 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:message-router.onap:3904 failed to respond
2021-05-03 23:48:24.061  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-05-03 23:48:24.062  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:48:24.064  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-05-03 23:48:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:48:24.072  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-05-03 23:48:24.072  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:48:24.074  INFO 7 --- [pool-2-thread-9] 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-05-03 23:48:24.075  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:48:24.076  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-05-03 23:48:24.077  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:48:24.078  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-03 23:48:24.078 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-03 23:48:54.063  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-05-03 23:48:54.066  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:48:54.070  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-05-03 23:48:54.070  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:48:54.081  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-05-03 23:48:54.081  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:48:54.084  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-05-03 23:48:54.084  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:48:54.086  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-05-03 23:48:54.086  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:48:54.089  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. message-router.onap:3904 failed to respond; blacklisting for 2 minutes
2021-05-03 23:48:54.089 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:message-router.onap:3904 failed to respond
2021-05-03 23:49:24.061  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-05-03 23:49:24.062  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:49:24.064  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-05-03 23:49:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:49:24.069  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-05-03 23:49:24.069  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:49:24.074  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-05-03 23:49:24.075  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:49:24.078  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-05-03 23:49:24.079  INFO 7 --- [pool-2-thread-4] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:49:24.083  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. message-router.onap:3904 failed to respond; blacklisting for 2 minutes
2021-05-03 23:49:24.084 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:message-router.onap:3904 failed to respond
2021-05-03 23:49:54.063  INFO 7 --- [pool-2-thread-8] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:49:54.068  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:49:54.075  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:49:54.075  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:50:14.111  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:50:14.111 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:50:24.061  INFO 7 --- [pool-2-thread-8] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:50:24.062  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:50:24.063  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:50:24.063  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:50:24.065  INFO 7 --- [pool-2-thread-8] 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-05-03 23:50:24.066  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:50:24.068  INFO 7 --- [pool-2-thread-8] 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-05-03 23:50:24.068  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:50:24.073  INFO 7 --- [pool-2-thread-8] 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-05-03 23:50:24.073  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:50:24.076  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-03 23:50:24.077 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-03 23:50:54.061  INFO 7 --- [pool-2-thread-8] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:50:54.062  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:50:54.064  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:50:54.064  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:50:54.073  INFO 7 --- [pool-2-thread-8] 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-05-03 23:50:54.073  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:50:54.075  INFO 7 --- [pool-2-thread-8] 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-05-03 23:50:54.075  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:50:54.077  INFO 7 --- [pool-2-thread-8] 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-05-03 23:50:54.077  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:50:54.080  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. message-router.onap:3904 failed to respond; blacklisting for 2 minutes
2021-05-03 23:50:54.080 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:message-router.onap:3904 failed to respond
2021-05-03 23:51:24.063  INFO 7 --- [pool-2-thread-8] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:51:24.067  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:51:24.071  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:51:24.072  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:51:24.092  INFO 7 --- [pool-2-thread-8] 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-05-03 23:51:24.092  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:51:24.094  INFO 7 --- [pool-2-thread-8] 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-05-03 23:51:24.094  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:51:24.096  INFO 7 --- [pool-2-thread-8] 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-05-03 23:51:24.096  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:51:24.098  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-03 23:51:24.098 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-03 23:51:54.061  INFO 7 --- [pool-2-thread-8] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:51:54.062  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:51:54.063  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:51:54.064  INFO 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:51:54.068  INFO 7 --- [pool-2-thread-8] 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-05-03 23:51:54.069  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:51:54.071  INFO 7 --- [pool-2-thread-8] 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-05-03 23:51:54.071  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:51:54.074  INFO 7 --- [pool-2-thread-8] 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-05-03 23:51:54.074  INFO 7 --- [pool-2-thread-8] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:51:54.077  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-03 23:51:54.078 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-03 23:52:24.063  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-05-03 23:52:24.066  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:52:24.070  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-05-03 23:52:24.071  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:52:44.086  WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:52:44.087 ERROR 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:52:54.061  INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:52:54.062  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:52:54.063  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:52:54.063  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:52:54.067  INFO 7 --- [pool-2-thread-6] 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-05-03 23:52:54.067  INFO 7 --- [pool-2-thread-6] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:52:54.069  INFO 7 --- [pool-2-thread-6] 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-05-03 23:52:54.069  INFO 7 --- [pool-2-thread-6] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:52:54.072  INFO 7 --- [pool-2-thread-6] 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-05-03 23:52:54.072  INFO 7 --- [pool-2-thread-6] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:52:54.075  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-03 23:52:54.075 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-03 23:53:24.061  INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:53:24.062  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:53:24.064  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:53:24.064  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:53:24.071  INFO 7 --- [pool-2-thread-6] 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-05-03 23:53:24.072  INFO 7 --- [pool-2-thread-6] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:53:24.073  INFO 7 --- [pool-2-thread-6] 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-05-03 23:53:24.074  INFO 7 --- [pool-2-thread-6] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:53:24.075  INFO 7 --- [pool-2-thread-6] 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-05-03 23:53:24.076  INFO 7 --- [pool-2-thread-6] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:53:24.078  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. message-router.onap:3904 failed to respond; blacklisting for 2 minutes
2021-05-03 23:53:24.078 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:message-router.onap:3904 failed to respond
2021-05-03 23:53:54.064  INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:53:54.067  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:53:54.071  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:53:54.071  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:53:54.082  INFO 7 --- [pool-2-thread-6] 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-05-03 23:53:54.082  INFO 7 --- [pool-2-thread-6] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:53:54.086  INFO 7 --- [pool-2-thread-6] 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-05-03 23:53:54.086  INFO 7 --- [pool-2-thread-6] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:53:54.090  INFO 7 --- [pool-2-thread-6] 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-05-03 23:53:54.090  INFO 7 --- [pool-2-thread-6] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:53:54.093  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. message-router.onap:3904 failed to respond; blacklisting for 2 minutes
2021-05-03 23:53:54.093 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:message-router.onap:3904 failed to respond
2021-05-03 23:54:24.062  INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-03 23:54:24.063  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:54:24.065  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-03 23:54:24.065  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-03 23:54:24.069  INFO 7 --- [pool-2-thread-6] 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-05-03 23:54:24.069  INFO 7 --- [pool-2-thread-6] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:54:24.077  INFO 7 --- [pool-2-thread-6] 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-05-03 23:54:24.077  INFO 7 --- [pool-2-thread-6] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:54:24.079  INFO 7 --- [pool-2-thread-6] 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-05-03 23:54:24.080  INFO 7 --- [pool-2-thread-6] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:54:24.084  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-03 23:54:24.085 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-03 23:54:54.061  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-05-03 23:54:54.062  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:54:54.064  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-05-03 23:54:54.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:55:14.090  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:55:14.092 ERROR 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:55:24.062  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-05-03 23:55:24.063  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:55:24.066  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-05-03 23:55:24.066  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:55:24.073  INFO 7 --- [pool-2-thread-5] 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-05-03 23:55:24.074  INFO 7 --- [pool-2-thread-5] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:55:24.076  INFO 7 --- [pool-2-thread-5] 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-05-03 23:55:24.077  INFO 7 --- [pool-2-thread-5] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:55:24.082  INFO 7 --- [pool-2-thread-5] 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-05-03 23:55:24.082  INFO 7 --- [pool-2-thread-5] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:55:24.096  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-03 23:55:24.096 ERROR 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-03 23:55:54.061  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-05-03 23:55:54.062  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:55:54.063  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-05-03 23:55:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:55:54.066  INFO 7 --- [pool-2-thread-5] 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-05-03 23:55:54.066  INFO 7 --- [pool-2-thread-5] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:55:54.069  INFO 7 --- [pool-2-thread-5] 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-05-03 23:55:54.070  INFO 7 --- [pool-2-thread-5] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:55:54.072  INFO 7 --- [pool-2-thread-5] 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-05-03 23:55:54.073  INFO 7 --- [pool-2-thread-5] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:55:54.079  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-03 23:55:54.080 ERROR 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-03 23:56:24.061  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-05-03 23:56:24.063  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:56:24.064  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-05-03 23:56:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:56:24.070  INFO 7 --- [pool-2-thread-1] 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-05-03 23:56:24.070  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:56:24.072  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-05-03 23:56:24.073  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:56:24.075  INFO 7 --- [pool-2-thread-1] 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-05-03 23:56:24.076  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:56:24.078  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-03 23:56:24.078 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-03 23:56:54.063  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-05-03 23:56:54.066  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:56:54.071  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-05-03 23:56:54.071  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:56:54.083  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-05-03 23:56:54.084  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:56:54.086  INFO 7 --- [pool-2-thread-1] 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-05-03 23:56:54.087  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:56:54.089  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-05-03 23:56:54.089  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:56:54.091  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-03 23:56:54.091 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-03 23:57:24.061  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-05-03 23:57:24.062  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:57:24.063  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-05-03 23:57:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:57:44.087  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-03 23:57:44.088 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-03 23:57:54.061  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-05-03 23:57:54.062  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:57:54.063  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-05-03 23:57:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:57:54.069  INFO 7 --- [pool-2-thread-1] 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-05-03 23:57:54.070  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:57:54.071  INFO 7 --- [pool-2-thread-1] 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-05-03 23:57:54.072  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:57:54.073  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-05-03 23:57:54.074  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:57:54.076  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-03 23:57:54.076 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-03 23:58:24.063  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-05-03 23:58:24.066  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:58:24.072  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-05-03 23:58:24.072  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:58:24.085  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-05-03 23:58:24.085  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:58:24.087  INFO 7 --- [pool-2-thread-1] 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-05-03 23:58:24.087  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:58:24.090  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-05-03 23:58:24.090  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:58:24.092  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-03 23:58:24.092 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-03 23:58:54.062  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-05-03 23:58:54.063  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:58:54.064  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-05-03 23:58:54.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:58:54.069  INFO 7 --- [pool-2-thread-1] 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-05-03 23:58:54.069  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:58:54.072  INFO 7 --- [pool-2-thread-1] 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-05-03 23:58:54.072  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:58:54.075  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-05-03 23:58:54.075  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:58:54.079  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. message-router.onap:3904 failed to respond; blacklisting for 2 minutes
2021-05-03 23:58:54.079 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:message-router.onap:3904 failed to respond
2021-05-03 23:59:24.062  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-05-03 23:59:24.064  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:59:24.067  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-05-03 23:59:24.067  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 cBxhjzw4nUtXE3ky) ...
2021-05-03 23:59:24.075  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-05-03 23:59:24.076  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:59:24.078  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-05-03 23:59:24.078  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:59:24.082  INFO 7 --- [pool-2-thread-1] 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-05-03 23:59:24.082  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-03 23:59:24.086  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. message-router.onap:3904 failed to respond; blacklisting for 2 minutes
2021-05-03 23:59:24.086 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:message-router.onap:3904 failed to respond
2021-05-03 23:59:54.062  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-05-03 23:59:54.062  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-03 23:59:54.064  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-05-03 23:59:54.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:00:14.087  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-04 00:00:14.103 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-04 00:00:24.061  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-05-04 00:00:24.062  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:00:24.065  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-05-04 00:00:24.065  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:00:24.073  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-05-04 00:00:24.073  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:00:24.079  INFO 7 --- [pool-2-thread-1] 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-05-04 00:00:24.080  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:00:24.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-05-04 00:00:24.082  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:00:24.084  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-04 00:00:24.084 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-04 00:00:54.061  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-05-04 00:00:54.062  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:00:54.063  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-05-04 00:00:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:00:54.066  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-05-04 00:00:54.066  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:00:54.067  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-05-04 00:00:54.067  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:00:54.069  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-05-04 00:00:54.069  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:00:54.078  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. message-router.onap:3904 failed to respond; blacklisting for 2 minutes
2021-05-04 00:00:54.078 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:message-router.onap:3904 failed to respond
2021-05-04 00:01:24.062  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-05-04 00:01:24.064  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:01:24.067  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-05-04 00:01:24.067  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:01:24.073  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-05-04 00:01:24.073  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:01:24.079  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-05-04 00:01:24.079  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:01:24.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-05-04 00:01:24.083  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:01:24.085  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-04 00:01:24.085 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-04 00:01:54.061  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-05-04 00:01:54.062  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:01:54.063  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-05-04 00:01:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:01:54.079  INFO 7 --- [pool-2-thread-1] 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-05-04 00:01:54.079  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:01:54.085  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-05-04 00:01:54.085  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:01:54.087  INFO 7 --- [pool-2-thread-1] 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-05-04 00:01:54.087  INFO 7 --- [pool-2-thread-1] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:01:54.089  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-04 00:01:54.089 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-04 00:02:24.061  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-05-04 00:02:24.062  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:02:24.064  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-05-04 00:02:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:02:44.091  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-04 00:02:44.093 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-04 00:02:54.063  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-05-04 00:02:54.065  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:02:54.069  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-05-04 00:02:54.069  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:02:54.079  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-05-04 00:02:54.079  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:02:54.081  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-05-04 00:02:54.081  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:02:54.083  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-05-04 00:02:54.083  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:02:54.085  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-04 00:02:54.086 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-04 00:03:24.062  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-05-04 00:03:24.063  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:03:24.064  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-05-04 00:03:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:03:24.067  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-05-04 00:03:24.067  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:03:24.069  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-05-04 00:03:24.069  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:03:24.070  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-05-04 00:03:24.070  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:03:24.073  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. message-router.onap:3904 failed to respond; blacklisting for 2 minutes
2021-05-04 00:03:24.073 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:message-router.onap:3904 failed to respond
2021-05-04 00:03:54.061  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-05-04 00:03:54.062  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:03:54.063  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-05-04 00:03:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:03:54.069  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-05-04 00:03:54.069  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:03:54.072  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-05-04 00:03:54.072  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:03:54.074  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-05-04 00:03:54.074  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:03:54.077  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. message-router.onap:3904 failed to respond; blacklisting for 2 minutes
2021-05-04 00:03:54.078 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:message-router.onap:3904 failed to respond
2021-05-04 00:04:24.061  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-05-04 00:04:24.062  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:04:24.064  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-05-04 00:04:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:04:24.070  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-05-04 00:04:24.070  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:04:24.075  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-05-04 00:04:24.075  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:04:24.078  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-05-04 00:04:24.078  INFO 7 --- [ool-2-thread-10] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-04 00:04:24.080  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-04 00:04:24.080 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-04 00:04:54.063  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-05-04 00:04:54.065  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:04:54.069  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-05-04 00:04:54.069  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:05:04.416  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:05:24.061  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-05-04 00:05:24.062  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-05-04 00:05:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:05:33.582  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:05:54.061  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-05-04 00:05:54.064  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-05-04 00:05:54.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:06:03.597  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:06:24.063  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-05-04 00:06:24.068  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-05-04 00:06:24.069  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:06:33.602  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:06:54.061  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-05-04 00:06:54.062  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-05-04 00:06:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:07:03.593  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:07:24.061  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-05-04 00:07:24.064  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-05-04 00:07:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:07:33.592  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:07:54.062  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-05-04 00:07:54.066  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-05-04 00:07:54.066  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:08:03.600  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:08:24.061  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-05-04 00:08:24.063  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-05-04 00:08:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:08:34.031  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:08:54.061  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-05-04 00:08:54.063  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-05-04 00:08:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:09:05.425  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:09:24.062  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-05-04 00:09:24.067  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-05-04 00:09:24.067  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:09:33.613  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:09:54.061  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-05-04 00:09:54.063  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-05-04 00:09:54.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:10:03.636  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:10:24.062  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-05-04 00:10:24.067  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-05-04 00:10:24.067  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:10:33.729  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:10:54.061  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-05-04 00:10:54.062  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-05-04 00:10:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:11:03.596  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:11:24.061  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-05-04 00:11:24.063  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-05-04 00:11:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:11:33.600  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:11:54.063  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-05-04 00:11:54.069  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-05-04 00:11:54.069  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:12:03.617  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:12:24.061  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-05-04 00:12:24.063  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-05-04 00:12:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:12:33.588  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:12:54.061  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-05-04 00:12:54.063  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-05-04 00:12:54.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:13:03.595  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:13:24.063  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-05-04 00:13:24.068  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-05-04 00:13:24.069  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:13:33.598  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:13:54.061  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-05-04 00:13:54.063  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-05-04 00:13:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:14:03.600  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:14:24.063  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-05-04 00:14:24.069  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-05-04 00:14:24.069  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:14:33.611  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:14:54.061  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-05-04 00:14:54.063  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-05-04 00:14:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:15:03.593  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:15:24.061  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-05-04 00:15:24.063  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-05-04 00:15:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:15:33.627  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:15:54.063  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-05-04 00:15:54.069  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-05-04 00:15:54.069  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:16:03.599  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:16:24.061  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-05-04 00:16:24.063  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-05-04 00:16:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:16:33.600  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:16:54.061  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-05-04 00:16:54.063  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-05-04 00:16:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:17:14.090  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-04 00:17:14.092 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-04 00:17:24.062  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-05-04 00:17:24.062  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:17:24.065  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-05-04 00:17:24.065  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:17:44.092  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-04 00:17:44.092 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-04 00:17:54.061  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-05-04 00:17:54.062  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:17:54.063  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-05-04 00:17:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:18:14.086  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-04 00:18:14.087 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-04 00:18:24.063  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-05-04 00:18:24.066  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:18:24.071  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-05-04 00:18:24.071  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:18:44.100  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-04 00:18:44.101 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-04 00:18:54.061  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-05-04 00:18:54.062  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:18:54.062  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-05-04 00:18:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:18:55.809  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-05-04 00:18:55.809 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-05-04 00:19:24.061  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-05-04 00:19:24.063  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-05-04 00:19:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:19:34.382  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:19:54.061  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-05-04 00:19:54.062  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-05-04 00:19:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:20:03.591  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:20:24.063  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-05-04 00:20:24.068  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-05-04 00:20:24.068  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:20:33.596  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:20:54.063  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-05-04 00:20:54.065  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-05-04 00:20:54.065  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:21:03.594  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:21:24.061  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-05-04 00:21:24.063  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-05-04 00:21:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:21:33.594  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:21:54.063  INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-04 00:21:54.067  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-04 00:21:54.068  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-04 00:22:03.604  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:22:24.061  INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-04 00:22:24.062  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-04 00:22:24.063  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-04 00:22:44.085  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-04 00:22:44.086 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-04 00:22:54.061  INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-04 00:22:54.062  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:22:54.063  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-04 00:22:54.063  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-04 00:23:03.684  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:23:24.063  INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-04 00:23:24.068  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-04 00:23:24.068  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-04 00:23:33.606  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:23:54.061  INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-04 00:23:54.062  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-04 00:23:54.062  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-04 00:24:03.596  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:24:24.062  INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-04 00:24:24.064  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-04 00:24:24.064  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-04 00:24:33.664  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:24:54.063  INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-04 00:24:54.070  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-04 00:24:54.070  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-04 00:25:14.099  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-04 00:25:14.100 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-04 00:25:24.061  INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-04 00:25:24.062  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:25:24.062  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-04 00:25:24.062  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-04 00:25:44.087  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-04 00:25:44.088 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-04 00:25:54.067  INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl  : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml
2021-05-04 00:25:54.067  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:25:54.069  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel.
2021-05-04 00:25:54.069  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as cBxhjzw4nUtXE3ky) ...
2021-05-04 00:26:14.106  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-04 00:26:14.108 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-04 00:26:24.063  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-05-04 00:26:24.064  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:26:24.068  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-05-04 00:26:24.068  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:26:44.096  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-04 00:26:44.097 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-04 00:26:54.061  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-05-04 00:26:54.062  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:26:54.063  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-05-04 00:26:54.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:27:14.089  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-04 00:27:14.090 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-04 00:27:24.061  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-05-04 00:27:24.062  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:27:24.064  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-05-04 00:27:24.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:27:44.089  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2021-05-04 00:27:44.091 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-04 00:27:54.062  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-05-04 00:27:54.063  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-04 00:27:54.067  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-05-04 00:27:54.067  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:28:11.676  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:28:24.061  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-05-04 00:28:24.062  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-05-04 00:28:24.062  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:28:41.727  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:28:54.062  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-05-04 00:28:54.064  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-05-04 00:28:54.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:29:11.236  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:29:24.061  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-05-04 00:29:24.062  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-05-04 00:29:24.062  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:29:41.118  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:29:54.062  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-05-04 00:29:54.067  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-05-04 00:29:54.067  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:30:03.609  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:30:24.062  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-05-04 00:30:24.063  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-05-04 00:30:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:30:33.604  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:30:54.064  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-05-04 00:30:54.072  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-05-04 00:30:54.072  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:31:03.619  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:31:24.062  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-05-04 00:31:24.063  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-05-04 00:31:24.063  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:31:33.606  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-04 00:31:54.061  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-05-04 00:31:54.063  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-05-04 00:31:54.064  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 cBxhjzw4nUtXE3ky) ...
2021-05-04 00:32:03.591  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK