By type
overriding logback.xml Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json 06:47:42.443 [main] INFO o.o.p.d.main.startstop.Main - Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json] 06:47:43.021 [main] INFO org.eclipse.jetty.util.log - Logging initialized @1933ms to org.eclipse.jetty.util.log.Slf4jLog 06:47:43.509 [main] INFO o.o.p.c.u.services.ServiceManager - service manager starting 06:47:43.510 [main] INFO o.o.p.c.u.services.ServiceManager - service manager starting REST SDCDistributionGroup 06:47:43.510 [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 06:47:43.521 [main] INFO o.o.p.c.u.services.ServiceManager - service manager started 06:47:43.521 [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 06:47:43.531 [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 06:47:43.625 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:47:43.627 [main] INFO o.o.p.d.main.startstop.Main - Started policy-distribution service successfully. 06:47:43.808 [SDCDistributionGroup-6969] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 06:47:43.808 [SDCDistributionGroup-6969] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 06:47:43.812 [SDCDistributionGroup-6969] INFO org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 06:47:46.742 [SDCDistributionGroup-6969] INFO o.o.p.c.gson.GsonMessageBodyHandler - Using GSON for REST calls 06:47:46.810 [SDCDistributionGroup-6969] INFO o.o.p.c.e.h.s.YamlMessageBodyHandler - Accepting YAML for REST calls 06:47:47.019 [SDCDistributionGroup-6969] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@74589991{/,null,AVAILABLE} 06:47:47.238 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:47:47.241 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@448d6359 06:47:47.241 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:47:47.309 [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 06:47:47.310 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:47:47.520 [SDCDistributionGroup-6969] INFO o.e.jetty.util.ssl.SslContextFactory - x509=X509@224556ec(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@74c2a6c9[provider=null,keyStore=file:///opt/app/osaaf/local/org.onap.policy.p12,trustStore=file:///opt/app/policy/distribution/etc/ssl/policy-truststore] 06:47:47.741 [SDCDistributionGroup-6969] INFO o.e.jetty.server.AbstractConnector - Started SDCDistributionGroup@40317ba2{SSL, (ssl, http/1.1)}{0.0.0.0:6969} 06:47:47.741 [SDCDistributionGroup-6969] INFO org.eclipse.jetty.server.Server - Started @6656ms 06:48:13.622 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:48:14.655 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:48:14.655 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46d676bd 06:48:14.655 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:48:14.655 [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 06:48:14.655 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:48:43.623 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:48:44.670 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:48:44.671 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e037149 06:48:44.671 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:48:44.671 [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 06:48:44.671 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:49:13.622 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:49:14.654 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:49:14.655 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e401b94 06:49:14.655 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:49:14.655 [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 06:49:14.655 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:49:43.622 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:49:44.672 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:49:44.672 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4829eb48 06:49:44.672 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:49:44.672 [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 06:49:44.672 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:50:13.622 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:50:14.655 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:50:14.655 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9966b2f 06:50:14.655 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:50:14.656 [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 06:50:14.656 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:50:43.623 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:50:44.672 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:50:44.672 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fc16bca 06:50:44.672 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:50:44.672 [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 06:50:44.672 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:51:13.622 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:51:14.656 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:51:14.656 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2af7e35e 06:51:14.656 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:51:14.656 [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 06:51:14.656 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:51:43.623 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:51:44.670 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:51:44.670 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1486542a 06:51:44.670 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:51:44.671 [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 06:51:44.671 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:52:13.622 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:52:14.654 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:52:14.654 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6edec276 06:52:14.654 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:52:14.654 [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 06:52:14.654 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:52:43.622 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:52:44.670 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:52:44.671 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69b430a6 06:52:44.671 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:52:44.671 [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 06:52:44.671 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:53:13.622 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:53:14.655 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:53:14.655 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@43dd86d4 06:53:14.655 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:53:14.655 [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 06:53:14.656 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:53:43.622 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:53:44.670 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:53:44.671 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e97f655 06:53:44.671 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:53:44.671 [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 06:53:44.672 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:54:13.622 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:54:14.653 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:54:14.653 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3eadc9e2 06:54:14.653 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:54:14.654 [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 06:54:14.654 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:54:43.622 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:54:44.671 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:54:44.671 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@433c6315 06:54:44.671 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:54:44.672 [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 06:54:44.672 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:55:13.622 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:55:14.654 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:55:14.655 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42250add 06:55:14.655 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:55:14.655 [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 06:55:14.655 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:55:43.623 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:55:44.670 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:55:44.670 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@359f2015 06:55:44.671 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:55:44.671 [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 06:55:44.671 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:56:13.623 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:56:14.655 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:56:14.656 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f5298c1 06:56:14.656 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:56:14.656 [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 06:56:14.657 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:56:43.622 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:56:44.670 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:56:44.670 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@305c7d4b 06:56:44.670 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:56:44.671 [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 06:56:44.671 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:57:13.622 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:57:14.655 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:57:14.656 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4670e5e3 06:57:14.656 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:57:14.656 [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 06:57:14.656 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:57:43.623 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:57:44.669 [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.233.14.0] failed: Connection refused (Connection refused) 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 refused (Connection refused) 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 06:57:44.670 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - status from ASDC is org.onap.sdc.http.HttpAsdcResponse@101afea7 06:57:44.670 [Timer-0] ERROR org.onap.sdc.http.SdcConnectorClient - DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 06:57:44.670 [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 06:57:44.670 [Timer-0] ERROR o.o.p.d.r.h.sdc.SdcReceptionHandler - The SDC Client is not initialized 06:58:13.623 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 06:58:14.032 [Timer-0] INFO c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/apiKeys/create (anonymous) ... 06:58:14.267 [Timer-0] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 06:58:14.439 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - start DistributionClient 06:58:14.447 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 06:58:14.452 [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 HTQMLexCMVt4eOgL) ... 06:58:24.752 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 06:58:34.445 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 06:58:34.446 [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 HTQMLexCMVt4eOgL) ... 06:58:44.001 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 06:58:54.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 06:58:54.447 [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 HTQMLexCMVt4eOgL) ... 06:59:04.001 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 06:59:14.445 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 06:59:14.446 [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 HTQMLexCMVt4eOgL) ... 06:59:23.996 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 06:59:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 06:59:34.445 [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 HTQMLexCMVt4eOgL) ... 06:59:43.999 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 06:59:54.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 06:59:54.446 [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 HTQMLexCMVt4eOgL) ... 07:00:04.002 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:00:14.445 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:00:14.446 [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 HTQMLexCMVt4eOgL) ... 07:00:23.990 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:00:34.445 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:00:34.446 [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 HTQMLexCMVt4eOgL) ... 07:00:43.987 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:00:54.445 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:00:54.446 [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 HTQMLexCMVt4eOgL) ... 07:01:03.991 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:01:14.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:01:14.446 [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 HTQMLexCMVt4eOgL) ... 07:01:24.013 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:01:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:01:34.446 [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 HTQMLexCMVt4eOgL) ... 07:01:43.991 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:01:54.444 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:01:54.445 [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 HTQMLexCMVt4eOgL) ... 07:02:03.992 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:02:14.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:02:14.445 [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 HTQMLexCMVt4eOgL) ... 07:02:24.001 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:02:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:02:34.446 [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 HTQMLexCMVt4eOgL) ... 07:02:44.002 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:02:54.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:02:54.446 [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 HTQMLexCMVt4eOgL) ... 07:03:03.991 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:03:14.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:03:14.446 [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 HTQMLexCMVt4eOgL) ... 07:03:23.989 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:03:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:03:34.446 [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 HTQMLexCMVt4eOgL) ... 07:03:43.990 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:03:54.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:03:54.446 [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 HTQMLexCMVt4eOgL) ... 07:04:03.995 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:04:14.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:04:14.446 [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 HTQMLexCMVt4eOgL) ... 07:04:23.991 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:04:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:04:34.445 [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 HTQMLexCMVt4eOgL) ... 07:04:43.988 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:04:54.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:04:54.445 [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 HTQMLexCMVt4eOgL) ... 07:05:03.986 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:05:14.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:05:14.445 [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 HTQMLexCMVt4eOgL) ... 07:05:24.008 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:05:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:05:34.445 [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 HTQMLexCMVt4eOgL) ... 07:05:44.017 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:05:54.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:05:54.445 [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 HTQMLexCMVt4eOgL) ... 07:06:03.989 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:06:14.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:06:14.446 [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 HTQMLexCMVt4eOgL) ... 07:06:23.997 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:06:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:06:34.445 [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 HTQMLexCMVt4eOgL) ... 07:06:43.988 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:06:54.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:06:54.446 [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 HTQMLexCMVt4eOgL) ... 07:07:03.990 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:07:14.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:07:14.446 [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 HTQMLexCMVt4eOgL) ... 07:07:23.992 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:07:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:07:34.446 [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 HTQMLexCMVt4eOgL) ... 07:07:43.992 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:07:54.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:07:54.445 [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 HTQMLexCMVt4eOgL) ... 07:08:03.996 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:08:14.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:08:14.445 [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 HTQMLexCMVt4eOgL) ... 07:08:23.992 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:08:34.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:08:34.446 [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 HTQMLexCMVt4eOgL) ... 07:08:43.985 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:08:54.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:08:54.446 [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 HTQMLexCMVt4eOgL) ... 07:09:03.982 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:09:14.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:09:14.445 [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 HTQMLexCMVt4eOgL) ... 07:09:23.997 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:09:34.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:09:34.445 [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 HTQMLexCMVt4eOgL) ... 07:09:43.986 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:09:54.445 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:09:54.445 [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 HTQMLexCMVt4eOgL) ... 07:10:03.984 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:10:14.445 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:10:14.446 [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 HTQMLexCMVt4eOgL) ... 07:10:23.990 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:10:34.445 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:10:34.445 [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 HTQMLexCMVt4eOgL) ... 07:10:43.985 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:10:54.445 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:10:54.445 [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 HTQMLexCMVt4eOgL) ... 07:11:03.984 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:11:14.445 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:11:14.446 [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 HTQMLexCMVt4eOgL) ... 07:11:23.994 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:11:34.445 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:11:34.445 [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 HTQMLexCMVt4eOgL) ... 07:11:43.993 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:11:54.445 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:11:54.446 [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 HTQMLexCMVt4eOgL) ... 07:12:03.987 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:12:14.445 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:12:14.445 [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 HTQMLexCMVt4eOgL) ... 07:12:23.993 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:12:34.445 [pool-3-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:12:34.445 [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 HTQMLexCMVt4eOgL) ... 07:12:43.991 [pool-3-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:12:54.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:12:54.445 [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 HTQMLexCMVt4eOgL) ... 07:13:03.999 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:13:14.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:13:14.446 [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 HTQMLexCMVt4eOgL) ... 07:13:24.035 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:13:34.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:13:34.445 [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 HTQMLexCMVt4eOgL) ... 07:13:43.988 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:13:54.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:13:54.445 [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 HTQMLexCMVt4eOgL) ... 07:14:03.992 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:14:14.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:14:14.445 [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 HTQMLexCMVt4eOgL) ... 07:14:23.990 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:14:34.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:14:34.445 [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 HTQMLexCMVt4eOgL) ... 07:14:43.984 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:14:54.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:14:54.446 [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 HTQMLexCMVt4eOgL) ... 07:15:03.985 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:15:14.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:15:14.446 [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 HTQMLexCMVt4eOgL) ... 07:15:23.989 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:15:34.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:15:34.446 [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 HTQMLexCMVt4eOgL) ... 07:15:43.983 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:15:54.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:15:54.445 [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 HTQMLexCMVt4eOgL) ... 07:16:03.983 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:16:14.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:16:14.446 [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 HTQMLexCMVt4eOgL) ... 07:16:23.990 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:16:34.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:16:34.445 [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 HTQMLexCMVt4eOgL) ... 07:16:44.015 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:16:54.445 [pool-3-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:16:54.445 [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 HTQMLexCMVt4eOgL) ... 07:17:03.984 [pool-3-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:17:14.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:17:14.446 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:17:23.995 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:17:34.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:17:34.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:17:43.990 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:17:54.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:17:54.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:18:03.997 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:18:14.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:18:14.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:18:23.989 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:18:34.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:18:34.446 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:18:43.987 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:18:54.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:18:54.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:19:03.992 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:19:14.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:19:14.446 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:19:23.986 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:19:34.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:19:34.446 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:19:43.986 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:19:54.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:19:54.447 [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 HTQMLexCMVt4eOgL) ... 07:20:03.989 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:20:14.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:20:14.445 [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 HTQMLexCMVt4eOgL) ... 07:20:23.990 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:20:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:20:34.446 [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 HTQMLexCMVt4eOgL) ... 07:20:43.990 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:20:54.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:20:54.445 [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 HTQMLexCMVt4eOgL) ... 07:21:03.984 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:21:14.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:21:14.445 [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 HTQMLexCMVt4eOgL) ... 07:21:23.989 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:21:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:21:34.445 [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 HTQMLexCMVt4eOgL) ... 07:21:43.990 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:21:54.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:21:54.446 [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 HTQMLexCMVt4eOgL) ... 07:22:03.988 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:22:14.445 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:22:14.445 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:22:23.985 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:22:34.445 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:22:34.445 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:22:43.990 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:22:54.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:22:54.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:23:04.015 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:23:14.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:23:14.446 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:23:23.993 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:23:34.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:23:34.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:23:43.986 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:23:54.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:23:54.446 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:24:03.990 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:24:14.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:24:14.446 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:24:23.990 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:24:34.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:24:34.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:24:43.993 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:24:54.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:24:54.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:25:03.986 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:25:14.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:25:14.445 [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 HTQMLexCMVt4eOgL) ... 07:25:23.985 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:25:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:25:34.445 [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 HTQMLexCMVt4eOgL) ... 07:25:43.992 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:25:54.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:25:54.446 [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 HTQMLexCMVt4eOgL) ... 07:26:03.989 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:26:14.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:26:14.445 [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 HTQMLexCMVt4eOgL) ... 07:26:23.991 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:26:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:26:34.445 [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 HTQMLexCMVt4eOgL) ... 07:26:43.987 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:26:54.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:26:54.445 [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 HTQMLexCMVt4eOgL) ... 07:27:03.983 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:27:14.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:27:14.445 [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 HTQMLexCMVt4eOgL) ... 07:27:23.986 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:27:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:27:34.446 [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 HTQMLexCMVt4eOgL) ... 07:27:43.991 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:27:54.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:27:54.445 [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 HTQMLexCMVt4eOgL) ... 07:28:03.986 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:28:14.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:28:14.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:28:23.988 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:28:34.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:28:34.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:28:43.991 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:28:54.445 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:28:54.445 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:29:03.984 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:29:14.445 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:29:14.445 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:29:23.985 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:29:34.445 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:29:34.445 [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 HTQMLexCMVt4eOgL) ... 07:29:43.986 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:29:54.445 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:29:54.445 [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 HTQMLexCMVt4eOgL) ... 07:30:03.993 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:30:14.445 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:30:14.446 [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 HTQMLexCMVt4eOgL) ... 07:30:23.989 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:30:34.445 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:30:34.445 [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 HTQMLexCMVt4eOgL) ... 07:30:43.988 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:30:54.445 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:30:54.445 [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 HTQMLexCMVt4eOgL) ... 07:31:03.978 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:31:14.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:31:14.445 [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 HTQMLexCMVt4eOgL) ... 07:31:23.998 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:31:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:31:34.445 [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 HTQMLexCMVt4eOgL) ... 07:31:43.983 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:31:54.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:31:54.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:32:03.984 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:32:14.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:32:14.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:32:24.019 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:32:34.445 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:32:34.445 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:32:43.985 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:32:54.445 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:32:54.446 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:33:03.986 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:33:14.445 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:33:14.445 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:33:23.988 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:33:34.445 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:33:34.445 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:33:43.989 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:33:54.445 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:33:54.445 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:34:03.991 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:34:14.445 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:34:14.445 [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 HTQMLexCMVt4eOgL) ... 07:34:23.986 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:34:34.445 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:34:34.446 [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 HTQMLexCMVt4eOgL) ... 07:34:43.985 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:34:54.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:34:54.445 [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 HTQMLexCMVt4eOgL) ... 07:35:04.000 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:35:14.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:35:14.445 [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 HTQMLexCMVt4eOgL) ... 07:35:23.984 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:35:34.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:35:34.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:35:43.985 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:35:54.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:35:54.446 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:36:03.989 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:36:14.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:36:14.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:36:23.984 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:36:34.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:36:34.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:36:43.996 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:36:54.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:36:54.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:37:03.988 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:37:14.445 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:37:14.445 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:37:23.984 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:37:34.445 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:37:34.446 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:37:43.990 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:37:54.445 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:37:54.445 [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 HTQMLexCMVt4eOgL) ... 07:38:04.019 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:38:14.445 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:38:14.445 [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 HTQMLexCMVt4eOgL) ... 07:38:23.993 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:38:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:38:34.445 [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 HTQMLexCMVt4eOgL) ... 07:38:43.984 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:38:54.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:38:54.445 [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 HTQMLexCMVt4eOgL) ... 07:39:03.982 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:39:14.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:39:14.445 [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 HTQMLexCMVt4eOgL) ... 07:39:23.988 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:39:34.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:39:34.445 [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 HTQMLexCMVt4eOgL) ... 07:39:43.994 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:39:54.445 [pool-3-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:39:54.445 [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 HTQMLexCMVt4eOgL) ... 07:40:03.997 [pool-3-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:40:14.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:40:14.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:40:23.988 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:40:34.445 [pool-3-thread-7] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:40:34.445 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:40:43.983 [pool-3-thread-7] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:40:54.445 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:40:54.445 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:41:03.987 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:41:14.445 [pool-3-thread-10] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:41:14.445 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as HTQMLexCMVt4eOgL) ... 07:41:24.004 [pool-3-thread-10] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:41:34.445 [pool-3-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:41:34.445 [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 HTQMLexCMVt4eOgL) ... 07:41:43.982 [pool-3-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:41:54.445 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:41:54.445 [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 HTQMLexCMVt4eOgL) ... 07:42:03.989 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:42:14.445 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:42:14.445 [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 HTQMLexCMVt4eOgL) ... 07:42:23.993 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:42:34.445 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:42:34.446 [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 HTQMLexCMVt4eOgL) ... 07:42:43.989 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:42:54.445 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:42:54.445 [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 HTQMLexCMVt4eOgL) ... 07:43:03.984 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 07:43:14.445 [pool-3-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 07:43:14.445 [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 HTQMLexCMVt4eOgL) ... 07:43:23.983 [pool-3-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK