overriding logback.xml Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json 10:48:32.181 [main] INFO o.o.p.d.main.startstop.Main - Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json] 10:48:32.457 [main] INFO org.eclipse.jetty.util.log - Logging initialized @972ms to org.eclipse.jetty.util.log.Slf4jLog 10:48:32.638 [main] INFO o.o.p.c.u.services.ServiceManager - service manager starting 10:48:32.638 [main] INFO o.o.p.c.u.services.ServiceManager - service manager starting REST SDCDistributionGroup 10:48:32.638 [main] INFO o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-7a55af6b@9320f889==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=false,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@78641d23{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@74589991{/,null,STOPPED}, connector=SDCDistributionGroup@40317ba2{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=null]]: STARTING 10:48:32.645 [main] INFO o.o.p.c.u.services.ServiceManager - service manager started 10:48:32.646 [SDCDistributionGroup-6969] INFO o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-7a55af6b@9320f889==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=false,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@78641d23{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@74589991{/,null,STOPPED}, connector=SDCDistributionGroup@40317ba2{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[SDCDistributionGroup-6969,5,main]]]: STARTING 10:48:32.659 [SDCDistributionGroup-6969] INFO org.eclipse.jetty.server.Server - jetty-9.4.33.v20201020; built: 2020-10-20T23:39:24.803Z; git: 1be68755656cef678b79a2ef1c2ebbca99e25420; jvm 11.0.9.1+1 10:48:32.668 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 10:48:32.669 [main] INFO o.o.p.d.main.startstop.Main - Started policy-distribution service successfully. 10:48:32.733 [SDCDistributionGroup-6969] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 10:48:32.733 [SDCDistributionGroup-6969] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 10:48:32.737 [SDCDistributionGroup-6969] INFO org.eclipse.jetty.server.session - node0 Scavenging every 600000ms 10:48:33.693 [SDCDistributionGroup-6969] INFO o.o.p.c.gson.GsonMessageBodyHandler - Using GSON for REST calls 10:48:33.696 [SDCDistributionGroup-6969] INFO o.o.p.c.e.h.s.YamlMessageBodyHandler - Accepting YAML for REST calls 10:48:33.790 [SDCDistributionGroup-6969] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@74589991{/,null,AVAILABLE} 10:48:34.012 [SDCDistributionGroup-6969] INFO o.e.jetty.util.ssl.SslContextFactory - x509=X509@61b1b726(policy@policy.onap.org,h=[policy, brmsgw, brmsgw.onap, drools, drools.onap, pap, pap.onap, pdp, pdp.onap, policy-apex-pdp, policy-apex-pdp.onap, policy-api, policy-api.onap, policy-distribution, policy-distribution.onap, policy-pap, policy-pap.onap, policy-xacml-pdp, policy-xacml-pdp.onap, policy.api.simpledemo.onap.org],w=[pdp, pdp.onap.svc.cluster.local]) for Server@1260e812[provider=null,keyStore=file:///opt/app/osaaf/local/org.onap.policy.p12,trustStore=file:///opt/app/policy/distribution/etc/ssl/policy-truststore] 10:48:34.103 [SDCDistributionGroup-6969] INFO o.e.jetty.server.AbstractConnector - Started SDCDistributionGroup@40317ba2{SSL, (ssl, http/1.1)}{0.0.0.0:6969} 10:48:34.104 [SDCDistributionGroup-6969] INFO org.eclipse.jetty.server.Server - Started @2621ms 10:50:44.375 [Timer-0] ERROR org.onap.sdc.http.HttpAsdcClient - failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.96.114.91] 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:376) 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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) 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) ... 18 common frames omitted 10:50:44.381 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a04862f 10:50:44.382 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 10:50:44.394 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds 10:50:44.394 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 10:50:44.394 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 10:52:55.432 [Timer-0] ERROR org.onap.sdc.http.HttpAsdcClient - failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.96.114.91] 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:376) 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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) 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) ... 18 common frames omitted 10:52:55.433 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f0eaa51 10:52:55.433 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 10:52:55.434 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds 10:52:55.434 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 10:52:55.434 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 10:55:06.505 [Timer-0] ERROR org.onap.sdc.http.HttpAsdcClient - failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.96.114.91] 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:376) 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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) 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) ... 18 common frames omitted 10:55:06.506 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78c6edf2 10:55:06.507 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 10:55:06.508 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds 10:55:06.508 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 10:55:06.508 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 10:57:17.576 [Timer-0] ERROR org.onap.sdc.http.HttpAsdcClient - failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.96.114.91] 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:376) 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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) 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) ... 18 common frames omitted 10:57:17.577 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fe910e2 10:57:17.577 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 10:57:17.578 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds 10:57:17.578 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 10:57:17.578 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 10:59:28.649 [Timer-0] ERROR org.onap.sdc.http.HttpAsdcClient - failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.96.114.91] 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:376) 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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) 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) ... 18 common frames omitted 10:59:28.650 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7475f671 10:59:28.651 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 10:59:28.652 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds 10:59:28.652 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 10:59:28.652 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 11:01:39.720 [Timer-0] ERROR org.onap.sdc.http.HttpAsdcClient - failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.96.114.91] 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:376) 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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) 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) ... 18 common frames omitted 11:01:39.721 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8ea7160 11:01:39.721 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 11:01:39.722 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds 11:01:39.722 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 11:01:39.722 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 11:03:50.793 [Timer-0] ERROR org.onap.sdc.http.HttpAsdcClient - failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.96.114.91] 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:376) 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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140) at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61) 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) ... 18 common frames omitted 11:03:50.796 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ca9d191 11:03:50.796 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 11:03:50.797 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds 11:03:50.797 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 11:03:50.797 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 11:03:51.057 [Timer-0] INFO c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/apiKeys/create (anonymous) ... 11:04:05.211 [Timer-0] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 11:04:05.988 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - start DistributionClient 11:04:06.005 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:04:06.011 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:04:30.623 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 11:04:30.627 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:04:30.629 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:04:42.598 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 11:04:46.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:04:46.005 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:04:57.127 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 11:05:06.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:05:06.003 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:05:15.909 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 11:05:26.003 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:05:26.010 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:05:35.831 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 11:05:46.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:05:46.004 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:05:55.995 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 11:06:06.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:06:06.004 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:06:15.619 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 11:06:26.003 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:06:26.006 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:06:36.418 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 11:06:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:06:46.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:06:56.543 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 11:07:06.002 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:07:06.005 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:07:18.412 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 11:07:26.003 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:07:26.006 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:07:56.038 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Read timed out; blacklisting for 2 minutes 11:07:56.043 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Read timed out 11:07:56.044 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:07:56.044 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:07:56.046 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:07:56.987 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes 11:07:56.987 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset 11:08:06.002 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:08:06.002 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:08:06.004 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:08:34.305 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 11:08:34.306 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:08:34.308 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:09:04.343 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Read timed out; blacklisting for 2 minutes 11:09:04.343 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Read timed out 11:09:04.343 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:09:04.344 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:09:04.345 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:09:34.392 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out; blacklisting for 2 minutes 11:09:34.393 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out 11:09:34.393 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:09:34.393 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:09:34.398 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:10:04.494 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out; blacklisting for 2 minutes 11:10:04.495 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out 11:10:04.496 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:10:04.497 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:10:04.499 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:10:29.087 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes 11:10:29.087 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset 11:10:29.088 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:10:29.088 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:10:29.090 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:10:35.833 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes 11:10:35.833 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset 11:10:35.833 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:10:35.834 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:10:35.834 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:10:35.852 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes 11:10:35.852 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset 11:10:35.852 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:10:35.853 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:10:35.853 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:10:35.876 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes 11:10:35.876 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset 11:10:46.003 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:10:46.004 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:10:46.008 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:11:16.049 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out; blacklisting for 2 minutes 11:11:16.049 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out 11:11:16.050 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:11:16.050 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:11:16.052 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:11:46.105 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out; blacklisting for 2 minutes 11:11:46.106 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out 11:11:46.106 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:11:46.106 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:11:46.108 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:12:12.410 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes 11:12:12.411 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset 11:12:12.415 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:12:12.417 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:12:12.426 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:12:12.447 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes 11:12:12.447 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Remote host terminated the handshake 11:12:12.448 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:12:12.448 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:12:12.448 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:12:12.462 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes 11:12:12.462 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Remote host terminated the handshake 11:12:26.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:12:26.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:12:26.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:12:38.226 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:12:38.228 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:12:46.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:12:46.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:12:47.184 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:12:47.185 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:13:06.004 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:13:06.008 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:13:07.015 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:13:07.015 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:13:26.003 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:13:26.009 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:13:26.410 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:13:26.411 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:13:46.003 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:13:46.007 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:13:46.025 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:13:46.026 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:14:06.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:14:06.005 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:14:07.683 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:14:07.684 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:14:26.003 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:14:26.009 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:14:28.898 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:14:28.902 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:14:46.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:14:46.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:14:47.720 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:14:47.721 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:15:06.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:15:06.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:15:09.033 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:15:09.034 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:15:26.003 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:15:26.007 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:15:26.039 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:15:26.040 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:15:46.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:15:46.006 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:15:46.758 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:15:46.759 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:16:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:16:06.007 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:16:06.369 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:16:06.370 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:16:26.004 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:16:26.011 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:16:26.044 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:16:26.045 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:16:46.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:16:46.004 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:16:46.039 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:16:46.040 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:17:06.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:17:06.004 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:17:06.181 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:17:06.331 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:17:26.003 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:17:26.008 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:17:26.030 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:17:26.030 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:17:46.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:17:46.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:17:46.016 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:17:46.016 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:18:06.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:18:06.004 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:18:06.025 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:18:06.026 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:18:26.003 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:18:26.007 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:18:26.037 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:18:26.038 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:18:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:18:46.005 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:18:46.016 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:18:46.017 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:19:06.004 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:19:06.009 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:19:06.052 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:19:06.053 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:19:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:19:26.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:19:26.020 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:19:26.021 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:19:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:19:46.005 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:19:46.037 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:19:46.038 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:20:06.003 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:20:06.008 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:20:06.020 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:20:06.021 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:20:26.002 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:20:26.006 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:20:26.614 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:20:26.615 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:20:46.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:20:46.005 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:20:46.014 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:20:46.015 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:21:06.003 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:21:06.006 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:21:06.015 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:21:06.016 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:21:26.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:21:26.003 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:21:26.196 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:21:26.196 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:21:46.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:21:46.005 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:21:46.020 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:21:46.021 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:22:06.004 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:22:06.008 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:22:06.043 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:22:06.044 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:22:26.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:22:26.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:22:26.014 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:22:26.015 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:22:46.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:22:46.005 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:22:46.050 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:22:46.051 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:23:06.003 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:23:06.006 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:23:06.025 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:23:06.025 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:23:26.003 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:23:26.005 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:23:26.023 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:23:26.025 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:23:46.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:23:46.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:23:46.013 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:23:46.014 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:24:06.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:24:06.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:24:06.014 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:24:06.014 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:24:26.004 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:24:26.008 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:24:26.020 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:24:26.021 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:24:46.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:24:46.005 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:24:50.647 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:24:50.649 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:25:06.003 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:25:06.005 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:25:06.690 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes 11:25:06.690 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset 11:25:26.003 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:25:26.004 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:25:26.007 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:26:08.389 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:26:08.391 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:26:08.392 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:26:08.392 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:26:08.393 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:26:18.940 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:26:18.942 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:26:18.942 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:26:18.942 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:26:18.943 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:26:22.574 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:26:22.575 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:26:26.003 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:26:26.003 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:26:26.005 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:26:26.024 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:26:26.024 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:26:46.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:26:46.004 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:26:46.024 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:26:46.025 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:27:06.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:27:06.006 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:27:06.020 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:27:06.021 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:27:26.003 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:27:26.006 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:27:26.027 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:27:26.028 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:27:46.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:27:46.004 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:27:46.020 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:27:46.021 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:28:06.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:28:06.004 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:28:06.019 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:28:06.020 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:28:26.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:28:26.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:28:26.012 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:28:26.013 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:28:46.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:28:46.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:28:46.025 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:28:46.026 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:29:06.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:29:06.004 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:29:06.541 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:29:06.542 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:29:26.003 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:29:26.005 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:29:26.778 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:29:26.779 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:29:46.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:29:46.005 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:29:46.283 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:29:46.283 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:30:06.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:30:06.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:30:07.312 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:30:07.313 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:30:26.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:30:26.005 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:30:27.594 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:30:27.595 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:30:46.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:30:46.004 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:30:46.020 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:30:46.021 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:31:06.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:31:06.003 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:31:06.014 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:31:06.015 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:31:26.004 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:31:26.009 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:31:26.023 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:31:26.024 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:31:46.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:31:46.004 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:31:47.466 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:31:47.467 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:32:06.003 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:32:06.006 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:32:06.019 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:32:06.020 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:32:26.004 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:32:26.008 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:32:26.021 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:32:26.022 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:32:46.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:32:46.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:32:46.024 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:32:46.024 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:33:06.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:33:06.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:33:06.018 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:33:06.018 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:33:26.003 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:33:26.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:33:26.076 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:33:26.077 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:33:46.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:33:46.005 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:33:46.056 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:33:46.058 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:34:06.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:34:06.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:34:07.449 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:34:07.450 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:34:26.003 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:34:26.007 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... Apr 14, 2021 11:34:38 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://message-router.onap:3905: The target server failed to respond Apr 14, 2021 11:34:38 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://message-router.onap:3905 11:34:58.018 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:34:58.019 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:34:58.019 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:34:58.020 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:34:58.020 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:34:59.461 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:34:59.462 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:35:06.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:35:06.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:35:06.024 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:35:06.241 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:35:26.003 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:35:26.009 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:35:26.065 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:35:26.066 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:35:46.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:35:46.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:35:52.319 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:35:52.320 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:36:06.009 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:36:06.011 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:36:06.022 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:36:06.824 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:36:26.003 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:36:26.007 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:36:26.429 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:36:26.431 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:36:46.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:36:46.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:37:07.579 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:37:07.581 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:37:07.581 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:37:07.582 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:37:07.583 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:37:11.073 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes 11:37:11.074 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset 11:37:26.003 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:37:26.005 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:37:26.007 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:37:36.804 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes 11:37:36.804 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset 11:37:46.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:37:46.002 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:37:46.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:37:48.862 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:37:48.862 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:38:06.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:38:06.005 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:38:06.443 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes 11:38:06.443 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset 11:38:26.003 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:38:26.004 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:38:26.005 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:38:26.942 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:38:26.943 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:38:46.003 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:38:46.007 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:38:46.036 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:38:46.037 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:39:06.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:39:06.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:39:06.028 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 500 Server Error 11:39:06.029 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error 11:39:26.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:39:26.009 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:39:26.046 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes 11:39:26.046 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset 11:39:46.004 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:39:46.005 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:39:46.009 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:39:46.019 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:39:46.020 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:40:06.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:40:06.003 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:40:06.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:40:06.011 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:40:06.011 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:40:26.003 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:40:26.003 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:40:26.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:40:26.013 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:40:26.013 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:40:46.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:40:46.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:40:46.005 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:40:46.008 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:40:46.009 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:41:06.003 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:41:06.005 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:41:06.008 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:41:06.017 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:41:06.017 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:41:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:41:26.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:41:26.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:41:26.007 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:41:26.007 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:41:46.003 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:41:46.004 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:41:46.008 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:41:46.015 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:41:46.015 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:42:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:42:06.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:42:06.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:42:06.009 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:42:06.009 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:42:26.003 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:42:26.004 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:42:26.005 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:42:26.013 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:42:26.013 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:42:46.003 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:42:46.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:42:46.006 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:42:46.010 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:42:46.010 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:43:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:43:06.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:43:06.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:43:06.010 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:43:06.011 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:43:26.003 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:43:26.004 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:43:26.008 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:43:26.014 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:43:26.014 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:43:46.003 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:43:46.004 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:43:46.007 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:43:46.016 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:43:46.016 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:44:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:44:06.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:44:06.005 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:44:06.010 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:44:06.010 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:44:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:44:26.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:44:26.005 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:44:26.012 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:44:26.013 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:44:46.003 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:44:46.004 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:44:46.007 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:44:46.014 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:44:46.014 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:45:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:45:06.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:45:06.003 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:45:06.009 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:45:06.009 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:45:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:45:26.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:45:26.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:45:26.007 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:45:26.007 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:45:46.003 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:45:46.005 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:45:46.013 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:45:46.024 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:45:46.024 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:46:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:46:06.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:46:06.005 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:46:06.010 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:46:06.010 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:46:26.003 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:46:26.005 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:46:26.010 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:46:26.018 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:46:26.019 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:46:46.003 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:46:46.005 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:46:46.009 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:46:46.016 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:46:46.016 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:47:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:47:06.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:47:06.003 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:47:06.007 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:47:06.007 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:47:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:47:26.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:47:26.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:47:26.007 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:47:26.008 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:47:46.004 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:47:46.005 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:47:46.009 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:47:46.019 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:47:46.019 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:48:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:48:06.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:48:06.006 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:48:06.012 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:48:06.012 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:48:26.003 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:48:26.005 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:48:26.009 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:48:26.018 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:48:26.018 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:48:46.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:48:46.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:48:46.005 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:48:46.008 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:48:46.009 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:49:06.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:49:06.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:49:06.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:49:06.009 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:49:06.009 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:49:26.003 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:49:26.004 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:49:26.008 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:49:26.013 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:49:26.014 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:49:46.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:49:46.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:49:46.005 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:49:46.011 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:49:46.011 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:50:06.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:50:06.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:50:06.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:50:06.008 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:50:06.008 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:50:26.003 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:50:26.004 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:50:26.008 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:50:26.018 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:50:26.018 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:50:46.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:50:46.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:50:46.005 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:50:46.010 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:50:46.010 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:51:06.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:51:06.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:51:06.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:51:06.009 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:51:06.009 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:51:26.003 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:51:26.004 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:51:26.007 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:51:26.012 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:51:26.013 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:51:46.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:51:46.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:51:46.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:51:46.012 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:51:46.012 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:52:06.003 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:52:06.004 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:52:06.008 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:52:06.014 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:52:06.014 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:52:26.003 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:52:26.004 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:52:26.008 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:52:26.017 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:52:26.017 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:52:46.002 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:52:46.002 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:52:46.003 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:52:46.006 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:52:46.006 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:53:06.002 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:53:06.002 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:53:06.004 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:53:06.012 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:53:06.012 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:53:26.004 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:53:26.005 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:53:26.008 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:53:26.014 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:53:26.014 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:53:46.002 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:53:46.002 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:53:46.004 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:53:46.012 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:53:46.012 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:54:06.002 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:54:06.002 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:54:06.004 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:54:06.008 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:54:06.008 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:54:26.003 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:54:26.004 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:54:26.007 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:54:26.015 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:54:26.015 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:54:46.002 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:54:46.002 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:54:46.003 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:54:46.006 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:54:46.006 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:55:06.002 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:55:06.002 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:55:06.004 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:55:06.011 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:55:06.011 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:55:26.003 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:55:26.004 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:55:26.007 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:55:26.013 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:55:26.014 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:55:46.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:55:46.003 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:55:46.005 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:55:46.014 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:55:46.014 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:56:06.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:56:06.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:56:06.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:56:06.007 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:56:06.007 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:56:26.003 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:56:26.004 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:56:26.006 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:56:26.014 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:56:26.014 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:56:46.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:56:46.003 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:56:46.005 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:56:46.009 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:56:46.009 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:57:06.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:57:06.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:57:06.003 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:57:06.008 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:57:06.008 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:57:26.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:57:26.003 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:57:26.005 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:57:26.008 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:57:26.009 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:57:46.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:57:46.002 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:57:46.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:57:46.019 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:57:46.019 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:58:06.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:58:06.002 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:58:06.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:58:06.008 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:58:06.008 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:58:26.003 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:58:26.004 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:58:26.007 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:58:26.020 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:58:26.020 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:58:46.002 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:58:46.002 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:58:46.004 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:58:46.009 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:58:46.009 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:59:06.002 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:59:06.002 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:59:06.004 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:59:06.010 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:59:06.011 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:59:26.003 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:59:26.003 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:59:26.006 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:59:26.017 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:59:26.017 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 11:59:46.002 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 11:59:46.002 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 11:59:46.005 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 11:59:46.013 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 11:59:46.013 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:00:06.003 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:00:06.003 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:00:06.008 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:00:06.014 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:00:06.014 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:00:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:00:26.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:00:26.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:00:26.010 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:00:26.010 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:00:46.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:00:46.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:00:46.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:00:46.009 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:00:46.009 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:01:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:01:06.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:01:06.005 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:01:06.012 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:01:06.013 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:01:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:01:26.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:01:26.003 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:01:26.006 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:01:26.006 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:01:46.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:01:46.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:01:46.003 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:01:46.009 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:01:46.009 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:02:06.003 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:02:06.004 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:02:06.008 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:02:06.016 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:02:06.016 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:02:26.013 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:02:26.013 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:02:26.015 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:02:26.021 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:02:26.021 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:02:46.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:02:46.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:02:46.005 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:02:46.009 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:02:46.010 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:03:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:03:06.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:03:06.006 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:03:06.012 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:03:06.012 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:03:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:03:26.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:03:26.003 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:03:26.006 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:03:26.007 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:03:46.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:03:46.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:03:46.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:03:46.011 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:03:46.011 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:04:06.003 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:04:06.004 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:04:06.006 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:04:06.014 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:04:06.014 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:04:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:04:26.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:04:26.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:04:26.011 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:04:26.011 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:04:46.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:04:46.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:04:46.005 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:04:46.010 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:04:46.011 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:05:06.003 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:05:06.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:05:06.006 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:05:06.016 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:05:06.016 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:05:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:05:26.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:05:26.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:05:26.007 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:05:26.007 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:05:46.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:05:46.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:05:46.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:05:46.010 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:05:46.010 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:06:06.003 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:06:06.004 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:06:06.008 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:06:06.013 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:06:06.014 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:06:26.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:06:26.003 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:06:26.005 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:06:26.012 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:06:26.012 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:06:46.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:06:46.002 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:06:46.004 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:06:46.008 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:06:46.008 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:07:06.003 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:07:06.004 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:07:06.007 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:07:06.014 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:07:06.015 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:07:26.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:07:26.002 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:07:26.005 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:07:26.009 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:07:26.010 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:07:46.003 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:07:46.004 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:07:46.007 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:07:46.015 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:07:46.016 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:08:06.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:08:06.002 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:08:06.004 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:08:06.007 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:08:06.007 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:08:26.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:08:26.002 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:08:26.004 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:08:26.012 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:08:26.012 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:08:46.003 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:08:46.004 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:08:46.007 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:08:46.014 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:08:46.014 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:09:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:09:06.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:09:06.005 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:09:06.011 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:09:06.012 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:09:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:09:26.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:09:26.006 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:09:26.010 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:09:26.011 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:09:46.003 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:09:46.005 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:09:46.009 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:09:46.017 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:09:46.017 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:10:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:10:06.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:10:06.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:10:06.010 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:10:06.011 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:10:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:10:26.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:10:26.005 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:10:26.011 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:10:26.011 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:10:46.003 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:10:46.004 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:10:46.008 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:10:46.014 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:10:46.014 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:11:06.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:11:06.002 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:11:06.004 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:11:06.010 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:11:06.010 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:11:26.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:11:26.003 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:11:26.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:11:26.009 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:11:26.010 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:11:46.003 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:11:46.004 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:11:46.007 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:11:46.017 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:11:46.018 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:12:06.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:12:06.002 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:12:06.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:12:06.009 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:12:06.009 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:12:26.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:12:26.002 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:12:26.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:12:26.012 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:12:26.012 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:12:46.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:12:46.003 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:12:46.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:12:46.009 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:12:46.009 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:13:06.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:13:06.003 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:13:06.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:13:06.012 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:13:06.012 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:13:26.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:13:26.002 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:13:26.004 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:13:26.007 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:13:26.007 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:13:46.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:13:46.003 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:13:46.006 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:13:46.016 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:13:46.017 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:14:06.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:14:06.002 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:14:06.004 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:14:06.012 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:14:06.012 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:14:26.003 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:14:26.003 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:14:26.006 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:14:26.014 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:14:26.014 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:14:46.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:14:46.003 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:14:46.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:14:46.009 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:14:46.010 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:15:06.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:15:06.002 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:15:06.004 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:15:06.010 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:15:06.010 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:15:26.003 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:15:26.009 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:15:26.013 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:15:26.021 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:15:26.021 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:15:46.004 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:15:46.004 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:15:46.006 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:16:16.064 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out; blacklisting for 2 minutes 12:16:16.064 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out 12:16:16.065 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:16:16.065 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:16:16.068 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:16:46.123 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out; blacklisting for 2 minutes 12:16:46.124 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out 12:16:46.125 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:16:46.126 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:16:46.129 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:17:16.181 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out; blacklisting for 2 minutes 12:17:16.182 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out 12:17:16.182 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:17:16.182 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:17:16.184 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:17:46.229 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out; blacklisting for 2 minutes 12:17:46.231 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Read timed out 12:17:46.231 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:17:46.231 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:17:46.233 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:19:55.783 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes 12:19:55.783 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection timed out (Connection timed out) 12:19:55.784 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:19:55.784 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:19:55.787 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:22:06.857 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes 12:22:06.859 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection timed out (Connection timed out) 12:22:06.862 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:22:06.862 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:22:06.867 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:24:17.928 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes 12:24:17.930 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection timed out (Connection timed out) 12:24:17.932 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:24:17.933 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:24:17.937 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.463 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.464 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.465 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.466 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.469 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.477 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.477 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.477 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.477 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.478 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.479 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.479 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.479 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.479 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.480 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.481 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.481 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.481 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.481 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.481 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.483 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.483 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.483 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.483 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.483 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.484 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.484 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.509 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.509 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.509 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.511 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.511 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.511 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.511 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.511 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.512 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.512 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.513 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.513 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.513 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.515 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.515 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.515 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.515 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.516 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.517 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.517 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.517 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.517 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.518 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.524 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.524 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.524 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.524 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.524 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.526 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.526 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.526 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.526 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.527 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.529 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.529 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.529 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.529 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.530 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.531 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.531 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.531 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.531 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.531 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.533 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.533 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.533 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.533 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.533 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.534 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.534 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.535 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.535 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.535 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.536 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.536 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.536 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.536 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.536 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.537 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.538 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.538 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.538 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.538 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.540 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.540 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.540 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.540 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.540 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.541 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.541 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.541 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.541 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.541 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.542 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.542 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:23.542 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:23.542 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:23.543 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:23.544 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:23.544 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:26.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:26.002 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:26.002 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:26.004 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:26.004 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:25:46.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:25:46.002 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:25:46.005 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:25:46.009 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:25:46.009 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:26:06.003 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:26:06.003 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:26:06.006 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:26:06.013 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:26:06.014 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:26:26.002 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:26:26.002 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:26:26.004 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:26:26.008 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:26:26.008 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:26:46.002 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:26:46.002 [pool-3-thread-7] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:26:46.004 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:26:46.009 [pool-3-thread-7] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:26:46.009 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:27:06.002 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:27:06.003 [pool-3-thread-7] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:27:06.005 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:27:06.009 [pool-3-thread-7] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:27:06.009 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:27:26.002 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:27:26.002 [pool-3-thread-7] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:27:26.003 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:27:26.009 [pool-3-thread-7] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:27:26.009 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:27:46.003 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:27:46.003 [pool-3-thread-7] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:27:46.006 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:27:46.012 [pool-3-thread-7] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:27:46.012 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:28:06.002 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:28:06.002 [pool-3-thread-7] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:28:06.005 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:28:06.012 [pool-3-thread-7] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:28:06.012 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:28:26.002 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:28:26.002 [pool-3-thread-7] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:28:26.004 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:28:26.008 [pool-3-thread-7] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:28:26.008 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:28:46.003 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:28:46.004 [pool-3-thread-7] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:28:46.007 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:28:46.028 [pool-3-thread-7] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:28:46.028 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:29:06.002 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:29:06.002 [pool-3-thread-7] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:29:06.004 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:29:06.008 [pool-3-thread-7] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:29:06.008 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:29:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:29:26.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:29:26.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:29:26.009 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:29:26.010 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:29:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:29:46.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:29:46.005 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:29:46.009 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:29:46.009 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:30:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:30:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:30:06.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:30:06.010 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:30:06.010 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:30:26.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:30:26.003 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:30:26.004 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:30:26.010 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:30:26.010 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:30:46.003 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:30:46.004 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:30:46.007 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:30:46.017 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:30:46.017 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:31:06.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:31:06.003 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:31:06.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:31:06.010 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:31:06.010 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:31:26.003 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:31:26.004 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:31:26.006 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:31:26.015 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:31:26.015 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:31:46.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:31:46.002 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:31:46.003 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:31:46.006 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:31:46.006 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:32:06.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:32:06.002 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:32:06.004 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:32:06.012 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:32:06.012 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:32:26.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:32:26.003 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:32:26.006 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:32:26.010 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:32:26.010 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:32:46.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:32:46.002 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:32:46.004 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:32:46.010 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:32:46.010 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:33:06.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:33:06.002 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:33:06.004 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:33:06.007 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:33:06.008 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:33:26.006 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:33:26.007 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:33:26.009 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:33:26.015 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:33:26.015 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:33:46.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:33:46.003 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:33:46.005 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:33:46.009 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:33:46.009 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:34:06.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:34:06.002 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:34:06.003 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:34:06.008 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:34:06.008 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:34:26.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:34:26.003 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:34:26.014 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:34:26.020 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:34:26.021 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:34:46.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:34:46.002 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:34:46.004 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:34:46.009 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:34:46.009 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:35:06.002 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:35:06.003 [pool-3-thread-4] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:35:06.004 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:35:06.008 [pool-3-thread-4] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:35:06.008 [pool-3-thread-4] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:35:26.002 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:35:26.003 [pool-3-thread-7] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:35:26.005 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:35:26.012 [pool-3-thread-7] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:35:26.012 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:35:46.002 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:35:46.002 [pool-3-thread-7] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:35:46.009 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:35:46.013 [pool-3-thread-7] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:35:46.013 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:36:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:36:06.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:36:06.005 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:36:06.016 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:36:06.017 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:36:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:36:26.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:36:26.006 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:36:26.012 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:36:26.013 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:36:46.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:36:46.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:36:46.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:36:46.011 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:36:46.011 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:37:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:37:06.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:37:06.005 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:37:06.010 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:37:06.011 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:37:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:37:26.004 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:37:26.007 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:37:26.017 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:37:26.017 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:37:46.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:37:46.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:37:46.003 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:37:46.006 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:37:46.006 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:38:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:38:06.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:38:06.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:38:06.010 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:38:06.011 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:38:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:38:26.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:38:26.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:38:26.009 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:38:26.009 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:38:46.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:38:46.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:38:46.003 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:38:46.007 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:38:46.008 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:39:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:39:06.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:39:06.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:39:06.008 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:39:06.008 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:39:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:39:26.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:39:26.006 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:39:26.015 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:39:26.015 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:39:46.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:39:46.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:39:46.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:39:46.008 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:39:46.008 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:40:06.003 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:40:06.004 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:40:06.008 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:40:09.208 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Received close_notify during handshake; blacklisting for 2 minutes 12:40:09.208 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Received close_notify during handshake 12:40:26.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:40:26.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:40:26.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:40:26.007 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:40:26.007 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:40:46.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:40:46.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:40:46.003 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:40:46.009 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:40:46.010 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:41:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:41:06.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:41:06.005 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:41:06.013 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:41:06.013 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:41:26.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:41:26.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:41:26.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:41:26.011 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:41:26.011 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:41:46.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:41:46.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:41:46.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:41:46.007 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:41:46.007 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:42:06.002 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:42:06.002 [pool-3-thread-7] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:42:06.003 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:42:06.011 [pool-3-thread-7] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:42:06.011 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:42:26.002 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:42:26.002 [pool-3-thread-7] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:42:26.003 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:42:26.005 [pool-3-thread-7] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:42:26.006 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:42:46.002 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:42:46.002 [pool-3-thread-7] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:42:46.004 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:42:46.009 [pool-3-thread-7] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:42:46.009 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:43:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:43:06.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:43:06.006 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:43:06.012 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:43:06.012 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:43:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:43:26.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:43:26.003 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:43:26.009 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:43:26.009 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:43:46.009 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:43:46.010 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:43:46.013 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:43:46.018 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:43:46.019 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:44:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:44:06.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:44:06.003 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:44:06.009 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:44:06.009 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:44:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:44:26.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:44:26.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:44:26.008 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:44:26.008 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:44:46.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:44:46.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:44:46.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:44:46.012 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:44:46.012 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:45:06.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:45:06.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:45:06.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:45:06.009 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:45:06.009 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:45:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:45:26.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:45:26.003 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:45:26.008 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:45:26.008 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:45:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:45:46.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:45:46.006 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:45:46.011 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:45:46.012 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:46:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:46:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:46:06.003 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:46:06.009 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:46:06.009 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:46:26.003 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:46:26.004 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:46:26.007 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:46:26.013 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:46:26.013 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:46:46.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:46:46.003 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:46:46.005 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:46:46.012 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:46:46.012 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:47:06.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:47:06.002 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:47:06.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:47:06.008 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:47:06.008 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:47:26.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:47:26.002 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:47:26.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:47:26.009 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:47:26.009 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:47:46.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:47:46.002 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:47:46.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:47:46.008 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:47:46.008 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:48:06.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:48:06.002 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:48:06.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:48:06.009 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:48:06.009 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:48:26.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:48:26.003 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:48:26.006 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:48:26.012 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:48:26.012 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:48:46.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:48:46.002 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:48:46.003 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:48:46.008 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:48:46.008 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:49:06.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:49:06.002 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:49:06.004 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:49:06.007 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:49:06.008 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:49:26.002 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:49:26.003 [pool-3-thread-8] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:49:26.005 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:49:26.013 [pool-3-thread-8] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:49:26.014 [pool-3-thread-8] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:49:46.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:49:46.002 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:49:46.003 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:49:46.006 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:49:46.006 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:50:06.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:50:06.002 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:50:06.004 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:50:06.010 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:50:06.010 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:50:26.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:50:26.003 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:50:26.004 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:50:26.008 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:50:26.008 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:50:46.002 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:50:46.002 [pool-3-thread-3] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:50:46.003 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:50:46.010 [pool-3-thread-3] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:50:46.010 [pool-3-thread-3] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:51:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:51:06.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:51:06.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:51:06.008 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:51:06.008 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:51:26.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:51:26.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:51:26.006 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:51:26.014 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:51:26.015 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:51:46.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:51:46.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:51:46.003 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:51:46.007 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:51:46.008 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:52:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:52:06.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:52:06.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:52:06.018 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:52:06.018 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:52:26.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:52:26.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:52:26.005 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:52:26.010 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:52:26.010 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:52:46.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:52:46.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:52:46.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:52:46.011 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:52:46.011 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:53:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:53:06.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:53:06.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:53:06.008 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:53:06.009 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:53:26.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:53:26.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:53:26.005 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:53:26.013 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:53:26.013 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:53:46.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:53:46.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:53:46.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:53:46.008 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:53:46.008 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:54:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:54:06.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:54:06.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:54:06.010 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:54:06.010 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:54:26.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:54:26.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:54:26.006 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:54:26.013 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:54:26.013 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:54:46.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:54:46.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:54:46.005 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:54:46.011 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:54:46.011 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:55:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:55:06.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:55:06.003 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:55:06.007 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:55:06.007 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:55:26.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:55:26.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:55:26.006 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:55:26.014 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:55:26.014 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:55:46.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:55:46.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:55:46.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:55:46.009 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:55:46.009 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:56:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:56:06.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:56:06.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:56:06.012 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:56:06.012 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:56:26.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:56:26.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:56:26.006 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:56:26.012 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:56:26.012 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:56:46.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:56:46.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:56:46.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:56:46.012 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:56:46.012 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:57:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:57:06.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:57:06.005 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:57:06.010 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:57:06.010 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:57:26.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:57:26.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:57:26.005 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:57:26.013 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:57:26.014 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:57:46.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:57:46.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:57:46.005 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:57:46.009 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:57:46.009 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:58:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:58:06.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:58:06.005 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:58:06.011 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:58:06.012 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:58:26.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:58:26.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:58:26.005 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:58:26.009 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:58:26.009 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:58:46.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:58:46.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:58:46.005 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:58:46.012 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:58:46.012 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:59:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:59:06.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:59:06.006 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:59:06.012 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:59:06.012 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:59:26.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:59:26.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:59:26.005 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:59:26.011 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:59:26.011 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 12:59:46.003 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 12:59:46.004 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 12:59:46.020 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 12:59:46.028 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 12:59:46.028 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:00:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:00:06.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:00:06.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:00:06.011 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:00:06.012 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:00:26.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:00:26.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:00:26.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:00:26.007 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:00:26.007 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:00:46.003 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:00:46.004 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:00:46.007 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:00:46.018 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:00:46.018 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:01:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:01:06.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:01:06.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:01:06.007 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:01:06.007 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:01:26.003 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:01:26.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:01:26.007 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:01:26.014 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:01:26.014 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:01:46.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:01:46.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:01:46.005 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:01:46.009 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:01:46.009 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:02:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:02:06.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:02:06.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:02:06.012 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:02:06.012 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:02:26.003 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:02:26.004 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:02:26.007 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:02:26.014 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:02:26.014 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:02:46.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:02:46.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:02:46.006 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:02:46.014 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:02:46.015 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:03:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:03:06.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:03:06.006 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:03:06.011 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:03:06.011 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:03:26.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:03:26.003 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:03:26.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:03:26.010 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:03:26.010 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:03:46.002 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:03:46.002 [pool-3-thread-10] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:03:46.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:03:46.009 [pool-3-thread-10] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:03:46.009 [pool-3-thread-10] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:04:06.002 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:04:06.002 [pool-3-thread-7] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:04:06.003 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:04:06.010 [pool-3-thread-7] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:04:06.011 [pool-3-thread-7] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:04:26.003 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:04:26.004 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:04:26.006 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:04:26.013 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:04:26.014 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:04:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:04:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:04:46.005 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:04:46.013 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:04:46.013 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:05:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:05:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:05:06.007 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:05:06.011 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:05:06.011 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:05:26.003 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:05:26.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:05:26.006 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:05:26.015 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:05:26.028 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:05:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:05:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:05:46.005 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:05:46.009 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:05:46.009 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:06:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:06:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:06:06.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:06:06.011 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:06:06.011 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:06:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:06:26.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:06:26.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:06:26.006 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:06:26.007 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:06:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:06:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:06:46.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:06:46.011 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:06:46.011 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:07:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:07:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:07:06.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:07:06.008 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:07:06.008 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:07:26.003 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:07:26.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:07:26.007 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:07:26.015 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:07:26.016 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:07:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:07:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:07:46.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:07:46.007 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:07:46.007 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:08:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:08:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:08:06.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:08:06.010 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:08:06.010 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:08:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:08:26.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:08:26.006 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:08:26.012 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:08:26.013 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:08:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:08:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:08:46.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:08:46.009 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:08:46.009 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:09:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:09:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:09:06.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:09:06.007 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:09:06.007 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:09:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:09:26.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:09:26.006 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:09:26.014 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:09:26.014 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:09:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:09:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:09:46.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:09:46.007 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:09:46.008 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:10:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:10:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:10:06.003 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:10:06.015 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:10:06.015 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:10:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:10:26.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:10:26.006 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:10:26.011 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:10:26.011 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:10:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:10:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:10:46.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:10:46.011 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:10:46.011 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:11:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:11:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:11:06.003 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:11:06.007 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:11:06.007 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:11:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:11:26.004 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:11:26.006 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:11:26.012 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:11:26.012 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:11:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:11:46.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:11:46.005 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:11:46.008 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:11:46.008 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:12:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:12:06.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:12:06.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:12:06.013 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:12:06.013 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:12:26.003 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:12:26.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:12:26.006 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:12:26.011 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:12:26.012 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:12:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:12:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:12:46.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:12:46.011 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:12:46.011 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:13:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:13:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:13:06.003 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:13:06.007 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:13:06.007 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:13:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:13:26.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:13:26.005 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:13:26.013 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:13:26.014 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:13:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:13:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:13:46.005 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:13:46.009 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:13:46.009 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:14:06.004 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:14:06.004 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:14:06.007 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:14:06.014 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:14:06.014 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:14:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:14:26.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:14:26.005 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:14:26.010 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:14:26.011 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:14:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:14:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:14:46.005 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:14:46.012 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:14:46.012 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:15:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:15:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:15:06.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:15:06.009 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:15:06.009 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:15:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:15:26.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:15:26.006 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:15:26.016 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:15:26.017 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:15:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:15:46.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:15:46.005 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:15:46.009 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:15:46.009 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:16:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:16:06.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:16:06.006 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:16:06.014 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:16:06.014 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:16:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:16:26.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:16:26.003 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:16:26.007 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:16:26.007 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:16:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:16:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:16:46.003 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:16:46.009 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:16:46.009 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:17:06.004 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:17:06.004 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:17:06.007 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:17:06.013 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:17:06.013 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:17:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:17:26.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:17:26.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:17:26.012 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:17:26.012 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:17:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:17:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:17:46.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:17:46.009 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:17:46.009 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:18:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:18:06.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:18:06.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:18:06.012 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:18:06.012 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:18:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:18:26.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:18:26.003 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:18:26.007 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:18:26.007 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:18:46.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:18:46.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:18:46.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:18:46.010 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:18:46.010 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:19:06.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:19:06.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:19:06.003 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:19:06.006 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:19:06.006 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:19:26.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:19:26.003 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:19:26.005 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:19:26.014 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:19:26.014 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:19:46.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:19:46.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:19:46.003 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:19:46.007 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:19:46.007 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:20:06.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:20:06.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:20:06.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:20:06.011 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:20:06.011 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:20:26.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:20:26.003 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:20:26.005 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:20:26.010 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:20:26.010 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:20:46.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:20:46.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:20:46.003 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:20:46.009 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:20:46.009 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:21:06.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:21:06.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:21:06.003 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:21:06.005 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:21:06.005 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:21:26.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:21:26.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:21:26.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:21:26.011 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:21:26.012 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:21:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:21:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:21:46.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:21:46.008 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:21:46.008 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:22:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:22:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:22:06.003 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:22:06.009 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:22:06.009 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:22:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:22:26.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:22:26.005 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:22:26.011 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:22:26.011 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:22:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:22:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:22:46.003 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:22:46.011 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:22:46.011 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:23:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:23:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:23:06.003 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:23:06.006 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:23:06.006 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:23:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:23:26.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:23:26.006 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:23:26.015 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:23:26.015 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:23:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:23:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:23:46.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:23:46.007 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:23:46.008 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:24:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:24:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:24:06.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:24:06.010 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:24:06.010 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:24:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:24:26.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:24:26.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:24:26.008 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:24:26.008 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:24:46.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:24:46.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:24:46.003 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:24:46.008 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:24:46.008 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:25:06.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:25:06.003 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:25:06.007 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:25:06.013 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:25:06.014 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:25:26.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:25:26.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:25:26.003 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:25:26.008 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:25:26.009 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:25:46.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:25:46.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:25:46.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:25:46.007 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:25:46.007 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:26:06.003 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:26:06.003 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:26:06.007 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:26:06.016 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:26:06.016 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:26:26.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:26:26.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:26:26.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:26:26.008 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:26:26.008 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:26:46.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:26:46.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:26:46.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:26:46.011 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:26:46.011 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:27:06.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:27:06.003 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:27:06.005 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:27:06.010 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:27:06.010 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:27:26.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:27:26.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:27:26.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:27:26.012 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:27:26.012 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:27:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:27:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:27:46.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:27:46.007 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:27:46.007 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:28:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:28:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:28:06.005 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:28:06.014 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:28:06.014 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:28:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:28:26.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:28:26.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:28:26.007 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:28:26.007 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:28:46.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:28:46.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:28:46.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:28:46.010 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:28:46.010 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:29:06.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:29:06.003 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:29:06.006 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:29:06.013 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:29:06.013 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:29:26.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:29:26.002 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:29:26.003 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:29:26.010 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:29:26.010 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:29:46.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:29:46.002 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:29:46.003 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:29:46.007 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:29:46.007 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:30:06.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:30:06.003 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:30:06.005 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:30:06.013 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:30:06.013 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:30:26.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:30:26.002 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:30:26.004 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:30:26.008 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:30:26.008 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:30:46.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:30:46.002 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:30:46.004 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:30:46.010 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:30:46.010 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:31:06.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:31:06.003 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:31:06.006 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:31:06.012 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:31:06.012 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:31:26.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:31:26.002 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:31:26.003 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:31:26.010 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:31:26.010 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:31:46.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:31:46.002 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:31:46.003 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:31:46.006 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:31:46.006 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:32:06.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:32:06.003 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:32:06.004 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:32:06.011 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:32:06.011 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:32:26.002 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:32:26.003 [pool-3-thread-1] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:32:26.005 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:32:26.010 [pool-3-thread-1] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:32:26.010 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:32:46.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:32:46.002 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:32:46.004 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:32:46.012 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:32:46.012 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:33:06.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:33:06.002 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:33:06.005 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:33:06.014 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:33:06.014 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:33:26.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:33:26.002 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:33:26.004 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:33:26.011 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:33:26.011 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:33:46.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:33:46.002 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:33:46.004 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:33:46.008 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:33:46.008 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:34:06.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:34:06.003 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:34:06.006 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:34:06.019 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:34:06.019 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:34:26.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:34:26.002 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:34:26.004 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:34:26.008 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:34:26.008 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:34:46.002 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:34:46.002 [pool-3-thread-2] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:34:46.004 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:34:46.012 [pool-3-thread-2] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:34:46.012 [pool-3-thread-2] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:35:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:35:06.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:35:06.005 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:35:06.012 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:35:06.012 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:35:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:35:26.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:35:26.003 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:35:26.009 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:35:26.009 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:35:46.003 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:35:46.003 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:35:46.008 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:35:46.014 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:35:46.014 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:36:06.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:36:06.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:36:06.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:36:06.012 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:36:06.012 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:36:26.002 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:36:26.002 [pool-3-thread-5] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:36:26.004 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:36:26.007 [pool-3-thread-5] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:36:26.007 [pool-3-thread-5] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:36:46.003 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:36:46.003 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:36:46.005 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:36:46.014 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:36:46.014 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:37:06.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:37:06.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:37:06.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:37:06.008 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:37:06.008 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:37:26.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:37:26.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:37:26.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:37:26.009 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:37:26.010 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:37:46.003 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:37:46.003 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:37:46.007 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:37:46.016 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:37:46.016 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:38:06.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:38:06.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:38:06.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:38:06.010 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:38:06.011 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:38:26.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:38:26.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:38:26.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:38:26.009 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:38:26.009 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:38:46.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:38:46.004 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:38:46.007 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:38:46.018 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:38:46.018 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:39:06.002 [pool-3-thread-6] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:39:06.002 [pool-3-thread-6] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:39:06.004 [pool-3-thread-6] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:39:06.008 [pool-3-thread-6] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:39:06.008 [pool-3-thread-6] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:39:26.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:39:26.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:39:26.005 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:39:26.011 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:39:26.011 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:39:46.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:39:46.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:39:46.005 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:39:46.011 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:39:46.012 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:40:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:40:06.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:40:06.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:40:06.010 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:40:06.010 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:40:26.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:40:26.003 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:40:26.006 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:40:26.012 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:40:26.012 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:40:46.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:40:46.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:40:46.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:40:46.013 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:40:46.013 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused) 13:41:06.002 [pool-3-thread-9] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 13:41:06.002 [pool-3-thread-9] WARN c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts. 13:41:06.004 [pool-3-thread-9] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ojrRkC7JO1J4gx7V) ... 13:41:06.009 [pool-3-thread-9] WARN c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused); blacklisting for 2 minutes 13:41:06.009 [pool-3-thread-9] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3905 [message-router.onap/10.96.237.223] failed: Connection refused (Connection refused)