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-21 10:46:42.115  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-21 10:46:42.417  INFO 7 --- [           main] o.o.a.m.ModelLoaderApplication           : Starting ModelLoaderApplication on dev-aai-modelloader-7f99896568-vptlj with PID 7 (/opt/app/model-loader/model-loader-1.8.0.jar started by aaiadmin in /opt/app/model-loader)
2021-05-21 10:46:42.419  INFO 7 --- [           main] o.o.a.m.ModelLoaderApplication           : No active profile set, falling back to default profiles: default
2021-05-21 10:46:44.319  INFO 7 --- [           main] org.eclipse.jetty.util.log               : Logging initialized @3996ms to org.eclipse.jetty.util.log.Slf4jLog
2021-05-21 10:46:44.465  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-21 10:46:44.512  INFO 7 --- [           main] o.e.j.s.h.ContextHandler.application     : Initializing Spring embedded WebApplicationContext
2021-05-21 10:46:44.690  INFO 7 --- [           main] org.eclipse.jetty.server.session         : DefaultSessionIdManager workerName=node0
2021-05-21 10:46:44.690  INFO 7 --- [           main] org.eclipse.jetty.server.session         : No SessionScavenger set, using defaults
2021-05-21 10:46:44.692  INFO 7 --- [           main] org.eclipse.jetty.server.session         : node0 Scavenging every 600000ms
2021-05-21 10:46:44.710  INFO 7 --- [           main] o.e.jetty.server.handler.ContextHandler  : Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@2b5f4d54{application,/,[file:///tmp/jetty-docbase.8827514557697278163.9500/],AVAILABLE}
2021-05-21 10:46:44.712  INFO 7 --- [           main] org.eclipse.jetty.server.Server          : Started @4392ms
2021-05-21 10:46:44.745  INFO 7 --- [           main] o.o.a.m.service.ModelLoaderService       : MDLSVC0001I|MDLSVC0001I Loading configuration |
2021-05-21 10:46:44.780  INFO 7 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 10:46:44.922 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-21 10:46:44.924  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 10:46:44.934 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-21 10:46:45.843  INFO 7 --- [           main] o.e.j.s.h.ContextHandler.application     : Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-21 10:46:45.883  INFO 7 --- [           main] o.e.jetty.server.AbstractConnector       : Started ServerConnector@2b4c1d96{HTTP/1.1,[http/1.1]}{0.0.0.0:9500}
2021-05-21 10:46:45.909  INFO 7 --- [           main] o.o.a.m.ModelLoaderApplication           : Started ModelLoaderApplication in 4.468 seconds (JVM running for 5.589)
2021-05-21 10:47:44.924  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 10:47:44.937 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-21 10:48:44.925  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 10:48:44.942 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-21 10:49:44.926  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 10:49:45.555 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-21 10:49:45.558 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1242af2b
2021-05-21 10:49:45.559 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 10:49:45.565 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-21 10:50:44.926  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 10:50:44.949 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-21 10:50:44.951 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1647035
2021-05-21 10:50:44.951 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 10:50:44.953 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-21 10:51:44.928  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 10:51:44.967 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-21 10:51:44.969 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a1f5efb
2021-05-21 10:51:44.970 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 10:51:44.971 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-21 10:52:44.928  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 10:52:44.955 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-21 10:52:44.957 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3f48e59c
2021-05-21 10:52:44.957 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 10:52:44.960 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-21 10:53:44.929  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 10:53:44.950 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-21 10:53:44.951 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@803dbde
2021-05-21 10:53:44.952 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 10:53:44.953 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-21 10:54:44.929  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 10:54:46.198 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-21 10:54:46.285 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5154b1ac
2021-05-21 10:54:46.285 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 10:54:46.286 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-21 10:55:44.929  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 10:55:44.950 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-21 10:55:44.950 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1520ab17
2021-05-21 10:55:44.951 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 10:55:44.952 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-21 10:56:44.929  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 10:58:56.025 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.68.191] 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-21 10:58:56.029 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@63423786
2021-05-21 10:58:56.030 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 10:58:56.032 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-21 10:58:56.033  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 11:01:07.092 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.68.191] 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-21 11:01:07.096 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a69f161
2021-05-21 11:01:07.096 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 11:01:07.098 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-21 11:01:07.099  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 11:03:18.165 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.68.191] 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-21 11:03:18.169 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5be7d0a7
2021-05-21 11:03:18.169 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 11:03:18.172 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-21 11:03:18.173  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 11:05:29.236 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.68.191] 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-21 11:05:29.240 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f539f35
2021-05-21 11:05:29.240 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 11:05:29.242 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-21 11:05:29.242  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 11:07:40.313 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.68.191] 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-21 11:07:40.317 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29101994
2021-05-21 11:07:40.317 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 11:07:40.319 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-21 11:07:40.319  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 11:09:51.386 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.68.191] 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-21 11:09:51.392 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a768085
2021-05-21 11:09:51.393 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 11:09:51.396 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-21 11:09:51.397  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 11:12:02.464 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.68.191] 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-21 11:12:02.474 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b7a8b79
2021-05-21 11:12:02.475 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 11:12:02.486 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-21 11:12:02.486  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 11:14:13.528 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.68.191] 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-21 11:14:13.531 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b487bb8
2021-05-21 11:14:13.532 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 11:14:13.535 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-21 11:14:13.535  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 11:16:24.599 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.68.191] 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-21 11:16:24.604 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5120642b
2021-05-21 11:16:24.604 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 11:16:24.607 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-21 11:16:24.607  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 11:18:35.672 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.68.191] 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-21 11:18:35.675 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@722bd97
2021-05-21 11:18:35.675 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 11:18:35.678 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-21 11:18:35.678  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 11:20:46.745 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.68.191] 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-21 11:20:46.749 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f0a4dd4
2021-05-21 11:20:46.750 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 11:20:46.752 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-21 11:20:46.752  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 11:22:57.813 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.68.191] 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-21 11:22:57.816 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1790db59
2021-05-21 11:22:57.817 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 11:22:57.820 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-21 11:22:57.820  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 11:25:08.889 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.68.191] 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-21 11:25:08.893 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@698a7471
2021-05-21 11:25:08.893 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21 11:25:08.896 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-21 11:25:08.896  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-05-21 11:25:09.265  INFO 7 --- [        Timer-0] com.att.nsa.apiClient.http.HttpClient    : POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-21 11:25:09.290  INFO 7 --- [        Timer-0] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:25:09.437  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : start DistributionClient
2021-05-21 11:25:09.445  INFO 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC0001D|MDLSVC0001D init(): Connection to SDC established|
2021-05-21 11:25:09.446  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-21 11:25:09.455  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-21 11:25:09.455  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:25:19.691  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:25:39.444  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-21 11:25:39.446  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-21 11:25:39.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:25:49.256  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:26:09.444  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-21 11:26:09.446  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-21 11:26:09.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:26:19.391  INFO 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:26:39.446  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-21 11:26:39.452  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-21 11:26:39.453  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:26:49.558  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:27:09.444  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-21 11:27:09.445  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-21 11:27:09.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:27:19.150  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:27:39.444  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-21 11:27:39.447  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-21 11:27:39.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:27:49.314  INFO 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:28:09.446  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-21 11:28:09.459  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-21 11:28:09.459  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:28:19.138  INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:28:39.444  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-21 11:28:39.492  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-21 11:28:39.493  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:28:56.084  INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:29:09.445  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-21 11:29:09.449  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-21 11:29:09.449  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:29:19.052  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:29:39.444  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-21 11:29:39.446  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-21 11:29:39.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:29:50.862  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:30:09.444  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-21 11:30:09.445  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-21 11:30:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:30:29.471  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-21 11:30:29.482 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:30:39.445  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-21 11:30:39.447  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:30:39.449  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-21 11:30:39.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:30:56.051  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:31:09.444  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-21 11:31:09.446  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-21 11:31:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:31:29.456  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-21 11:31:29.456 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:31:39.444  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-21 11:31:39.445  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:31:39.511  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-21 11:31:39.512  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:31:49.895  INFO 7 --- [pool-2-thread-3] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-05-21 11:31:49.896  INFO 7 --- [pool-2-thread-3] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-21 11:32:09.913  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-21 11:32:09.914 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:32:09.915  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-21 11:32:09.915  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:32:09.918  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-21 11:32:09.918  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:32:29.945  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-21 11:32:29.946 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:32:39.444  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-21 11:32:39.445  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:32:39.449  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-21 11:32:39.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:32:53.209  INFO 7 --- [pool-2-thread-3] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-05-21 11:32:53.210  INFO 7 --- [pool-2-thread-3] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-21 11:32:53.262  INFO 7 --- [pool-2-thread-3] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-05-21 11:32:53.262  INFO 7 --- [pool-2-thread-3] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-21 11:32:53.322  INFO 7 --- [pool-2-thread-3] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset
2021-05-21 11:32:53.322  INFO 7 --- [pool-2-thread-3] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-21 11:32:53.339  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-21 11:32:53.343 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-21 11:33:09.444  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-21 11:33:09.445  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:33:09.446  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-21 11:33:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:33:20.682  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:33:39.445  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-21 11:33:39.449  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-21 11:33:39.449  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:33:59.473  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-21 11:33:59.473 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:34:09.444  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-21 11:34:09.444  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:34:09.445  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-21 11:34:09.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:34:22.547  INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:34:39.444  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-21 11:34:39.445  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-21 11:34:39.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:34:49.556  INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:35:09.445  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-21 11:35:09.448  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-21 11:35:09.448  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:35:29.470  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-21 11:35:29.471 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:35:39.452  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-21 11:35:39.452  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:35:39.453  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-21 11:35:39.453  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:35:59.479  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-21 11:35:59.480 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:36:09.445  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-21 11:36:09.446  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:36:09.449  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-21 11:36:09.449  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:36:29.475  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-21 11:36:29.477 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:36:39.444  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-21 11:36:39.445  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:36:39.447  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-21 11:36:39.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:36:59.472  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-21 11:36:59.473 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:37:09.444  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-21 11:37:09.445  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:37:09.446  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-21 11:37:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:37:29.454  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-21 11:37:29.457 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:37:39.445  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-21 11:37:39.447  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:37:39.450  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-21 11:37:39.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:37:59.461  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-21 11:37:59.462 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:38:09.444  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-21 11:38:09.444  WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:38:09.445  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-21 11:38:09.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:38:29.456  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-21 11:38:29.457 ERROR 7 --- [pool-2-thread-6] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:38:39.444  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-21 11:38:39.445  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:38:39.446  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-21 11:38:39.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:38:59.458  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-21 11:38:59.461 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:39:09.446  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-21 11:39:09.448  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:39:09.452  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-21 11:39:09.453  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:41:19.637  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
2021-05-21 11:41:19.641 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection timed out (Connection timed out)
2021-05-21 11:41:19.642  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-21 11:41:19.642  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:41:19.646  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-21 11:41:19.646  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:41:23.130  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-05-21 11:41:23.133 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-05-21 11:41:23.133  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-21 11:41:23.133  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:41:23.134  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-21 11:41:23.134  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:41:24.733  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-05-21 11:41:24.734 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-05-21 11:41:24.734  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-21 11:41:24.735  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:41:24.735  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-21 11:41:24.736  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:41:25.553  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-05-21 11:41:25.554 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-05-21 11:41:25.554  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-21 11:41:25.554  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:41:25.555  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-21 11:41:25.555  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:41:25.853  INFO 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-05-21 11:41:25.854 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
2021-05-21 11:41:39.445  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-21 11:41:39.449  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-21 11:41:39.449  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:41:59.474  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-21 11:41:59.475 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:42:09.444  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-21 11:42:09.444  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:42:09.446  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-21 11:42:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:42:29.457  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-21 11:42:29.458 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:42:39.445  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-21 11:42:48.628  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:42:48.632  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-21 11:42:48.632  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:42:53.033  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-21 11:42:53.034  INFO 7 --- [pool-2-thread-5] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-21 11:42:53.228  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-21 11:42:53.229  INFO 7 --- [pool-2-thread-5] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-21 11:42:53.395  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-21 11:42:53.396  INFO 7 --- [pool-2-thread-5] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-21 11:42:53.422  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connection reset; blacklisting for 2 minutes
2021-05-21 11:42:53.424 ERROR 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connection reset
2021-05-21 11:43:09.444  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-21 11:43:09.445  WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:43:09.446  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-21 11:43:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:43:18.629  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-05-21 11:43:18.630 ERROR 7 --- [pool-2-thread-5] 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-21 11:43:39.445  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-21 11:43:39.449  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-21 11:43:39.449  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:43:45.024  INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 503 Service Unavailable
2021-05-21 11:43:45.025 ERROR 7 --- [pool-2-thread-5] 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-21 11:44:09.445  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-21 11:44:09.448  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-21 11:44:09.448  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:44:29.471  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-21 11:44:29.472 ERROR 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Read timed out
2021-05-21 11:44:39.444  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-21 11:44:39.445  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:44:39.446  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-21 11:44:39.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:44:49.420  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:45:09.446  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-21 11:45:09.454  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-21 11:45:09.456  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:45:19.991  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:45:39.444  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-21 11:45:39.535  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-21 11:45:39.536  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:45:50.074  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:46:09.444  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-21 11:46:09.445  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-21 11:46:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:46:19.723  INFO 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:46:39.445  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-21 11:46:39.450  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-21 11:46:39.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:46:49.538  INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : 	--> HTTP/1.1 200 OK
2021-05-21 11:47:09.444  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-21 11:47:09.445  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-21 11:47:09.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:47:13.400  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-21 11:47:13.400  INFO 7 --- [pool-2-thread-9] o.apache.http.impl.execchain.RetryExec   : Retrying request to {}->http://message-router.onap:3904
2021-05-21 11:47:13.407  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:47:13.407 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:47:39.444  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-21 11:47:39.445  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:47:39.446  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-21 11:47:39.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:47:39.450  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:47:39.450 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:48:09.445  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-21 11:48:09.447  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:48:09.450  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-21 11:48:09.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:48:09.458  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:48:09.458 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:48:39.444  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-21 11:48:39.445  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:48:39.445  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-21 11:48:39.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:48:39.447  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:48:39.447 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:49:09.444  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-21 11:49:09.445  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:49:09.447  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-21 11:49:09.448  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:49:09.452  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:49:09.452 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:49:39.445  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-21 11:49:39.447  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:49:39.451  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-21 11:49:39.451  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:49:39.460  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:49:39.460 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:50:09.444  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-21 11:50:09.444  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:50:09.445  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-21 11:50:09.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:50:09.447  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:50:09.447 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:50:39.445  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-21 11:50:39.446  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:50:39.448  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-21 11:50:39.448  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:50:39.454  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:50:39.455 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:51:09.445  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-21 11:51:09.446  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:51:09.448  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-21 11:51:09.448  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:51:09.452  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:51:09.452 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:51:39.444  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-21 11:51:39.444  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:51:39.445  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-21 11:51:39.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:51:39.449  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:51:39.449 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:52:09.445  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-21 11:52:09.447  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:52:09.449  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-21 11:52:09.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:52:09.456  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:52:09.457 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:52:39.444  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-21 11:52:39.445  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:52:39.447  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-21 11:52:39.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:52:39.450  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:52:39.451 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:53:09.444  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-21 11:53:09.444  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:53:09.445  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-21 11:53:09.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:53:09.449  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:53:09.449 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:53:39.444  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-21 11:53:39.445  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:53:39.446  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-21 11:53:39.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:53:39.452  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:53:39.452 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:54:09.445  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-21 11:54:09.447  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:54:09.451  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-21 11:54:09.451  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:54:09.459  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:54:09.459 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:54:39.444  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-21 11:54:39.446  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:54:39.447  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-21 11:54:39.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:54:39.449  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:54:39.450 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:55:09.445  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-21 11:55:09.446  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:55:09.449  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-21 11:55:09.449  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:55:09.456  WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:55:09.457 ERROR 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:55:39.444  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-21 11:55:39.445  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:55:39.447  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-21 11:55:39.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:55:39.450  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:55:39.451 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:56:09.444  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-21 11:56:09.444  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:56:09.445  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-21 11:56:09.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:56:09.448  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:56:09.448 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:56:39.445  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-21 11:56:39.448  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:56:39.452  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-21 11:56:39.452  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:56:39.461  WARN 7 --- [pool-2-thread-7] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:56:39.462 ERROR 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:57:09.444  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-21 11:57:09.445  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:57:09.447  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-21 11:57:09.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:57:09.451  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:57:09.451 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:57:39.444  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-21 11:57:39.444  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:57:39.445  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-21 11:57:39.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:57:39.449  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:57:39.450 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:58:09.446  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-21 11:58:09.449  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:58:09.454  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-21 11:58:09.454  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:58:09.464  WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:58:09.465 ERROR 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:58:39.444  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-21 11:58:39.445  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:58:39.446  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-21 11:58:39.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:58:39.449  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:58:39.449 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:59:09.445  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-21 11:59:09.446  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:59:09.450  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-21 11:59:09.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:59:09.478  WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:59:09.479 ERROR 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 11:59:39.445  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-21 11:59:39.446  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 11:59:39.448  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-21 11:59:39.448  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 R0IFmFnPLmq34nCG) ...
2021-05-21 11:59:39.454  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 11:59:39.454 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:00:09.447  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-21 12:00:09.451  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:00:09.457  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-21 12:00:09.457  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:00:09.471  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:00:09.471 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:00:39.446  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-21 12:00:39.448  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:00:39.452  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-21 12:00:39.452  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:00:39.458  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:00:39.459 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:01:09.445  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-21 12:01:09.446  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:01:09.449  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-21 12:01:09.449  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:01:09.460  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:01:09.460 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:01:39.444  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-21 12:01:39.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:01:39.447  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-21 12:01:39.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:01:39.451  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:01:39.452 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:02:09.444  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-21 12:02:09.797  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:02:09.798  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-21 12:02:09.799  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:02:09.809  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:02:09.809 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:02:39.445  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-21 12:02:39.447  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:02:39.451  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-21 12:02:39.451  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:02:39.456  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:02:39.456 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:03:09.445  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-21 12:03:09.447  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:03:09.451  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-21 12:03:09.451  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:03:09.460  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:03:09.461 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:03:39.445  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-21 12:03:39.446  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:03:39.448  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-21 12:03:39.448  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:03:39.451  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:03:39.451 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:04:09.444  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-21 12:04:09.445  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:04:09.446  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-21 12:04:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:04:09.449  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:04:09.449 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:04:39.446  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-21 12:04:39.447  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:04:39.450  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-21 12:04:39.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:04:39.458  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:04:39.458 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:05:09.444  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-21 12:05:09.445  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:05:09.446  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-21 12:05:09.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:05:09.450  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:05:09.450 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:05:39.444  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-21 12:05:39.445  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:05:39.445  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-21 12:05:39.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:05:39.450  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:05:39.450 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:06:09.445  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-21 12:06:09.447  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:06:09.450  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-21 12:06:09.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:06:09.458  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:06:09.459 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:06:39.444  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-21 12:06:39.445  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:06:39.445  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-21 12:06:39.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:06:39.448  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:06:39.448 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:07:09.444  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-21 12:07:09.446  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:07:09.449  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-21 12:07:09.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:07:09.473  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:07:09.473 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:07:39.444  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-21 12:07:39.445  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:07:39.447  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-21 12:07:39.448  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:07:39.451  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:07:39.451 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:08:09.444  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-21 12:08:09.445  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:08:09.445  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-21 12:08:09.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:08:09.449  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:08:09.450 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:08:39.445  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-21 12:08:39.446  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:08:39.449  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-21 12:08:39.449  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:08:39.456  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:08:39.457 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:09:09.444  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-21 12:09:09.445  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:09:09.446  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-21 12:09:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:09:09.449  WARN 7 --- [pool-2-thread-8] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:09:09.449 ERROR 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:09:39.444  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-21 12:09:39.445  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:09:39.447  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-21 12:09:39.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:09:39.456  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:09:39.456 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:10:09.445  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-21 12:10:09.447  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:10:09.450  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-21 12:10:09.451  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:10:09.455  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:10:09.455 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:10:39.444  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-21 12:10:39.444  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:10:39.445  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-21 12:10:39.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:10:39.450  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:10:39.450 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:11:09.445  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-21 12:11:09.445  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:11:09.446  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-21 12:11:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:11:09.450  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:11:09.450 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:11:39.445  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-21 12:11:39.446  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:11:39.449  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-21 12:11:39.449  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:11:39.457  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:11:39.457 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:12:09.444  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-21 12:12:09.444  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:12:09.445  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-21 12:12:09.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:12:09.447  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:12:09.447 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:12:39.444  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-21 12:12:39.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:12:39.446  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-21 12:12:39.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:12:39.450  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:12:39.451 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:13:09.445  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-21 12:13:09.447  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:13:09.450  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-21 12:13:09.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:13:09.458  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:13:09.458 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:13:39.444  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-21 12:13:39.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:13:39.446  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-21 12:13:39.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:13:39.449  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:13:39.449 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:14:09.444  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-21 12:14:09.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:14:09.446  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-21 12:14:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:14:09.450  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:14:09.450 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:14:39.445  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-21 12:14:39.447  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:14:39.450  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-21 12:14:39.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:14:39.458  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:14:39.458 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:15:09.444  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-21 12:15:09.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:15:09.446  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-21 12:15:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:15:09.449  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:15:09.449 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:15:39.444  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-21 12:15:39.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:15:39.464  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-21 12:15:39.464  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:15:39.469  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:15:39.469 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:16:09.445  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-21 12:16:09.447  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:16:09.450  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-21 12:16:09.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:16:09.457  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:16:09.458 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:16:39.444  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-21 12:16:39.444  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:16:39.445  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-21 12:16:39.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:16:39.450  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:16:39.450 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:17:09.445  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-21 12:17:09.446  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:17:09.449  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-21 12:17:09.449  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:17:09.456  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:17:09.456 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:17:39.444  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-21 12:17:39.445  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:17:39.447  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-21 12:17:39.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:17:39.450  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:17:39.450 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:18:09.444  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-21 12:18:09.445  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:18:09.446  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-21 12:18:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:18:09.452  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:18:09.452 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:18:39.445  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-21 12:18:39.447  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:18:39.452  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-21 12:18:39.452  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:18:39.461  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:18:39.461 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:19:09.444  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-21 12:19:09.445  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:19:09.445  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-21 12:19:09.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:19:09.447  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:19:09.447 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:19:39.445  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-21 12:19:39.447  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:19:39.452  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-21 12:19:39.452  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:19:39.461  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:19:39.462 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:20:09.444  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-21 12:20:09.445  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:20:09.446  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-21 12:20:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:20:09.448  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:20:09.448 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:20:39.444  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-21 12:20:39.446  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:20:39.447  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-21 12:20:39.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:20:39.452  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:20:39.453 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:21:09.445  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-21 12:21:09.447  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:21:09.450  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-21 12:21:09.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:21:09.457  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:21:09.457 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:21:39.444  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-21 12:21:39.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:21:39.446  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-21 12:21:39.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:21:39.449  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:21:39.449 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:22:09.445  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-21 12:22:09.448  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:22:09.452  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-21 12:22:09.452  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:22:09.463  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:22:09.463 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:22:39.444  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-21 12:22:39.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:22:39.446  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-21 12:22:39.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:22:39.449  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:22:39.449 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:23:09.444  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-21 12:23:09.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:23:09.445  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-21 12:23:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:23:09.449  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:23:09.449 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:23:39.444  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-21 12:23:39.446  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:23:39.448  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-21 12:23:39.448  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:23:39.455  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:23:39.455 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:24:09.444  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-21 12:24:09.446  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:24:09.448  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-21 12:24:09.448  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:24:09.451  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:24:09.451 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:24:39.444  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-21 12:24:39.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:24:39.447  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-21 12:24:39.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:24:39.452  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:24:39.452 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:25:09.445  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-21 12:25:09.447  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:25:09.450  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-21 12:25:09.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:25:09.458  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:25:09.459 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:25:39.444  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-21 12:25:39.444  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:25:39.445  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-21 12:25:39.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:25:39.447  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:25:39.447 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:26:09.445  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-21 12:26:09.446  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:26:09.448  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-21 12:26:09.448  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:26:09.456  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:26:09.456 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:26:39.445  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-21 12:26:39.446  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:26:39.448  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-21 12:26:39.448  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:26:39.452  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:26:39.452 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:27:09.444  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-21 12:27:09.446  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:27:09.448  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-21 12:27:09.448  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:27:09.453  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:27:09.454 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:27:39.446  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-21 12:27:39.447  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:27:39.450  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-21 12:27:39.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:27:39.457  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:27:39.458 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:28:09.444  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-21 12:28:09.445  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:28:09.445  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-21 12:28:09.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:28:09.447  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:28:09.447 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:28:39.444  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-21 12:28:39.445  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:28:39.447  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-21 12:28:39.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:28:39.453  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:28:39.453 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:29:09.447  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-21 12:29:09.449  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:29:09.452  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-21 12:29:09.452  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:29:09.461  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:29:09.462 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:29:39.444  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-21 12:29:39.445  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:29:39.445  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-21 12:29:39.445  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:29:39.448  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:29:39.448 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:30:09.446  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-21 12:30:09.450  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:30:09.456  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-21 12:30:09.456  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:30:09.469  WARN 7 --- [ool-2-thread-10] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:30:09.470 ERROR 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:30:39.444  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-21 12:30:39.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:30:39.446  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-21 12:30:39.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:30:39.450  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:30:39.450 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:31:09.444  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-21 12:31:09.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:31:09.447  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-21 12:31:09.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:31:09.454  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:31:09.455 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:31:39.445  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-21 12:31:39.446  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:31:39.450  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-21 12:31:39.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:31:39.455  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:31:39.455 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:32:09.444  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-21 12:32:09.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:32:09.446  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-21 12:32:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:32:09.452  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:32:09.452 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:32:39.447  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-21 12:32:39.452  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:32:39.460  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-21 12:32:39.460  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:32:39.471  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:32:39.472 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:33:09.444  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-21 12:33:09.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:33:09.447  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-21 12:33:09.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:33:09.450  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:33:09.450 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:33:39.444  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-21 12:33:39.446  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:33:39.447  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-21 12:33:39.448  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:33:39.455  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:33:39.455 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:34:09.445  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-21 12:34:09.446  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:34:09.452  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-21 12:34:09.452  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:34:09.459  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:34:09.460 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:34:39.444  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-21 12:34:39.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:34:39.446  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-21 12:34:39.447  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:34:39.449  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:34:39.449 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:35:09.444  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-21 12:35:09.447  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:35:09.449  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-21 12:35:09.450  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:35:09.458  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:35:09.459 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:35:39.444  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-21 12:35:39.446  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:35:39.448  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-21 12:35:39.448  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:35:39.453  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:35:39.454 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:36:09.444  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-21 12:36:09.445  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:36:09.446  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-21 12:36:09.446  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:36:09.452  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:36:09.452 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)
2021-05-21 12:36:39.445  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-21 12:36:39.448  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HostSelector  : All hosts were blacklisted; reverting to full set of hosts.
2021-05-21 12:36:39.452  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-21 12:36:39.452  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 R0IFmFnPLmq34nCG) ...
2021-05-21 12:36:39.461  WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient    : Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-05-21 12:36:39.461 ERROR 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer   : Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.96.54.5] failed: Connection refused (Connection refused)