Results

By type

          overriding logback.xml
Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json
22:48:45.426 [main] INFO  o.o.p.d.main.startstop.Main - Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json]
22:48:45.651 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @754ms to org.eclipse.jetty.util.log.Slf4jLog
22:48:45.825 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting
22:48:45.826 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting REST SDCDistributionGroup
22:48:45.826 [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
22:48:45.834 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager started
22:48:45.835 [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
22:48:45.844 [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
22:48:45.867 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - DistributionClient - init
22:48:45.867 [main] INFO  o.o.p.d.main.startstop.Main - Started policy-distribution service successfully.
22:48:45.901 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0
22:48:45.901 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.session - No SessionScavenger set, using defaults
22:48:45.903 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.session - node0 Scavenging every 660000ms
22:48:46.632 [SDCDistributionGroup-6969] INFO  o.o.p.c.gson.GsonMessageBodyHandler - Using GSON for REST calls
22:48:46.634 [SDCDistributionGroup-6969] INFO  o.o.p.c.e.h.s.YamlMessageBodyHandler - Accepting YAML for REST calls
22:48:46.704 [SDCDistributionGroup-6969] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@74589991{/,null,AVAILABLE}
22:48:46.885 [SDCDistributionGroup-6969] INFO  o.e.jetty.util.ssl.SslContextFactory - x509=X509@23488e1c(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@5581a0a8[provider=null,keyStore=file:///opt/app/osaaf/local/org.onap.policy.p12,trustStore=file:///opt/app/policy/distribution/etc/ssl/policy-truststore]
22:48:46.977 [SDCDistributionGroup-6969] INFO  o.e.jetty.server.AbstractConnector - Started SDCDistributionGroup@40317ba2{SSL, (ssl, http/1.1)}{0.0.0.0:6969}
22:48:46.977 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.Server - Started @2081ms
22:50:55.912 [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.160.122] 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
22:50:55.918 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a5fb00b
22:50:55.918 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
22:50:55.927 [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
22:50:55.927 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized
22:50:55.927 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - DistributionClient - init
22:53:06.978 [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.160.122] 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
22:53:06.979 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@50ca5313
22:53:06.979 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
22:53:06.980 [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
22:53:06.980 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized
22:53:06.980 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - DistributionClient - init
22:55:18.049 [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.160.122] 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
22:55:18.049 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@558c1489
22:55:18.049 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
22:55:18.050 [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
22:55:18.050 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized
22:55:18.050 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - DistributionClient - init
22:57:29.120 [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.160.122] 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
22:57:29.121 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2826331a
22:57:29.121 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
22:57:29.122 [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
22:57:29.122 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized
22:57:29.122 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - DistributionClient - init
22:59:40.193 [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.160.122] 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
22:59:40.194 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@218c00a8
22:59:40.194 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
22:59:40.195 [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
22:59:40.195 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized
22:59:40.195 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - DistributionClient - init
23:01:51.268 [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.160.122] 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
23:01:51.269 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2293b814
23:01:51.269 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
23:01:51.269 [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
23:01:51.269 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized
23:01:51.269 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - DistributionClient - init
23:04:02.338 [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.160.122] 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
23:04:02.339 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d4fcd1a
23:04:02.339 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
23:04:02.340 [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
23:04:02.340 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized
23:04:02.340 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - DistributionClient - init
23:04:02.579 [Timer-0] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/apiKeys/create (anonymous) ...
23:04:02.747 [Timer-0] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:04:02.889 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - start DistributionClient
23:04:02.897 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:04:02.901 [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 9ZhqGvReJdQ2eVx6) ...
23:04:13.267 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:04:22.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:04:22.896 [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 9ZhqGvReJdQ2eVx6) ...
23:04:32.468 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:04:42.895 [pool-3-thread-2] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:04:42.899 [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 9ZhqGvReJdQ2eVx6) ...
23:04:52.515 [pool-3-thread-2] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:05:02.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:05:02.896 [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 9ZhqGvReJdQ2eVx6) ...
23:05:27.639 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:05:27.641 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:05:27.643 [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 9ZhqGvReJdQ2eVx6) ...
23:05:57.684 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Read timed out; blacklisting for 2 minutes
23:05:57.689 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Read timed out
23:05:57.690 [pool-3-thread-2] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:05:57.690 [pool-3-thread-2] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:05:57.692 [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 9ZhqGvReJdQ2eVx6) ...
23:06:27.741 [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.107.195] failed: Read timed out; blacklisting for 2 minutes
23:06:27.742 [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.107.195] failed: Read timed out
23:06:27.743 [pool-3-thread-4] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:06:27.743 [pool-3-thread-4] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:06:27.744 [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 9ZhqGvReJdQ2eVx6) ...
23:06:57.797 [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.107.195] failed: Read timed out; blacklisting for 2 minutes
23:06:57.797 [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.107.195] failed: Read timed out
23:06:57.799 [pool-3-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:06:57.799 [pool-3-thread-3] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:06:57.802 [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 9ZhqGvReJdQ2eVx6) ...
23:07:27.852 [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.107.195] failed: Read timed out; blacklisting for 2 minutes
23:07:27.852 [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.107.195] failed: Read timed out
23:07:27.853 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:07:27.853 [pool-3-thread-5] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:07:27.855 [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 9ZhqGvReJdQ2eVx6) ...
23:07:57.895 [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.107.195] failed: Read timed out; blacklisting for 2 minutes
23:07:57.896 [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.107.195] failed: Read timed out
23:07:57.897 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:07:57.897 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:07:57.898 [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 9ZhqGvReJdQ2eVx6) ...
23:08:27.941 [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.107.195] failed: Read timed out; blacklisting for 2 minutes
23:08:27.943 [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.107.195] failed: Read timed out
23:08:27.944 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:08:27.945 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:08:27.947 [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 9ZhqGvReJdQ2eVx6) ...
23:08:57.993 [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.107.195] failed: Read timed out; blacklisting for 2 minutes
23:08:57.994 [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.107.195] failed: Read timed out
23:08:57.994 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:08:57.994 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:08:57.995 [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 9ZhqGvReJdQ2eVx6) ...
23:09:28.044 [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.107.195] failed: Read timed out; blacklisting for 2 minutes
23:09:28.044 [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.107.195] failed: Read timed out
23:09:28.045 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:09:28.045 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:09:28.047 [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 9ZhqGvReJdQ2eVx6) ...
23:09:58.087 [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.107.195] failed: Read timed out; blacklisting for 2 minutes
23:09:58.088 [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.107.195] failed: Read timed out
23:09:58.088 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:09:58.089 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:09:58.091 [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 9ZhqGvReJdQ2eVx6) ...
23:10:28.138 [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.107.195] failed: Read timed out; blacklisting for 2 minutes
23:10:28.138 [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.107.195] failed: Read timed out
23:10:28.138 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:10:28.138 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:10:28.139 [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 9ZhqGvReJdQ2eVx6) ...
23:10:58.184 [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.107.195] failed: Read timed out; blacklisting for 2 minutes
23:10:58.185 [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.107.195] failed: Read timed out
23:10:58.186 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:10:58.186 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:10:58.191 [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 9ZhqGvReJdQ2eVx6) ...
23:13:09.152 [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.107.195] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
23:13:09.153 [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.107.195] failed: Connection timed out (Connection timed out)
23:13:09.154 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:13:09.154 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:13:09.156 [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 9ZhqGvReJdQ2eVx6) ...
23:13:55.308 [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.107.195] failed: Read timed out; blacklisting for 2 minutes
23:13:55.308 [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.107.195] failed: Read timed out
23:13:55.308 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:13:55.308 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:13:55.310 [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 9ZhqGvReJdQ2eVx6) ...
23:14:02.316 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
23:14:02.316 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset
23:14:02.316 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:14:02.316 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:14:02.317 [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 9ZhqGvReJdQ2eVx6) ...
23:14:03.431 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
23:14:03.431 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset
23:14:03.432 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:14:03.432 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:14:03.432 [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 9ZhqGvReJdQ2eVx6) ...
23:14:03.446 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
23:14:03.446 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset
23:14:03.446 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:14:03.447 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:14:03.447 [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 9ZhqGvReJdQ2eVx6) ...
23:14:03.462 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
23:14:03.462 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset
23:14:03.463 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:14:03.463 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:14:03.463 [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 9ZhqGvReJdQ2eVx6) ...
23:14:03.470 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
23:14:03.470 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
23:14:03.471 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:14:03.471 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:14:03.471 [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 9ZhqGvReJdQ2eVx6) ...
23:14:03.477 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
23:14:03.478 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
23:14:03.478 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:14:03.478 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:14:03.478 [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 9ZhqGvReJdQ2eVx6) ...
23:14:03.484 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
23:14:03.485 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
23:14:03.485 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:14:03.485 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:14:03.485 [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 9ZhqGvReJdQ2eVx6) ...
23:14:03.492 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
23:14:03.492 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
23:14:03.493 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:14:03.493 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:14:03.493 [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 9ZhqGvReJdQ2eVx6) ...
23:14:03.500 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
23:14:03.500 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
23:14:03.500 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:14:03.500 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:14:03.500 [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 9ZhqGvReJdQ2eVx6) ...
23:14:03.510 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
23:14:03.510 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset
23:14:03.510 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:14:03.511 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:14:03.511 [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 9ZhqGvReJdQ2eVx6) ...
23:14:03.518 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
23:14:03.518 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Remote host terminated the handshake
23:14:03.519 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:14:03.519 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:14:03.519 [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 9ZhqGvReJdQ2eVx6) ...
23:14:03.539 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
23:14:03.539 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset
23:14:03.539 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:14:03.539 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:14:03.540 [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 9ZhqGvReJdQ2eVx6) ...
23:14:03.571 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
23:14:03.572 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset
23:14:03.572 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:14:03.572 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:14:03.572 [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 9ZhqGvReJdQ2eVx6) ...
23:14:03.591 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
23:14:03.591 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:Connection reset
23:14:22.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:14:22.895 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:14:22.896 [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 9ZhqGvReJdQ2eVx6) ...
23:14:52.913 [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.107.195] failed: Read timed out; blacklisting for 2 minutes
23:14:52.913 [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.107.195] failed: Read timed out
23:14:52.914 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:14:52.914 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:14:52.915 [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 9ZhqGvReJdQ2eVx6) ...
23:15:15.225 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
23:15:15.783 [pool-3-thread-1] 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
23:15:15.783 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:15:15.783 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:15:15.784 [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 9ZhqGvReJdQ2eVx6) ...
23:15:19.497 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
23:15:19.498 [pool-3-thread-1] 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
23:15:22.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:15:22.895 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:15:22.896 [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 9ZhqGvReJdQ2eVx6) ...
23:15:26.820 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
23:15:26.820 [pool-3-thread-1] 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
23:15:42.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:15:42.897 [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 9ZhqGvReJdQ2eVx6) ...
23:15:42.910 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
23:15:42.911 [pool-3-thread-1] 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
23:16:02.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:16:02.895 [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 9ZhqGvReJdQ2eVx6) ...
23:16:03.338 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
23:16:03.339 [pool-3-thread-1] 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
23:16:22.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:16:22.897 [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 9ZhqGvReJdQ2eVx6) ...
23:16:22.910 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
23:16:22.910 [pool-3-thread-1] 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
23:16:42.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:16:42.897 [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 9ZhqGvReJdQ2eVx6) ...
23:16:42.912 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
23:16:42.913 [pool-3-thread-1] 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
23:17:02.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:17:02.896 [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 9ZhqGvReJdQ2eVx6) ...
23:17:02.904 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
23:17:02.905 [pool-3-thread-1] 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
23:17:22.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:17:22.896 [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 9ZhqGvReJdQ2eVx6) ...
23:17:22.906 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
23:17:22.907 [pool-3-thread-1] 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
23:17:42.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:17:42.898 [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 9ZhqGvReJdQ2eVx6) ...
23:19:52.609 [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.107.195] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
23:19:52.610 [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.107.195] failed: Connection timed out (Connection timed out)
23:19:52.611 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:19:52.612 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:19:52.616 [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 9ZhqGvReJdQ2eVx6) ...
23:22:03.686 [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.107.195] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
23:22:03.687 [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.107.195] failed: Connection timed out (Connection timed out)
23:22:03.688 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:22:03.689 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:22:03.692 [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 9ZhqGvReJdQ2eVx6) ...
23:22:13.998 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:22:13.999 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:22:14.000 [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 9ZhqGvReJdQ2eVx6) ...
23:22:23.561 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:22:23.562 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:22:23.563 [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 9ZhqGvReJdQ2eVx6) ...
23:22:33.123 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:22:33.124 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:22:33.125 [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 9ZhqGvReJdQ2eVx6) ...
23:22:42.671 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:22:42.672 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:22:42.672 [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 9ZhqGvReJdQ2eVx6) ...
23:22:52.225 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:22:52.226 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:22:52.228 [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 9ZhqGvReJdQ2eVx6) ...
23:23:01.780 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:23:01.781 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:23:01.782 [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 9ZhqGvReJdQ2eVx6) ...
23:23:11.325 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:23:11.326 [pool-3-thread-8] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:23:11.327 [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 9ZhqGvReJdQ2eVx6) ...
23:23:20.871 [pool-3-thread-8] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:23:20.872 [pool-3-thread-8] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:23:20.873 [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 9ZhqGvReJdQ2eVx6) ...
23:23:30.418 [pool-3-thread-8] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:23:30.419 [pool-3-thread-8] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:23:30.420 [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 9ZhqGvReJdQ2eVx6) ...
23:23:39.967 [pool-3-thread-8] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:23:39.967 [pool-3-thread-8] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:23:39.968 [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 9ZhqGvReJdQ2eVx6) ...
23:23:45.995 [pool-3-thread-8] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 503 Service Unavailable
23:23:45.996 [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 503 Service Unavailable
23:23:45.996 [pool-3-thread-8] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:23:45.997 [pool-3-thread-8] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:23:45.997 [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 9ZhqGvReJdQ2eVx6) ...
23:23:52.011 [pool-3-thread-8] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 503 Service Unavailable
23:23:52.012 [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 503 Service Unavailable
23:23:52.012 [pool-3-thread-8] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:23:52.012 [pool-3-thread-8] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:23:52.013 [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 9ZhqGvReJdQ2eVx6) ...
23:23:58.026 [pool-3-thread-8] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 503 Service Unavailable
23:23:58.027 [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 503 Service Unavailable
23:23:58.027 [pool-3-thread-8] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:23:58.027 [pool-3-thread-8] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:23:58.028 [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 9ZhqGvReJdQ2eVx6) ...
23:24:04.043 [pool-3-thread-8] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 503 Service Unavailable
23:24:04.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 503 Service Unavailable
23:24:04.044 [pool-3-thread-8] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:24:04.044 [pool-3-thread-8] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
23:24:04.045 [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 9ZhqGvReJdQ2eVx6) ...
23:24:14.257 [pool-3-thread-8] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:24:14.259 [pool-3-thread-8] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:24:14.260 [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 9ZhqGvReJdQ2eVx6) ...
23:24:23.860 [pool-3-thread-8] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:24:23.861 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:24:23.863 [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 9ZhqGvReJdQ2eVx6) ...
23:24:33.405 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:24:33.406 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:24:33.406 [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 9ZhqGvReJdQ2eVx6) ...
23:24:42.955 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:24:42.956 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:24:42.956 [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 9ZhqGvReJdQ2eVx6) ...
23:24:52.510 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:24:52.511 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:24:52.512 [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 9ZhqGvReJdQ2eVx6) ...
23:25:02.057 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:25:02.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:25:02.896 [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 9ZhqGvReJdQ2eVx6) ...
23:25:08.923 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 503 Service Unavailable
23:25:08.924 [pool-3-thread-1] ERROR o.onap.sdc.impl.NotificationConsumer - Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
23:25:22.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:25:22.898 [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 9ZhqGvReJdQ2eVx6) ...
23:25:33.108 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:25:42.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:25:42.895 [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 9ZhqGvReJdQ2eVx6) ...
23:25:52.443 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:26:02.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:26:02.897 [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 9ZhqGvReJdQ2eVx6) ...
23:26:12.447 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:26:22.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:26:22.896 [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 9ZhqGvReJdQ2eVx6) ...
23:26:32.439 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:26:42.895 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:26:42.895 [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 9ZhqGvReJdQ2eVx6) ...
23:26:52.446 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:27:02.895 [pool-3-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:27:02.897 [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 9ZhqGvReJdQ2eVx6) ...
23:27:12.444 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:27:22.895 [pool-3-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:27:22.898 [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 9ZhqGvReJdQ2eVx6) ...
23:27:32.442 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:27:42.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:27:42.896 [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 9ZhqGvReJdQ2eVx6) ...
23:27:52.439 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:28:02.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:28:02.898 [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 9ZhqGvReJdQ2eVx6) ...
23:28:12.444 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:28:22.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:28:22.897 [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 9ZhqGvReJdQ2eVx6) ...
23:28:32.449 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:28:42.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:28:42.897 [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 9ZhqGvReJdQ2eVx6) ...
23:28:52.484 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:29:02.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:29:02.897 [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 9ZhqGvReJdQ2eVx6) ...
23:29:12.449 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:29:22.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:29:22.899 [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 9ZhqGvReJdQ2eVx6) ...
23:29:32.444 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:29:42.894 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:29:42.895 [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 9ZhqGvReJdQ2eVx6) ...
23:29:52.440 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:30:02.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:30:02.899 [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 9ZhqGvReJdQ2eVx6) ...
23:30:12.510 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:30:22.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:30:22.898 [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 9ZhqGvReJdQ2eVx6) ...
23:30:32.445 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:30:42.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:30:42.896 [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 9ZhqGvReJdQ2eVx6) ...
23:30:52.447 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:31:02.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:31:02.897 [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 9ZhqGvReJdQ2eVx6) ...
23:31:12.446 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:31:22.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:31:22.897 [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 9ZhqGvReJdQ2eVx6) ...
23:31:32.445 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:31:42.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:31:42.896 [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 9ZhqGvReJdQ2eVx6) ...
23:31:52.439 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:32:02.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:32:02.898 [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 9ZhqGvReJdQ2eVx6) ...
23:32:12.444 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:32:22.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:32:22.896 [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 9ZhqGvReJdQ2eVx6) ...
23:32:32.441 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:32:42.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:32:42.896 [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 9ZhqGvReJdQ2eVx6) ...
23:32:52.443 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:33:02.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:33:02.897 [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 9ZhqGvReJdQ2eVx6) ...
23:33:12.443 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:33:22.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:33:22.899 [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 9ZhqGvReJdQ2eVx6) ...
23:33:32.444 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:33:42.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:33:42.897 [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 9ZhqGvReJdQ2eVx6) ...
23:33:52.440 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:34:02.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:34:02.896 [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 9ZhqGvReJdQ2eVx6) ...
23:34:12.442 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:34:22.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:34:22.899 [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 9ZhqGvReJdQ2eVx6) ...
23:34:32.444 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:34:42.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:34:42.896 [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 9ZhqGvReJdQ2eVx6) ...
23:34:52.441 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:35:02.894 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:35:02.895 [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 9ZhqGvReJdQ2eVx6) ...
23:35:12.448 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:35:22.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:35:22.898 [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 9ZhqGvReJdQ2eVx6) ...
23:35:32.445 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:35:42.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:35:42.897 [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 9ZhqGvReJdQ2eVx6) ...
23:35:52.442 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:36:02.894 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:36:02.896 [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 9ZhqGvReJdQ2eVx6) ...
23:36:12.441 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:36:22.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:36:22.898 [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 9ZhqGvReJdQ2eVx6) ...
23:36:32.449 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:36:42.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:36:42.900 [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 9ZhqGvReJdQ2eVx6) ...
23:36:52.446 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:37:02.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:37:02.896 [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 9ZhqGvReJdQ2eVx6) ...
23:37:12.439 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:37:22.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:37:22.896 [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 9ZhqGvReJdQ2eVx6) ...
23:37:32.438 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:37:42.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:37:42.898 [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 9ZhqGvReJdQ2eVx6) ...
23:37:52.443 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:38:02.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:38:02.896 [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 9ZhqGvReJdQ2eVx6) ...
23:38:12.436 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:38:22.894 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:38:22.895 [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 9ZhqGvReJdQ2eVx6) ...
23:38:32.442 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:38:42.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:38:42.897 [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 9ZhqGvReJdQ2eVx6) ...
23:38:52.446 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:39:02.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:39:02.896 [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 9ZhqGvReJdQ2eVx6) ...
23:39:12.445 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:39:22.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:39:22.896 [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 9ZhqGvReJdQ2eVx6) ...
23:39:32.436 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:39:42.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:39:42.898 [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 9ZhqGvReJdQ2eVx6) ...
23:39:52.527 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:40:02.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:40:02.897 [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 9ZhqGvReJdQ2eVx6) ...
23:40:12.442 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:40:22.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:40:22.896 [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 9ZhqGvReJdQ2eVx6) ...
23:40:32.439 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:40:42.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:40:42.898 [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 9ZhqGvReJdQ2eVx6) ...
23:40:52.443 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:41:02.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:41:02.898 [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 9ZhqGvReJdQ2eVx6) ...
23:41:12.469 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:41:22.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:41:22.896 [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 9ZhqGvReJdQ2eVx6) ...
23:41:32.497 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:41:42.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:41:42.898 [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 9ZhqGvReJdQ2eVx6) ...
23:41:52.449 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:42:02.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:42:02.897 [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 9ZhqGvReJdQ2eVx6) ...
23:42:12.441 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:42:22.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:42:22.898 [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 9ZhqGvReJdQ2eVx6) ...
23:42:32.443 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:42:42.894 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:42:42.895 [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 9ZhqGvReJdQ2eVx6) ...
23:42:52.452 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:43:02.895 [pool-3-thread-6] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:43:02.898 [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 9ZhqGvReJdQ2eVx6) ...
23:43:12.443 [pool-3-thread-6] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:43:22.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:43:22.896 [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 9ZhqGvReJdQ2eVx6) ...
23:43:32.439 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
23:43:42.895 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
23:43:42.895 [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 9ZhqGvReJdQ2eVx6) ...